{"title":"New Arrivals","description":"\u003cstyle\u003e\n  .pln,\n  .pln * {\n    box-sizing: border-box;\n  }\n  .pln {\n    --pln-ink: #2a2419;\n    --pln-text: #51483d;\n    --pln-muted: #786d5f;\n    --pln-gold: #b98b35;\n    --pln-gold-dark: #946b1f;\n    --pln-line: #e8dcc4;\n    --pln-ivory: #faf7f0;\n    --pln-paper: #fffdf8;\n    width: 100vw;\n    position: relative;\n    left: 50%;\n    margin-left: -50vw;\n    padding: 72px max(4vw, 32px);\n    overflow: hidden;\n    background:\n      radial-gradient(circle at 8% 4%, rgba(215, 179, 106, .14), transparent 28%),\n      radial-gradient(circle at 92% 92%, rgba(215, 179, 106, .1), transparent 28%),\n      var(--pln-ivory);\n    color: var(--pln-text);\n    font-family: Montserrat, -apple-system, BlinkMacSystemFont, \"Segoe UI\", sans-serif;\n    line-height: 1.65;\n  }\n  .pln__inner {\n    width: min(1180px, 100%);\n    margin: 0 auto;\n  }\n  .pln__hero {\n    position: relative;\n    padding: 52px 40px 46px;\n    text-align: center;\n    background: rgba(255, 253, 248, .88);\n    border: 1px solid var(--pln-line);\n    border-top: 4px solid var(--pln-gold);\n    border-radius: 22px;\n    box-shadow: 0 22px 60px rgba(74, 55, 23, .08);\n  }\n  .pln__eyebrow {\n    display: block;\n    margin-bottom: 18px;\n    color: var(--pln-gold-dark);\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: 3.2px;\n    text-transform: uppercase;\n  }\n  .pln__lead {\n    max-width: 720px;\n    margin: 0 auto;\n    color: var(--pln-text);\n    font-size: 16px;\n    line-height: 1.8;\n  }\n  .pln__actions {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 12px;\n    margin-top: 30px;\n  }\n  .pln__button {\n    display: inline-flex;\n    min-height: 48px;\n    align-items: center;\n    justify-content: center;\n    padding: 13px 24px;\n    border: 1px solid var(--pln-gold);\n    border-radius: 999px;\n    background: var(--pln-gold);\n    color: #fff;\n    font-size: 13px;\n    font-weight: 700;\n    letter-spacing: .5px;\n    text-decoration: none;\n    transition: transform .2s ease, background .2s ease, box-shadow .2s ease;\n  }\n  .pln__button:hover,\n  .pln__button:focus-visible {\n    background: var(--pln-gold-dark);\n    color: #fff;\n    transform: translateY(-2px);\n    box-shadow: 0 10px 24px rgba(148, 107, 31, .18);\n  }\n  .pln__trust {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 10px 28px;\n    margin: 27px 0 0;\n    padding: 0;\n    color: var(--pln-muted);\n    font-size: 12px;\n    list-style: none;\n  }\n  .pln__trust li::before {\n    content: \"\";\n    display: inline-block;\n    width: 6px;\n    height: 6px;\n    margin-right: 9px;\n    border-radius: 50%;\n    background: var(--pln-gold);\n    vertical-align: 1px;\n  }\n  .pln__section {\n    margin-top: 56px;\n  }\n  .pln__section-head {\n    max-width: 760px;\n    margin: 0 auto 26px;\n    text-align: center;\n  }\n  .pln__section-title {\n    margin: 0 0 10px;\n    color: var(--pln-ink);\n    font-size: clamp(24px, 3vw, 34px);\n    font-weight: 650;\n    line-height: 1.25;\n    letter-spacing: -.6px;\n  }\n  .pln__section-text {\n    margin: 0;\n    color: var(--pln-text);\n    font-size: 14px;\n    line-height: 1.7;\n  }\n  .pln__grid {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 16px;\n  }\n  .pln__card {\n    padding: 22px 22px;\n    background: var(--pln-paper);\n    border: 1px solid var(--pln-line);\n    border-radius: 16px;\n    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;\n  }\n  .pln__card:hover {\n    transform: translateY(-4px);\n    border-color: #d7b36a;\n    box-shadow: 0 15px 35px rgba(74, 55, 23, .08);\n  }\n  .pln__card-number {\n    display: grid;\n    width: 34px;\n    height: 34px;\n    margin-bottom: 16px;\n    place-items: center;\n    border: 1px solid #d7b36a;\n    border-radius: 50%;\n    color: var(--pln-gold-dark);\n    font-size: 12px;\n    font-weight: 700;\n  }\n  .pln__card-title {\n    margin: 0 0 7px;\n    color: var(--pln-ink);\n    font-size: 16px;\n    font-weight: 700;\n    line-height: 1.35;\n  }\n  .pln__card-text {\n    margin: 0;\n    color: var(--pln-muted);\n    font-size: 13px;\n    line-height: 1.6;\n  }\n  .pln__links {\n    margin-top: 48px;\n    padding: 28px;\n    text-align: center;\n    background: rgba(255, 253, 248, .78);\n    border: 1px solid var(--pln-line);\n    border-radius: 16px;\n  }\n  .pln__links-label {\n    display: block;\n    margin-bottom: 10px;\n    color: var(--pln-gold-dark);\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 2.5px;\n    text-transform: uppercase;\n  }\n  .pln__links p {\n    margin: 0;\n    color: var(--pln-text);\n    font-size: 14px;\n    line-height: 1.9;\n  }\n  .pln__links a {\n    color: var(--pln-gold-dark);\n    font-weight: 700;\n    text-underline-offset: 3px;\n  }\n  .pln__anchor {\n    display: block;\n    height: 1px;\n    scroll-margin-top: 100px;\n  }\n  @media (max-width: 950px) {\n    .pln__grid {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n  }\n  @media (max-width: 640px) {\n    .pln {\n      padding: 34px 16px 46px;\n    }\n    .pln__hero {\n      padding: 38px 20px 34px;\n      border-radius: 16px;\n    }\n    .pln__lead {\n      font-size: 14px;\n    }\n    .pln__actions,\n    .pln__button {\n      width: 100%;\n    }\n    .pln__trust {\n      display: grid;\n      justify-content: start;\n      max-width: 280px;\n      margin-right: auto;\n      margin-left: auto;\n      text-align: left;\n    }\n    .pln__section {\n      margin-top: 40px;\n    }\n    .pln__grid {\n      grid-template-columns: 1fr;\n    }\n  }\n  @media (prefers-reduced-motion: reduce) {\n    .pln__button,\n    .pln__card {\n      transition: none;\n    }\n    .pln__button:hover,\n    .pln__card:hover {\n      transform: none;\n    }\n  }\n\u003c\/style\u003e\n\u003csection class=\"pln\"\u003e\n\u003cdiv class=\"pln__inner\"\u003e\n\u003cheader class=\"pln__hero\"\u003e\u003cspan class=\"pln__eyebrow\"\u003eThe latest arrivals\u003c\/span\u003e\n\u003cp class=\"pln__lead\"\u003eThe products recently added to Patissland: ingredients, molds, equipment, colorants, and decorations for your next creations.\u003c\/p\u003e\n\u003cdiv class=\"pln__actions\"\u003e\u003ca class=\"pln__button\" href=\"#allproducts\"\u003eDiscover new products\u003c\/a\u003e\u003c\/div\u003e\n\u003cul class=\"pln__trust\"\u003e\n\u003cli\u003eRegularly updated selection\u003c\/li\u003e\n\u003cli\u003eFor individuals and professionals\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/header\u003e\n\u003csection class=\"pln__section\"\u003e\n\u003cdiv class=\"pln__section-head\"\u003e\n\u003ch3 class=\"pln__section-title\" id=\"pln-selection-title\"\u003eWhat you will find in this collection\u003c\/h3\u003e\n\u003cp class=\"pln__section-text\"\u003eA quick overview of the latest products, organized by use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pln__grid\"\u003e\n\u003carticle class=\"pln__card\"\u003e\u003cspan class=\"pln__card-number\"\u003e01\u003c\/span\u003e\n\u003ch3 class=\"pln__card-title\"\u003eIngredients and chocolate\u003c\/h3\u003e\n\u003cp class=\"pln__card-text\"\u003eChocolates, pastes, and flavorings for your recipes.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"pln__card\"\u003e\u003cspan class=\"pln__card-number\"\u003e02\u003c\/span\u003e\n\u003ch3 class=\"pln__card-title\"\u003eMolds and equipment\u003c\/h3\u003e\n\u003cp class=\"pln__card-text\"\u003eNew shapes and tools for cake design and baking.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"pln__card\"\u003e\u003cspan class=\"pln__card-number\"\u003e03\u003c\/span\u003e\n\u003ch3 class=\"pln__card-title\"\u003eColors and finishes\u003c\/h3\u003e\n\u003cp class=\"pln__card-text\"\u003eColorants, powders, and sprays for the desired result.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"pln__card\"\u003e\u003cspan class=\"pln__card-number\"\u003e04\u003c\/span\u003e\n\u003ch3 class=\"pln__card-title\"\u003eSeasonal decorations and collections\u003c\/h3\u003e\n\u003cp class=\"pln__card-text\"\u003eDecorations for birthdays, weddings, and seasonal celebrations.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cnav class=\"pln__links\"\u003e\u003cspan class=\"pln__links-label\"\u003eExplore also\u003c\/span\u003e\n\u003cp\u003e\u003ca href=\"\/en\/collections\/cake-design\"\u003eCake design\u003c\/a\u003e · \u003ca href=\"\/en\/collections\/valrhona\"\u003eValrhona\u003c\/a\u003e · \u003ca href=\"\/en\/collections\/silikomart\"\u003eSilikomart\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/nav\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cp\u003e\u003cspan class=\"pln__anchor\" id=\"allproducts\"\u003e\u003c\/span\u003e\u003c\/p\u003e","products":[{"product_id":"outils-de-modelage-pour-pate-a-sucre","title":"Modeling Tools","description":"\u003cp data-source-line=\"4-4\"\u003e\u003cstrong\u003eSet of 9 Professional Modeling Tools for Sugar Paste and Cake Design\u003c\/strong\u003e\u003c\/p\u003e\n\u003chr data-source-line=\"6-6\"\u003e\n\u003ch2 data-source-line=\"8-8\"\u003eMain Description\u003c\/h2\u003e\n\u003cp data-source-line=\"10-10\"\u003eTransform your pastry creations into true works of art with this \u003cstrong\u003ecomplete set of 8 professional modeling tools\u003c\/strong\u003e. Specially designed for working with fondant, marzipan, and sugar paste, this set is the essential ally for all cake design and creative pastry enthusiasts.\u003c\/p\u003e\n\u003ch3 data-source-line=\"12-12\" id=\"caract%C3%A9ristiques-techniques\"\u003eTechnical Specifications\u003c\/h3\u003e\n\u003cp data-source-line=\"14-14\"\u003e\u003cstrong\u003eDimensions and composition:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul data-source-line=\"15-19\"\u003e\n\u003cli data-source-line=\"15-15\"\u003eTool length: 16 cm (optimal grip)\u003c\/li\u003e\n\u003cli data-source-line=\"16-16\"\u003eComplete set: 8 pieces with complementary functions\u003c\/li\u003e\n\u003cli data-source-line=\"17-17\"\u003eMaterial: Professional quality food-grade plastic\u003c\/li\u003e\n\u003cli data-source-line=\"18-19\"\u003eEasy maintenance: Wash with soapy water\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp data-source-line=\"20-21\"\u003e\u003cstrong\u003eFeatures:\u003c\/strong\u003e Each tool in this kit is designed to meet a specific modeling need:\u003c\/p\u003e\n\u003cul data-source-line=\"22-27\"\u003e\n\u003cli data-source-line=\"22-22\"\u003ePointed tools for fine details and veins\u003c\/li\u003e\n\u003cli data-source-line=\"23-23\"\u003eRounded tips for smoothing and texturing\u003c\/li\u003e\n\u003cli data-source-line=\"24-24\"\u003eSpatulas for spreading and leveling\u003c\/li\u003e\n\u003cli data-source-line=\"25-25\"\u003ePrecision knives for clean cutting\u003c\/li\u003e\n\u003cli data-source-line=\"26-27\"\u003eEmbossing tools to create patterns and textures\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003chr data-source-line=\"28-28\"\u003e\n\u003ch2 data-source-line=\"30-30\"\u003eUses and Applications\u003c\/h2\u003e\n\u003cp data-source-line=\"32-32\"\u003eThis versatile modeling tool set is perfect for:\u003c\/p\u003e\n\u003cp data-source-line=\"34-34\"\u003e\u003cstrong\u003eCreative pastry:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul data-source-line=\"35-40\"\u003e\n\u003cli data-source-line=\"35-35\"\u003eModeling sugar paste (gumpaste, pastillage)\u003c\/li\u003e\n\u003cli data-source-line=\"36-36\"\u003eWorking with marzipan and almond paste\u003c\/li\u003e\n\u003cli data-source-line=\"37-37\"\u003eDecorating personalized cakes (wedding cakes, tiered cakes)\u003c\/li\u003e\n\u003cli data-source-line=\"38-38\"\u003eCreating sugar flowers (roses, peonies, orchids)\u003c\/li\u003e\n\u003cli data-source-line=\"39-40\"\u003eSculpting figurines and characters\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp data-source-line=\"41-41\"\u003e\u003cstrong\u003eOther applications:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul data-source-line=\"42-45\"\u003e\n\u003cli data-source-line=\"42-42\"\u003ePolymer clay modeling (fimo, sculpey)\u003c\/li\u003e\n\u003cli data-source-line=\"43-43\"\u003eWorking with clay and light ceramics\u003c\/li\u003e\n\u003cli data-source-line=\"44-45\"\u003eCreative hobbies and crafts\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003chr data-source-line=\"46-46\"\u003e\n\u003ch2 data-source-line=\"48-48\"\u003eProduct Benefits\u003c\/h2\u003e\n\u003cp data-source-line=\"50-50\"\u003e\u003cstrong\u003eFor beginners:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul data-source-line=\"51-54\"\u003e\n\u003cli data-source-line=\"51-51\"\u003eComplete kit to start cake design without additional investment\u003c\/li\u003e\n\u003cli data-source-line=\"52-52\"\u003eIntuitive and comfortable grip\u003c\/li\u003e\n\u003cli data-source-line=\"53-54\"\u003eSize adapted for immediate precision\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp data-source-line=\"55-55\"\u003e\u003cstrong\u003eFor professionals:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul data-source-line=\"56-59\"\u003e\n\u003cli data-source-line=\"56-56\"\u003eProfessional quality at an affordable price\u003c\/li\u003e\n\u003cli data-source-line=\"57-57\"\u003eComplete tool set for all types of work\u003c\/li\u003e\n\u003cli data-source-line=\"58-59\"\u003eDurability and resistance to heavy use\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp data-source-line=\"60-60\"\u003e\u003cstrong\u003eErgonomics and practicality:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul data-source-line=\"61-64\"\u003e\n\u003cli data-source-line=\"61-61\"\u003e16 cm length designed for perfect balance\u003c\/li\u003e\n\u003cli data-source-line=\"62-62\"\u003eLightweight to avoid fatigue during prolonged sessions\u003c\/li\u003e\n\u003cli data-source-line=\"63-64\"\u003eEasy and compact storage\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003chr data-source-line=\"65-65\"\u003e\n\u003ch2 data-source-line=\"67-67\"\u003eUsage Tips\u003c\/h2\u003e\n\u003col data-source-line=\"69-73\"\u003e\n\u003cli data-source-line=\"69-69\"\u003e\n\u003cstrong\u003ePreparation:\u003c\/strong\u003e Wash tools before first use\u003c\/li\u003e\n\u003cli data-source-line=\"70-70\"\u003e\n\u003cstrong\u003eApplication:\u003c\/strong\u003e Work on a lightly dusted surface (powdered sugar, starch)\u003c\/li\u003e\n\u003cli data-source-line=\"71-71\"\u003e\n\u003cstrong\u003eCare:\u003c\/strong\u003e Clean after each use to maintain food hygiene\u003c\/li\u003e\n\u003cli data-source-line=\"72-73\"\u003e\n\u003cstrong\u003eStorage:\u003c\/strong\u003e Store in a dry place away from direct light\u003c\/li\u003e\n\u003c\/ol\u003e\n\u003chr data-source-line=\"74-74\"\u003e\n\u003ch2 data-source-line=\"76-76\"\u003eWhy Choose Patissland?\u003c\/h2\u003e\n\u003cp data-source-line=\"78-78\"\u003eBy ordering your modeling tools from Patissland, you benefit from:\u003c\/p\u003e\n\u003cul data-source-line=\"79-83\"\u003e\n\u003cli data-source-line=\"79-79\"\u003eProducts tested and approved by pastry professionals\u003c\/li\u003e\n\u003cli data-source-line=\"80-80\"\u003eFast and careful shipping\u003c\/li\u003e\n\u003cli data-source-line=\"81-81\"\u003eResponsive customer service and expert advice\u003c\/li\u003e\n\u003cli data-source-line=\"82-83\"\u003eExceptional value for money\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003chr data-source-line=\"84-84\"\u003e\n\u003ch2 data-source-line=\"86-86\"\u003eRecommended Complementary Products\u003c\/h2\u003e\n\u003cp data-source-line=\"88-88\"\u003eTo complete your cake design equipment:\u003c\/p\u003e\n\u003cul data-source-line=\"89-94\"\u003e\n\u003cli data-source-line=\"89-89\"\u003eNon-stick modeling mats\u003c\/li\u003e\n\u003cli data-source-line=\"90-90\"\u003eProfessional food colorings\u003c\/li\u003e\n\u003cli data-source-line=\"91-91\"\u003eReady-to-use sugar paste\u003c\/li\u003e\n\u003cli data-source-line=\"92-92\"\u003eCookie cutters and cutters\u003c\/li\u003e\n\u003cli data-source-line=\"93-94\"\u003eRolling pin with rings\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"PATISSE","offers":[{"title":"Default Title","offer_id":18702558462052,"sku":"02067","price":5.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0108\/6167\/4596\/files\/outils-de-modelage-patisse-1.png?v=1772133650"},{"product_id":"rouleau-a-patisserie-23-cm","title":"Non-stick Rolling Pin - 23 cm","description":"\u003cstyle\u003e.vh-w{font-family:'Montserrat',sans-serif;color:#2a2419;line-height:1.65;font-size:15px;background:#faf7f0;padding:32px 28px;border-radius:14px;width:100%;box-sizing:border-box}.vh-w *{box-sizing:border-box}.vh-h{text-align:center;margin-bottom:28px;padding-bottom:24px;border-bottom:2px solid #d7b36a}.vh-c{display:inline-block;font-size:12px;letter-spacing:3px;color:#b98b35;font-weight:600;padding:6px 16px;border:1px solid #d7b36a;border-radius:20px;margin-bottom:14px;text-transform:uppercase}.vh-t{font-size:22px;font-weight:600;color:#2a2419;margin:0 0 10px}.vh-tg{font-style:italic;font-size:13px;color:#6b5d40;margin:0}.vh-b{background:#fbf9f3;border:1px solid #eadfcb;border-radius:12px;padding:22px 24px;margin:18px 0}.vh-bt{font-size:14px;font-weight:600;color:#b98b35;letter-spacing:2px;text-transform:uppercase;margin:0 0 14px;padding-bottom:8px;border-bottom:1px solid #eadfcb;display:flex;align-items:center;gap:10px}.vh-intro{font-size:15px;line-height:1.75;color:#2a2419;margin:10px 0}.vh-tech-zone{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;padding:14px 0}.vh-tech-item{flex:1;min-width:130px;max-width:200px;text-align:center;padding:14px 12px;background:#faf7f0;border:1px solid #eadfcb;border-radius:10px}.vh-tech-value{font-size:20px;font-weight:600;color:#b98b35;margin:0 0 4px}.vh-tech-label{font-size:11px;font-weight:600;color:#6b5d40;letter-spacing:1.2px;text-transform:uppercase}.vh-list{padding-left:20px;margin:10px 0}.vh-list li{margin:8px 0}.vh-list li::marker{color:#d7b36a}.vh-faq summary{cursor:pointer;padding:11px 14px;background:#faf4e5;border-radius:6px;font-weight:600;color:#2a2419;font-size:14px;margin-bottom:6px;list-style:none;position:relative;padding-right:36px;user-select:none}.vh-faq summary::-webkit-details-marker{display:none}.vh-faq summary::after{content:'+';position:absolute;right:14px;top:50%;transform:translateY(-50%);font-size:18px;color:#b98b35;font-weight:bold}.vh-faq details[open] summary::after{content:'-'}.vh-faq details{margin-bottom:6px}.vh-faq p{padding:10px 14px;margin:0;font-size:13.5px;color:#2a2419;background:#fbf9f3;border-radius:0 0 6px 6px;border:1px solid #eadfcb;border-top:none}.vh-tip{background:#fdf5e0;border-left:4px solid #b98b35;padding:14px 18px;border-radius:0 8px 8px 0;margin:14px 0}.vh-tip p{margin:0;font-size:13.5px;color:#2a2419;font-style:italic}.vh-tip strong{font-style:normal;color:#b98b35}.vh-table{width:100%;border-collapse:collapse;font-size:13.5px}.vh-table td{padding:8px 12px;border-bottom:1px solid #eadfcb}.vh-table td:first-child{font-weight:600;color:#6b5d40;width:38%}.vh-table tr:last-child td{border-bottom:none}.vh-pour{background:#faf4e5;border:1px solid #d7b36a;border-radius:12px;padding:20px 24px;margin:20px 0 0;text-align:center}.vh-pour h3{margin:0 0 12px;font-size:14px;color:#b98b35;letter-spacing:2px;text-transform:uppercase;font-weight:600}.vh-pour p{margin:0;font-size:14px;line-height:1.8}.vh-pour a{color:#b98b35;text-decoration:underline;font-weight:600}@media(max-width:680px){.vh-w{padding:20px 16px}.vh-tech-zone{flex-direction:column}}\u003c\/style\u003e\n\u003cdiv class=\"vh-w\"\u003e\n\u003cdiv class=\"vh-h\"\u003e\n\u003cdiv class=\"vh-c\"\u003ePME Cake - Cutting\u003c\/div\u003e\n\u003ch3 class=\"vh-t\"\u003eNon-Stick Rolling Pin, 23 cm\u003c\/h3\u003e\n\u003cp class=\"vh-tg\"\u003eStandard size for rolling out sugar paste and fondant without sticking\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\u003cp class=\"vh-intro\"\u003eThis 23 cm PME Cake rolling pin has a non-stick surface that helps prevent sugar paste, fondant or marzipan from sticking, for more even rolling without the need to add a large amount of icing sugar.\u003c\/p\u003e\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eFeatures\u003c\/h3\u003e\n\u003cdiv class=\"vh-tech-zone\"\u003e\n\u003cdiv class=\"vh-tech-item\"\u003e\n\u003cdiv class=\"vh-tech-value\"\u003e23 cm\u003c\/div\u003e\n\u003cdiv class=\"vh-tech-label\"\u003eLength\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-tech-item\"\u003e\n\u003cdiv class=\"vh-tech-value\"\u003eNon-stick\u003c\/div\u003e\n\u003cdiv class=\"vh-tech-label\"\u003eSurface\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-tech-item\"\u003e\n\u003cdiv class=\"vh-tech-value\"\u003eStandard size\u003c\/div\u003e\n\u003cdiv class=\"vh-tech-label\"\u003eSize\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eUse\u003c\/h3\u003e\n\u003cul class=\"vh-list\"\u003e\n\u003cli\u003eRolling out sugar paste and fondant for covering cakes\u003c\/li\u003e\n\u003cli\u003eRolling out marzipan for finishing and decorations\u003c\/li\u003e\n\u003cli\u003eStandard size for everyday cake-design use\u003c\/li\u003e\n\u003cli\u003eWorking with leveling strips for an even thickness\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-tip\"\u003e\u003cp\u003e\u003cstrong\u003ePlease note:\u003c\/strong\u003e Used with leveling strips on both sides, this rolling pin produces a perfectly uniform dough thickness.\u003c\/p\u003e\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eTechnical specifications\u003c\/h3\u003e\n\u003ctable class=\"vh-table\"\u003e\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003ePME Cake\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eOrigin\u003c\/td\u003e\n\u003ctd\u003eUnited Kingdom\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSurface\u003c\/td\u003e\n\u003ctd\u003eNon-stick\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLength\u003c\/td\u003e\n\u003ctd\u003e23 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCompatibility\u003c\/td\u003e\n\u003ctd\u003eSugar paste, fondant, marzipan\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eFrequently asked questions\u003c\/h3\u003e\n\u003cdiv class=\"vh-faq\"\u003e\n\u003cdetails open\u003e\u003csummary\u003eDo I still need to flour or sugar the surface before use?\u003c\/summary\u003e\u003cp\u003eThe non-stick surface greatly reduces the need for additions, but a light dusting of icing sugar is still useful for very sticky dough.\u003c\/p\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhat is the difference compared with the 15 cm model?\u003c\/summary\u003e\u003cp\u003eThe 23 cm size covers more surface with each pass, which is useful for large pieces; the 15 cm model is easier to handle on smaller formats.\u003c\/p\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eIs this rolling pin also suitable for marzipan?\u003c\/summary\u003e\u003cp\u003eYes, its non-stick surface works just as well with marzipan as with sugar paste or fondant.\u003c\/p\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-pour\"\u003e\n\u003ch3\u003eFor further use\u003c\/h3\u003e\n\u003cp\u003ePair this rolling pin with \u003ca href=\"\/en\/products\/2-planches-a-niveler\"\u003ePME leveling strips\u003c\/a\u003e for an even thickness.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"PME Cake","offers":[{"title":"Default Title","offer_id":18725947211876,"sku":"PP86","price":4.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0108\/6167\/4596\/files\/rouleau-a-patisserie-antiadhesif-23-cm-pme-1.png?v=1772133665"},{"product_id":"rouleau-a-patisserie-50cm","title":"Wilton Rolling Pin - 50cm","description":"\u003cdiv class=\"vh-w\"\u003e\n\u003cstyle\u003e.vh-w{font-family:'Montserrat',sans-serif;color:#2a2419;line-height:1.65;font-size:15px;background:#faf7f0;padding:32px 28px;border-radius:14px;width:100%;box-sizing:border-box}.vh-w *{box-sizing:border-box}.vh-h{text-align:center;margin-bottom:28px;padding-bottom:24px;border-bottom:2px solid #d7b36a}.vh-c{display:inline-block;font-size:12px;letter-spacing:3px;color:#b98b35;font-weight:600;padding:6px 16px;border:1px solid #d7b36a;border-radius:20px;margin-bottom:14px;text-transform:uppercase}.vh-t{font-size:22px;font-weight:600;color:#2a2419;margin:0 0 10px}.vh-tg{font-style:italic;font-size:13px;color:#6b5d40;margin:0}.vh-b{background:#fbf9f3;border:1px solid #eadfcb;border-radius:12px;padding:22px 24px;margin:18px 0}.vh-bt{font-size:14px;font-weight:600;color:#b98b35;letter-spacing:2px;text-transform:uppercase;margin:0 0 14px;padding-bottom:8px;border-bottom:1px solid #eadfcb}.vh-intro{font-size:15px;line-height:1.75;color:#2a2419;margin:10px 0}.vh-tech-zone{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;padding:14px 0}.vh-tech-item{flex:1;min-width:130px;max-width:200px;text-align:center;padding:14px 12px;background:#faf7f0;border:1px solid #eadfcb;border-radius:10px}.vh-tech-value{font-size:20px;font-weight:600;color:#b98b35;margin:0 0 4px}.vh-tech-label{font-size:11px;font-weight:600;color:#6b5d40;letter-spacing:1.2px;text-transform:uppercase}.vh-list{margin:10px 0;padding-left:20px}.vh-list li{margin-bottom:8px;line-height:1.6}.vh-list li::marker{color:#d7b36a}.vh-faq summary{cursor:pointer;padding:11px 14px;background:#faf4e5;border-radius:6px;font-weight:600;color:#2a2419;font-size:14px;margin-bottom:6px;list-style:none;position:relative;padding-right:36px;user-select:none}.vh-faq summary::-webkit-details-marker{display:none}.vh-faq summary::after{content:'+';position:absolute;right:14px;top:50%;transform:translateY(-50%);font-size:18px;color:#b98b35;font-weight:bold}.vh-faq details[open] summary::after{content:'-'}.vh-faq details{margin-bottom:6px}.vh-faq p{padding:10px 14px;margin:0;font-size:13.5px;color:#2a2419;background:#fbf9f3;border-radius:0 0 6px 6px;border:1px solid #eadfcb;border-top:none}.vh-tip{background:#fdf5e0;border-left:4px solid #b98b35;padding:14px 18px;border-radius:0 8px 8px 0;margin:14px 0}.vh-tip p{margin:0;font-size:13.5px;color:#2a2419;font-style:italic}.vh-tip strong{font-style:normal;color:#b98b35}.vh-table{width:100%;border-collapse:collapse;font-size:13.5px}.vh-table td{padding:8px 12px;border-bottom:1px solid #eadfcb}.vh-table td:first-child{font-weight:600;color:#6b5d40;width:38%}.vh-table tr:last-child td{border-bottom:none}.vh-pour{background:#faf4e5;border:1px solid #d7b36a;border-radius:12px;padding:20px 24px;margin:20px 0 0;text-align:center}.vh-pour h3{margin:0 0 12px;font-size:14px;color:#b98b35;letter-spacing:2px;text-transform:uppercase;font-weight:600}.vh-pour p{margin:0;font-size:14px;line-height:1.8}.vh-pour a{color:#b98b35;text-decoration:underline;font-weight:600}@media(max-width:680px){.vh-w{padding:20px 16px}.vh-tech-zone{flex-direction:column}}\u003c\/style\u003e\n\u003cdiv class=\"vh-h\"\u003e\n\u003cspan class=\"vh-c\"\u003eRolling Pins\u003c\/span\u003e\u003ch3 class=\"vh-t\"\u003eWilton 50 cm Rolling Pin\u003c\/h3\u003e\n\u003cp class=\"vh-tg\"\u003eExtra-long format for fondant and marzipan\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cp class=\"vh-intro\"\u003eThis Wilton non-stick synthetic rolling pin is designed to roll out large pieces of fondant, marzipan, or cookie dough evenly. Its extra-long format covers wide surfaces in a minimum number of passes, making it ideal for tiered cakes and multi-layered cakes.\u003c\/p\u003e\n\u003cdiv class=\"vh-tech-zone\"\u003e\n\u003cdiv class=\"vh-tech-item\"\u003e\n\u003cp class=\"vh-tech-value\"\u003e50 cm\u003c\/p\u003e\n\u003cp class=\"vh-tech-label\"\u003eLength\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-tech-item\"\u003e\n\u003cp class=\"vh-tech-value\"\u003e3.75 cm\u003c\/p\u003e\n\u003cp class=\"vh-tech-label\"\u003eDiameter\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-tech-item\"\u003e\n\u003cp class=\"vh-tech-value\"\u003eSynthetic\u003c\/p\u003e\n\u003cp class=\"vh-tech-label\"\u003eMaterial\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003cp class=\"vh-bt\"\u003eFeatures\u003c\/p\u003e\n\u003cul class=\"vh-list\"\u003e\n\u003cli\u003eExtra-long format suitable for large pieces of fondant and marzipan\u003c\/li\u003e\n\u003cli\u003eNon-stick surface for clean release of the dough\u003c\/li\u003e\n\u003cli\u003eAlso ideal for rolling out cookie dough evenly\u003c\/li\u003e\n\u003cli\u003eComfortable grip along the entire length of the rolling pin\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-tip\"\u003e\u003cp\u003e\u003cstrong\u003ePlease note:\u003c\/strong\u003e this rolling pin is not dishwasher-safe, as heat may cause it to bend. Hand washing with warm, soapy water is recommended after each use.\u003c\/p\u003e\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003cp class=\"vh-bt\"\u003eTechnical specifications\u003c\/p\u003e\n\u003ctable class=\"vh-table\"\u003e\n\u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eWilton\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLength\u003c\/td\u003e\n\u003ctd\u003e50 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDiameter\u003c\/td\u003e\n\u003ctd\u003e3.75 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003eNon-stick synthetic\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCare\u003c\/td\u003e\n\u003ctd\u003eHand wash only\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b vh-faq\"\u003e\n\u003cp class=\"vh-bt\"\u003eFrequently asked questions\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eIs this rolling pin suitable for sugar paste?\u003cbr\u003e\u003c\/strong\u003eYes, its non-stick surface and 50 cm length make it suitable for rolling out large pieces of sugar paste or fondant.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eCan it go in the dishwasher?\u003cbr\u003e\u003c\/strong\u003eNo, the heat from the dishwasher may deform it. Hand washing with warm, soapy water is sufficient.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eWhat is the difference from the 15 cm rolling pin?\u003cbr\u003e\u003c\/strong\u003eThe 50 cm model is designed for large surfaces, while the 15 cm rolling pin is suitable for finishing touches and small quantities of dough.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-pour\"\u003e\n\u003ch3\u003eExplore further\u003c\/h3\u003e\n\u003cp\u003eDiscover the \u003ca href=\"\/en\/products\/rouleau-a-patisserie-15cm-1\"\u003eWilton 15 cm rolling pin\u003c\/a\u003e for finishing touches, or explore the entire \u003ca href=\"\/en\/collections\/wilton\"\u003eWilton\u003c\/a\u003e range.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Wilton","offers":[{"title":"Default Title","offer_id":18727886127204,"sku":"02-0-0197","price":24.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0108\/6167\/4596\/files\/rouleau-a-patisserie-wilton-50cm-wilton-1.png?v=1772133671"},{"product_id":"douille-2d","title":"Flower Nozzle #2D","description":"\u003cstyle\u003e.vh-w{font-family:'Montserrat',sans-serif;color:#2a2419;line-height:1.65;font-size:15px;background:#faf7f0;padding:32px 28px;border-radius:14px;width:100%;box-sizing:border-box}\n.vh-w *{box-sizing:border-box}\n.vh-h{text-align:center;margin-bottom:28px;padding-bottom:24px;border-bottom:2px solid #d7b36a}\n.vh-c{display:inline-block;font-size:12px;letter-spacing:3px;color:#b98b35;font-weight:600;padding:6px 16px;border:1px solid #d7b36a;border-radius:20px;margin-bottom:14px;text-transform:uppercase}\n.vh-t{font-size:22px;font-weight:600;color:#2a2419;margin:0 0 10px}\n.vh-tg{font-style:italic;font-size:13px;color:#6b5d40;margin:0}\n.vh-b{background:#fbf9f3;border:1px solid #eadfcb;border-radius:12px;padding:22px 24px;margin:18px 0}\n.vh-bt{font-size:14px;font-weight:600;color:#b98b35;letter-spacing:2px;text-transform:uppercase;margin:0 0 14px;padding-bottom:8px;border-bottom:1px solid #eadfcb}\n.vh-intro{font-size:15px;line-height:1.75;color:#2a2419;margin:10px 0}\n.vh-tech-zone{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;padding:14px 0}\n.vh-tech-item{flex:1;min-width:130px;max-width:200px;text-align:center;padding:14px 12px;background:#faf7f0;border:1px solid #eadfcb;border-radius:10px}\n.vh-tech-value{font-size:20px;font-weight:600;color:#b98b35;margin:0 0 4px}\n.vh-tech-label{font-size:11px;font-weight:600;color:#6b5d40;letter-spacing:1.2px;text-transform:uppercase}\n.vh-list{margin:10px 0;padding-left:20px}\n.vh-list li{margin-bottom:8px;line-height:1.6}\n.vh-list li::marker{color:#d7b36a}\n.vh-faq summary{cursor:pointer;padding:11px 14px;background:#faf4e5;border-radius:6px;font-weight:600;color:#2a2419;font-size:14px;margin-bottom:6px;list-style:none;position:relative;padding-right:36px;user-select:none}\n.vh-faq summary::-webkit-details-marker{display:none}\n.vh-faq summary::after{content:'+';position:absolute;right:14px;top:50%;transform:translateY(-50%);font-size:18px;color:#b98b35;font-weight:bold}\n.vh-faq details[open] summary::after{content:'-'}\n.vh-faq details{margin-bottom:6px}\n.vh-faq p{padding:10px 14px;margin:0;font-size:13.5px;color:#2a2419;background:#fbf9f3;border-radius:0 0 6px 6px;border:1px solid #eadfcb;border-top:none}\n.vh-tip{background:#fdf5e0;border-left:4px solid #b98b35;padding:14px 18px;border-radius:0 8px 8px 0;margin:14px 0}\n.vh-tip p{margin:0;font-size:13.5px;color:#2a2419;font-style:italic}\n.vh-tip strong{font-style:normal;color:#b98b35}\n.vh-table{width:100%;border-collapse:collapse;font-size:13.5px}\n.vh-table td{padding:8px 12px;border-bottom:1px solid #eadfcb}\n.vh-table td:first-child{font-weight:600;color:#6b5d40;width:38%}\n.vh-table tr:last-child td{border-bottom:none}\n.vh-pour{background:#faf4e5;border:1px solid #d7b36a;border-radius:12px;padding:20px 24px;margin:20px 0 0;text-align:center}\n.vh-pour h3{margin:0 0 12px;font-size:14px;color:#b98b35;letter-spacing:2px;text-transform:uppercase;font-weight:600}\n.vh-pour p{margin:0;font-size:14px;line-height:1.8}\n.vh-pour a{color:#b98b35;text-decoration:underline;font-weight:600}\n@media(max-width:680px){.vh-w{padding:20px 16px}.vh-tech-zone{flex-direction:column}}\u003c\/style\u003e\n\u003cdiv class=\"vh-w\"\u003e\n\u003cdiv class=\"vh-h\"\u003e\n\u003cspan class=\"vh-c\"\u003eWILTON 2D PIPING TIP\u003c\/span\u003e\n\u003cp class=\"vh-t\"\u003eWilton 2D Piping Tip\u003c\/p\u003e\n\u003cp class=\"vh-tg\"\u003eDrop flower profile: flower rosettes and floral borders.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eOverview\u003c\/h3\u003e\n\u003cp class=\"vh-intro\"\u003eThe Wilton 2D piping tip is a standard American-size stainless steel pastry tip. Drop flower profile: flower rosettes and floral borders. It can be used with a disposable or reusable piping bag, with or without a coupler for changing tips without emptying the bag.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eFeatures\u003c\/h3\u003e\n\u003cdiv class=\"vh-tech-zone\"\u003e\n\u003cdiv class=\"vh-tech-item\"\u003e\n\u003cp class=\"vh-tech-value\"\u003eDrop flower\u003c\/p\u003e\n\u003cp class=\"vh-tech-label\"\u003eProfile\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-tech-item\"\u003e\n\u003cp class=\"vh-tech-value\"\u003eStainless steel\u003c\/p\u003e\n\u003cp class=\"vh-tech-label\"\u003eMaterial\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-tech-item\"\u003e\n\u003cp class=\"vh-tech-value\"\u003eDishwasher-safe\u003c\/p\u003e\n\u003cp class=\"vh-tech-label\"\u003eCare\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eUses\u003c\/h3\u003e\n\u003cul class=\"vh-list\"\u003e\n\u003cli\u003ePrimary use: flower rosettes and floral borders.\u003c\/li\u003e\n\u003cli\u003eCompatible with buttercream, whipped ganache, and royal icing, depending on the desired consistency.\u003c\/li\u003e\n\u003cli\u003eCan be used directly with a disposable bag or with a coupler to switch tips without changing bags.\u003c\/li\u003e\n\u003cli\u003eFood-grade stainless steel: withstands piping pressure and remains durable over time without deforming.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-tip\"\u003e\n\u003cp\u003e\u003cstrong\u003ePro tip.\u003c\/strong\u003e For an even flower with the 2D tip, hold the bag vertically and squeeze without moving until you reach the desired diameter, then release the pressure before lifting straight up.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eTechnical specifications\u003c\/h3\u003e\n\u003ctable class=\"vh-table\"\u003e\n\u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eWilton\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eReference\u003c\/td\u003e\n\u003ctd\u003e2D\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eProfile\u003c\/td\u003e\n\u003ctd\u003eDrop flower\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003eFood-grade stainless steel\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCompatibility\u003c\/td\u003e\n\u003ctd\u003eDisposable and reusable piping bags, with or without a coupler\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCare\u003c\/td\u003e\n\u003ctd\u003eHand-wash or dishwasher-safe\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b vh-faq\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eFrequently asked questions\u003c\/h3\u003e\n\u003cp style=\"margin-bottom:10px\"\u003e\u003cstrong\u003eWhat is the advantage of the 2D tip compared with a classic petal tip?\u003cbr\u003e\u003c\/strong\u003eThe 2D tip creates a complete flower in a single vertical motion, without the rotation required when using a classic petal tip.\u003c\/p\u003e\n\u003cp style=\"margin-bottom:10px\"\u003e\u003cstrong\u003eHow long does it take to create a flower with the 2D tip?\u003cbr\u003e\u003c\/strong\u003eA flower made with the 2D tip takes just a few seconds: squeeze until you reach the desired diameter, then release and lift.\u003c\/p\u003e\n\u003cp style=\"margin-bottom:10px\"\u003e\u003cstrong\u003eIs the 2D tip suitable for beginners?\u003cbr\u003e\u003c\/strong\u003eYes, the 2D tip is suitable for beginners: the vertical motion is easier to master than a rotating technique.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-pour\"\u003e\n\u003ch3\u003eLearn more\u003c\/h3\u003e\n\u003cp\u003eExplore all our \u003ca href=\"\/en\/collections\/douilles\"\u003epiping tips\u003c\/a\u003e and the \u003ca href=\"\/en\/collections\/wilton\"\u003eWilton range\u003c\/a\u003e on Patissland. To tint your buttercreams, visit our \u003ca href=\"\/en\/collections\/colorants-liposolubles\"\u003eoil-soluble food colors\u003c\/a\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Wilton","offers":[{"title":"Default Title","offer_id":18939929460836,"sku":"02-0-0149","price":1.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0108\/6167\/4596\/files\/douille-fleurs-2d-wilton-1.jpg?v=1772133674"},{"product_id":"douille-inox-1m","title":"Star Socket #1M","description":"\u003cstyle\u003e.vh-w{font-family:'Montserrat',sans-serif;color:#2a2419;line-height:1.65;font-size:15px;background:#faf7f0;padding:32px 28px;border-radius:14px;width:100%;box-sizing:border-box}\n.vh-w *{box-sizing:border-box}\n.vh-h{text-align:center;margin-bottom:28px;padding-bottom:24px;border-bottom:2px solid #d7b36a}\n.vh-c{display:inline-block;font-size:12px;letter-spacing:3px;color:#b98b35;font-weight:600;padding:6px 16px;border:1px solid #d7b36a;border-radius:20px;margin-bottom:14px;text-transform:uppercase}\n.vh-t{font-size:22px;font-weight:600;color:#2a2419;margin:0 0 10px}\n.vh-tg{font-style:italic;font-size:13px;color:#6b5d40;margin:0}\n.vh-b{background:#fbf9f3;border:1px solid #eadfcb;border-radius:12px;padding:22px 24px;margin:18px 0}\n.vh-bt{font-size:14px;font-weight:600;color:#b98b35;letter-spacing:2px;text-transform:uppercase;margin:0 0 14px;padding-bottom:8px;border-bottom:1px solid #eadfcb}\n.vh-intro{font-size:15px;line-height:1.75;color:#2a2419;margin:10px 0}\n.vh-tech-zone{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;padding:14px 0}\n.vh-tech-item{flex:1;min-width:130px;max-width:200px;text-align:center;padding:14px 12px;background:#faf7f0;border:1px solid #eadfcb;border-radius:10px}\n.vh-tech-value{font-size:20px;font-weight:600;color:#b98b35;margin:0 0 4px}\n.vh-tech-label{font-size:11px;font-weight:600;color:#6b5d40;letter-spacing:1.2px;text-transform:uppercase}\n.vh-list{margin:10px 0;padding-left:20px}\n.vh-list li{margin-bottom:8px;line-height:1.6}\n.vh-list li::marker{color:#d7b36a}\n.vh-faq summary{cursor:pointer;padding:11px 14px;background:#faf4e5;border-radius:6px;font-weight:600;color:#2a2419;font-size:14px;margin-bottom:6px;list-style:none;position:relative;padding-right:36px;user-select:none}\n.vh-faq summary::-webkit-details-marker{display:none}\n.vh-faq summary::after{content:'+';position:absolute;right:14px;top:50%;transform:translateY(-50%);font-size:18px;color:#b98b35;font-weight:bold}\n.vh-faq details[open] summary::after{content:'-'}\n.vh-faq details{margin-bottom:6px}\n.vh-faq p{padding:10px 14px;margin:0;font-size:13.5px;color:#2a2419;background:#fbf9f3;border-radius:0 0 6px 6px;border:1px solid #eadfcb;border-top:none}\n.vh-tip{background:#fdf5e0;border-left:4px solid #b98b35;padding:14px 18px;border-radius:0 8px 8px 0;margin:14px 0}\n.vh-tip p{margin:0;font-size:13.5px;color:#2a2419;font-style:italic}\n.vh-tip strong{font-style:normal;color:#b98b35}\n.vh-table{width:100%;border-collapse:collapse;font-size:13.5px}\n.vh-table td{padding:8px 12px;border-bottom:1px solid #eadfcb}\n.vh-table td:first-child{font-weight:600;color:#6b5d40;width:38%}\n.vh-table tr:last-child td{border-bottom:none}\n.vh-pour{background:#faf4e5;border:1px solid #d7b36a;border-radius:12px;padding:20px 24px;margin:20px 0 0;text-align:center}\n.vh-pour h3{margin:0 0 12px;font-size:14px;color:#b98b35;letter-spacing:2px;text-transform:uppercase;font-weight:600}\n.vh-pour p{margin:0;font-size:14px;line-height:1.8}\n.vh-pour a{color:#b98b35;text-decoration:underline;font-weight:600}\n@media(max-width:680px){.vh-w{padding:20px 16px}.vh-tech-zone{flex-direction:column}}\u003c\/style\u003e\n\u003cdiv class=\"vh-w\"\u003e\n\u003cdiv class=\"vh-h\"\u003e\n\u003cspan class=\"vh-c\"\u003e1M TIP · WILTON\u003c\/span\u003e\n\u003cp class=\"vh-t\"\u003eWilton 1M Tip\u003c\/p\u003e\n\u003cp class=\"vh-tg\"\u003eOpen star profile: signature rosettes, voluminous borders, and number cakes.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eOverview\u003c\/h3\u003e\n\u003cp class=\"vh-intro\"\u003eThe Wilton 1M tip is a standard American-size stainless steel piping tip. Open star profile: signature rosettes, voluminous borders, and number cakes. It can be used in a disposable or reusable piping bag, with or without a coupler for changing tips without emptying the bag.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eFeatures\u003c\/h3\u003e\n\u003cdiv class=\"vh-tech-zone\"\u003e\n\u003cdiv class=\"vh-tech-item\"\u003e\n\u003cp class=\"vh-tech-value\"\u003eOpen star\u003c\/p\u003e\n\u003cp class=\"vh-tech-label\"\u003eProfile\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-tech-item\"\u003e\n\u003cp class=\"vh-tech-value\"\u003eStainless steel\u003c\/p\u003e\n\u003cp class=\"vh-tech-label\"\u003eMaterial\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-tech-item\"\u003e\n\u003cp class=\"vh-tech-value\"\u003eDishwasher-safe\u003c\/p\u003e\n\u003cp class=\"vh-tech-label\"\u003eCare\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eUses\u003c\/h3\u003e\n\u003cul class=\"vh-list\"\u003e\n\u003cli\u003eMain use: signature rosettes, voluminous borders, and number cakes.\u003c\/li\u003e\n\u003cli\u003eSuitable for buttercream, whipped ganache, and royal icing, depending on the desired consistency.\u003c\/li\u003e\n\u003cli\u003eCan be used directly in a disposable bag, or with a coupler to switch tips without changing bags.\u003c\/li\u003e\n\u003cli\u003eFood-grade stainless steel: withstands piping pressure and remains durable over time without warping.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-tip\"\u003e\n\u003cp\u003e\u003cstrong\u003ePro tip.\u003c\/strong\u003e For an even rosette with the 1M tip, keep the bag vertical, squeeze from the center outward in a spiral, then release pressure before lifting.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eTechnical specifications\u003c\/h3\u003e\n\u003ctable class=\"vh-table\"\u003e\n\u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eWilton\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eReference\u003c\/td\u003e\n\u003ctd\u003e1M\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eProfile\u003c\/td\u003e\n\u003ctd\u003eOpen star\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003eFood-grade stainless steel\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCompatibility\u003c\/td\u003e\n\u003ctd\u003eDisposable and reusable bags, with or without a coupler\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCare\u003c\/td\u003e\n\u003ctd\u003eHand-wash or dishwasher-safe\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b vh-faq\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eFrequently asked questions\u003c\/h3\u003e\n\u003cp style=\"margin-bottom:10px\"\u003e\u003cstrong\u003eIs the 1M tip suitable for cupcake rosettes?\u003cbr\u003e\u003c\/strong\u003eYes, the 1M tip is a go-to for cupcake rosettes: its wide star opening creates pronounced texture and generous volume in a single motion.\u003c\/p\u003e\n\u003cp style=\"margin-bottom:10px\"\u003e\u003cstrong\u003eWhat size piping bag should be used with the 1M tip?\u003cbr\u003e\u003c\/strong\u003eA medium to large bag (30 to 40 cm) makes the 1M tip easier to handle, especially when piping repeated rosettes on a batch of cupcakes.\u003c\/p\u003e\n\u003cp style=\"margin-bottom:10px\"\u003e\u003cstrong\u003eHow can you prevent a rosette made with the 1M tip from collapsing?\u003cbr\u003e\u003c\/strong\u003eUse firm, stabilized buttercream: a texture that is too soft will not hold the 1M tip's definition, and the rosette will collapse after a few minutes.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-pour\"\u003e\n\u003ch3\u003eLearn more\u003c\/h3\u003e\n\u003cp\u003eDiscover the full range of \u003ca href=\"\/en\/collections\/douilles\"\u003epiping tips\u003c\/a\u003e and the \u003ca href=\"\/en\/collections\/wilton\"\u003eWilton range\u003c\/a\u003e at Patissland.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Wilton","offers":[{"title":"Default Title","offer_id":18940024619108,"sku":"02-0-0151","price":2.69,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0108\/6167\/4596\/files\/douille-etoile-1m-wilton-1.jpg?v=1772133678"},{"product_id":"douille-2a","title":"Round Socket #2A","description":"\u003cstyle\u003e.vh-w{font-family:'Montserrat',sans-serif;color:#2a2419;line-height:1.65;font-size:15px;background:#faf7f0;padding:32px 28px;border-radius:14px;width:100%;box-sizing:border-box}\n.vh-w *{box-sizing:border-box}\n.vh-h{text-align:center;margin-bottom:28px;padding-bottom:24px;border-bottom:2px solid #d7b36a}\n.vh-c{display:inline-block;font-size:12px;letter-spacing:3px;color:#b98b35;font-weight:600;padding:6px 16px;border:1px solid #d7b36a;border-radius:20px;margin-bottom:14px;text-transform:uppercase}\n.vh-t{font-size:22px;font-weight:600;color:#2a2419;margin:0 0 10px}\n.vh-tg{font-style:italic;font-size:13px;color:#6b5d40;margin:0}\n.vh-b{background:#fbf9f3;border:1px solid #eadfcb;border-radius:12px;padding:22px 24px;margin:18px 0}\n.vh-bt{font-size:14px;font-weight:600;color:#b98b35;letter-spacing:2px;text-transform:uppercase;margin:0 0 14px;padding-bottom:8px;border-bottom:1px solid #eadfcb}\n.vh-intro{font-size:15px;line-height:1.75;color:#2a2419;margin:10px 0}\n.vh-tech-zone{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;padding:14px 0}\n.vh-tech-item{flex:1;min-width:130px;max-width:200px;text-align:center;padding:14px 12px;background:#faf7f0;border:1px solid #eadfcb;border-radius:10px}\n.vh-tech-value{font-size:20px;font-weight:600;color:#b98b35;margin:0 0 4px}\n.vh-tech-label{font-size:11px;font-weight:600;color:#6b5d40;letter-spacing:1.2px;text-transform:uppercase}\n.vh-list{margin:10px 0;padding-left:20px}\n.vh-list li{margin-bottom:8px;line-height:1.6}\n.vh-list li::marker{color:#d7b36a}\n.vh-faq summary{cursor:pointer;padding:11px 14px;background:#faf4e5;border-radius:6px;font-weight:600;color:#2a2419;font-size:14px;margin-bottom:6px;list-style:none;position:relative;padding-right:36px;user-select:none}\n.vh-faq summary::-webkit-details-marker{display:none}\n.vh-faq summary::after{content:'+';position:absolute;right:14px;top:50%;transform:translateY(-50%);font-size:18px;color:#b98b35;font-weight:bold}\n.vh-faq details[open] summary::after{content:'-'}\n.vh-faq details{margin-bottom:6px}\n.vh-faq p{padding:10px 14px;margin:0;font-size:13.5px;color:#2a2419;background:#fbf9f3;border-radius:0 0 6px 6px;border:1px solid #eadfcb;border-top:none}\n.vh-tip{background:#fdf5e0;border-left:4px solid #b98b35;padding:14px 18px;border-radius:0 8px 8px 0;margin:14px 0}\n.vh-tip p{margin:0;font-size:13.5px;color:#2a2419;font-style:italic}\n.vh-tip strong{font-style:normal;color:#b98b35}\n.vh-table{width:100%;border-collapse:collapse;font-size:13.5px}\n.vh-table td{padding:8px 12px;border-bottom:1px solid #eadfcb}\n.vh-table td:first-child{font-weight:600;color:#6b5d40;width:38%}\n.vh-table tr:last-child td{border-bottom:none}\n.vh-pour{background:#faf4e5;border:1px solid #d7b36a;border-radius:12px;padding:20px 24px;margin:20px 0 0;text-align:center}\n.vh-pour h3{margin:0 0 12px;font-size:14px;color:#b98b35;letter-spacing:2px;text-transform:uppercase;font-weight:600}\n.vh-pour p{margin:0;font-size:14px;line-height:1.8}\n.vh-pour a{color:#b98b35;text-decoration:underline;font-weight:600}\n@media(max-width:680px){.vh-w{padding:20px 16px}.vh-tech-zone{flex-direction:column}}\u003c\/style\u003e\n\u003cdiv class=\"vh-w\"\u003e\n\u003cdiv class=\"vh-h\"\u003e\n\u003cspan class=\"vh-c\"\u003eDOUILLE 2A · WILTON\u003c\/span\u003e\n\u003cp class=\"vh-t\"\u003eWilton 2A Piping Tip\u003c\/p\u003e\n\u003cp class=\"vh-tg\"\u003eStandard round profile: consistent piping and filling.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eOverview\u003c\/h3\u003e\n\u003cp class=\"vh-intro\"\u003eThe Wilton 2A is a standard American-size stainless steel pastry tip. Standard round profile: consistent piping and filling. It can be used with a disposable or reusable piping bag, with or without a coupler for changing tips without emptying the bag.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eFeatures\u003c\/h3\u003e\n\u003cdiv class=\"vh-tech-zone\"\u003e\n\u003cdiv class=\"vh-tech-item\"\u003e\n\u003cp class=\"vh-tech-value\"\u003eRound\u003c\/p\u003e\n\u003cp class=\"vh-tech-label\"\u003eProfile\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-tech-item\"\u003e\n\u003cp class=\"vh-tech-value\"\u003eStainless steel\u003c\/p\u003e\n\u003cp class=\"vh-tech-label\"\u003eMaterial\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-tech-item\"\u003e\n\u003cp class=\"vh-tech-value\"\u003eDishwasher-safe\u003c\/p\u003e\n\u003cp class=\"vh-tech-label\"\u003eCare\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eUses\u003c\/h3\u003e\n\u003cul class=\"vh-list\"\u003e\n\u003cli\u003eMain use: consistent piping and filling.\u003c\/li\u003e\n\u003cli\u003eSuitable for buttercream, whipped ganache, and royal icing, depending on the desired consistency.\u003c\/li\u003e\n\u003cli\u003eCan be used directly in a disposable piping bag or with a coupler to switch tips without changing the bag.\u003c\/li\u003e\n\u003cli\u003eFood-grade stainless steel: withstands piping pressure and remains durable without deforming.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-tip\"\u003e\n\u003cp\u003e\u003cstrong\u003ePro tip.\u003c\/strong\u003e For a clean line with the 2A tip, hold the bag perpendicular to the surface and move at a steady speed without stopping, as this would leave a small bump.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eTechnical specifications\u003c\/h3\u003e\n\u003ctable class=\"vh-table\"\u003e\n\u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eWilton\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eReference\u003c\/td\u003e\n\u003ctd\u003e2A\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eProfile\u003c\/td\u003e\n\u003ctd\u003eStandard round\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003eFood-grade stainless steel\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCompatibility\u003c\/td\u003e\n\u003ctd\u003eDisposable and reusable piping bags, with or without a coupler\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCare\u003c\/td\u003e\n\u003ctd\u003eHand-wash or dishwasher-safe\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b vh-faq\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eFrequently asked questions\u003c\/h3\u003e\n\u003cp style=\"margin-bottom:10px\"\u003e\u003cstrong\u003eWhat is the difference between the 2A tip and a star tip?\u003cbr\u003e\u003c\/strong\u003eThe 2A tip has a smooth, round opening and produces a solid line without ridges, unlike a star tip, which leaves grooves. It is suitable for writing, dots, and filling.\u003c\/p\u003e\n\u003cp style=\"margin-bottom:10px\"\u003e\u003cstrong\u003eIs the 2A tip suitable for filling cream puffs or éclairs?\u003cbr\u003e\u003c\/strong\u003eYes, the 2A tip is suitable for filling cream puffs, éclairs, and filled cupcakes when its diameter matches the opening in the pastry. For larger items, a dedicated filling tip is still faster.\u003c\/p\u003e\n\u003cp style=\"margin-bottom:10px\"\u003e\u003cstrong\u003eHow do you clean the 2A tip thoroughly?\u003cbr\u003e\u003c\/strong\u003eRinse the 2A tip in hot, soapy water immediately after use, cleaning the inside with a fine brush. It is also dishwasher-safe.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-pour\"\u003e\n\u003ch3\u003eLearn more\u003c\/h3\u003e\n\u003cp\u003eDiscover the full range of \u003ca href=\"\/en\/collections\/douilles\"\u003epastry tips\u003c\/a\u003e and the \u003ca href=\"\/en\/collections\/wilton\"\u003eWilton range\u003c\/a\u003e at Patissland.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Wilton","offers":[{"title":"Default Title","offer_id":18940451848292,"sku":"02-0-0163","price":1.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0108\/6167\/4596\/files\/douille-ronde-2a-wilton-1.png?v=1772133683"},{"product_id":"moule-3d-magnum","title":"3D Magnum Mold - Mini Classic","description":"\u003cstyle\u003e.vh-w{font-family:'Montserrat',sans-serif;color:#2a2419;line-height:1.65;font-size:15px;background:#faf7f0;padding:32px 28px;border-radius:14px;width:100%;box-sizing:border-box}.vh-w *{box-sizing:border-box}.vh-h{text-align:center;margin-bottom:28px;padding-bottom:24px;border-bottom:2px solid #d7b36a}.vh-c{display:inline-block;font-size:12px;letter-spacing:3px;color:#b98b35;font-weight:600;padding:6px 16px;border:1px solid #d7b36a;border-radius:20px;margin-bottom:14px;text-transform:uppercase}.vh-t{font-size:22px;font-weight:600;color:#2a2419;margin:0 0 10px}.vh-tg{font-style:italic;font-size:13px;color:#6b5d40;margin:0}.vh-b{background:#fbf9f3;border:1px solid #eadfcb;border-radius:12px;padding:22px 24px;margin:18px 0}.vh-bt{font-size:14px;font-weight:600;color:#b98b35;letter-spacing:2px;text-transform:uppercase;margin:0 0 14px;padding-bottom:8px;border-bottom:1px solid #eadfcb}.vh-intro{font-size:15px;line-height:1.75;color:#2a2419;margin:10px 0}.vh-tech-zone{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;padding:14px 0}.vh-tech-item{flex:1;min-width:130px;max-width:200px;text-align:center;padding:14px 12px;background:#faf7f0;border:1px solid #eadfcb;border-radius:10px}.vh-tech-value{font-size:20px;font-weight:600;color:#b98b35;margin:0 0 4px}.vh-tech-label{font-size:11px;font-weight:600;color:#6b5d40;letter-spacing:1.2px;text-transform:uppercase}.vh-list{margin:10px 0;padding-left:20px}.vh-list li{margin-bottom:8px;line-height:1.6}.vh-list li::marker{color:#d7b36a}.vh-faq summary{cursor:pointer;padding:11px 14px;background:#faf4e5;border-radius:6px;font-weight:600;color:#2a2419;font-size:14px;margin-bottom:6px;list-style:none;position:relative;padding-right:36px;user-select:none}.vh-faq summary::-webkit-details-marker{display:none}.vh-faq summary::after{content:'+';position:absolute;right:14px;top:50%;transform:translateY(-50%);font-size:18px;color:#b98b35;font-weight:bold}.vh-faq details[open] summary::after{content:'-'}.vh-faq details{margin-bottom:6px}.vh-faq p{padding:10px 14px;margin:0;font-size:13.5px;color:#2a2419;background:#fbf9f3;border-radius:0 0 6px 6px;border:1px solid #eadfcb;border-top:none}.vh-tip{background:#fdf5e0;border-left:4px solid #b98b35;padding:14px 18px;border-radius:0 8px 8px 0;margin:14px 0}.vh-tip p{margin:0;font-size:13.5px;color:#2a2419;font-style:italic}.vh-tip strong{font-style:normal;color:#b98b35}.vh-table{width:100%;border-collapse:collapse;font-size:13.5px}.vh-table td{padding:8px 12px;border-bottom:1px solid #eadfcb}.vh-table td:first-child{font-weight:600;color:#6b5d40;width:38%}.vh-table tr:last-child td{border-bottom:none}.vh-pour{background:#faf4e5;border:1px solid #d7b36a;border-radius:12px;padding:20px 24px;margin:20px 0 0;text-align:center}.vh-pour h3{margin:0 0 12px;font-size:14px;color:#b98b35;letter-spacing:2px;text-transform:uppercase;font-weight:600}.vh-pour p{margin:0;font-size:14px;line-height:1.8}.vh-pour a{color:#b98b35;text-decoration:underline;font-weight:600}@media(max-width:680px){.vh-w{padding:20px 16px}.vh-tech-zone{flex-direction:column}}\u003c\/style\u003e\u003cdiv class=\"vh-w\"\u003e\n\u003cdiv class=\"vh-h\"\u003e\n\u003cspan class=\"vh-c\"\u003eSILIKOMART · ICE CREAMS AND MAGNUM CAKES\u003c\/span\u003e\u003cp class=\"vh-t\"\u003e3D Classic Mini Magnum\u003c\/p\u003e\n\u003cp class=\"vh-tg\"\u003eHomemade magnum ice cream, child-size\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\u003cp class=\"vh-intro\"\u003eThe 3D Classic Mini Magnum mold gives homemade ice creams and magnum cakes a rounded shape on every side, with no flat face. Its 4 cavities include a stick guide for clean unmolding after 2 to 3 hours in a household freezer.\u003c\/p\u003e\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eKey features\u003c\/h3\u003e\n\u003cdiv class=\"vh-tech-zone\"\u003e\n\u003cdiv class=\"vh-tech-item\"\u003e\n\u003cp class=\"vh-tech-value\"\u003e4\u003c\/p\u003e\n\u003cp class=\"vh-tech-label\"\u003eCavities\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-tech-item\"\u003e\n\u003cp class=\"vh-tech-value\"\u003e2-3 h\u003c\/p\u003e\n\u003cp class=\"vh-tech-label\"\u003eFreezing time\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-tech-item\"\u003e\n\u003cp class=\"vh-tech-value\"\u003eSilicone\u003c\/p\u003e\n\u003cp class=\"vh-tech-label\"\u003eMaterial\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eRecommended uses\u003c\/h3\u003e\n\u003cul class=\"vh-list\"\u003e\n\u003cli\u003eHomemade ice creams and sorbets in child-size portions\u003c\/li\u003e\n\u003cli\u003eMagnum cakes for buffets and sweet tables\u003c\/li\u003e\n\u003cli\u003eIce pops for birthday parties\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-tip\"\u003e\u003cp\u003e\u003cstrong\u003eGood to know:\u003c\/strong\u003e insert the stick during the first third of the freezing time: it will stay upright in the cavity instead of tipping over.\u003c\/p\u003e\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eTechnical specifications\u003c\/h3\u003e\n\u003ctable class=\"vh-table\"\u003e\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003eSilikomart food-grade silicone\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCavities\u003c\/td\u003e\n\u003ctd\u003e4 cavities with integrated stick guide\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eShape\u003c\/td\u003e\n\u003ctd\u003eFull 3D, rounded on every side\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFreezing time\u003c\/td\u003e\n\u003ctd\u003e2 to 3 hours in a household freezer\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCare\u003c\/td\u003e\n\u003ctd\u003eDishwasher-safe\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b vh-faq\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eFrequently asked questions\u003c\/h3\u003e\n\u003cdetails open\u003e\u003csummary\u003eHow many ice creams at a time?\u003c\/summary\u003e\u003cp\u003e4 cavities per tray, designed for child-size portions and buffets.\u003c\/p\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eCan the ice creams be coated in chocolate?\u003c\/summary\u003e\u003cp\u003eYes, once unmolded and thoroughly frozen, they can be coated in tempered chocolate or candy melts before setting in the cold.\u003c\/p\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhat is the difference from the XXL kits in the range?\u003c\/summary\u003e\u003cp\u003eThis Mini mold remains an individual 4-cavity format; the XXL kits in the same collection produce one or more giant magnums to share.\u003c\/p\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-pour\"\u003e\n\u003ch3\u003eGo further\u003c\/h3\u003e\n\u003cp\u003eComplete your collection with the \u003ca href=\"\/en\/collections\/silikomart\"\u003eSilikomart range\u003c\/a\u003e and the \u003ca href=\"\/en\/collections\/moules-magnum-et-sucette\"\u003emagnum and ice pop molds\u003c\/a\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Silikomart","offers":[{"title":"Default Title","offer_id":18941225762916,"sku":"22.341.87.0065","price":11.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0108\/6167\/4596\/files\/moule-3d-magnum-mini-classique-silikomart-1.jpg?v=1772133687"},{"product_id":"baton-sucette-glacee","title":"100 Ice Cream Sticks","description":"\u003cstyle\u003e.vh-w{font-family:'Montserrat',sans-serif;color:#2a2419;line-height:1.65;font-size:15px;background:#faf7f0;padding:32px 28px;border-radius:14px;width:100%;box-sizing:border-box}.vh-w *{box-sizing:border-box}.vh-h{text-align:center;margin-bottom:28px;padding-bottom:24px;border-bottom:2px solid #d7b36a}.vh-c{display:inline-block;font-size:12px;letter-spacing:3px;color:#b98b35;font-weight:600;padding:6px 16px;border:1px solid #d7b36a;border-radius:20px;margin-bottom:14px;text-transform:uppercase}.vh-t{font-size:22px;font-weight:600;color:#2a2419;margin:0 0 10px}.vh-tg{font-style:italic;font-size:13px;color:#6b5d40;margin:0}.vh-b{background:#fbf9f3;border:1px solid #eadfcb;border-radius:12px;padding:22px 24px;margin:18px 0}.vh-bt{font-size:14px;font-weight:600;color:#b98b35;letter-spacing:2px;text-transform:uppercase;margin:0 0 14px;padding-bottom:8px;border-bottom:1px solid #eadfcb;display:flex;align-items:center;gap:10px}.vh-intro{font-size:15px;line-height:1.75;color:#2a2419;margin:10px 0}.vh-tech-zone{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;padding:14px 0}.vh-tech-item{flex:1;min-width:130px;max-width:200px;text-align:center;padding:14px 12px;background:#faf7f0;border:1px solid #eadfcb;border-radius:10px}.vh-tech-value{font-size:20px;font-weight:600;color:#b98b35;margin:0 0 4px}.vh-tech-label{font-size:11px;font-weight:600;color:#6b5d40;letter-spacing:1.2px;text-transform:uppercase}.vh-tech-desc{font-size:11px;color:#6b5d40;margin-top:6px;font-style:italic}.vh-list{margin:10px 0;padding-left:20px}.vh-list li{margin-bottom:8px;line-height:1.6}.vh-list li::marker{color:#d7b36a}.vh-faq summary{cursor:pointer;padding:11px 14px;background:#faf4e5;border-radius:6px;font-weight:600;color:#2a2419;font-size:14px;margin-bottom:6px;list-style:none;position:relative;padding-right:36px;user-select:none}.vh-faq summary::-webkit-details-marker{display:none}.vh-faq summary::after{content:'+';position:absolute;right:14px;top:50%;transform:translateY(-50%);font-size:18px;color:#b98b35;font-weight:bold}.vh-faq details[open] summary::after{content:'-'}.vh-faq details{margin-bottom:6px}.vh-faq p{padding:10px 14px;margin:0;font-size:13.5px;color:#2a2419;background:#fbf9f3;border-radius:0 0 6px 6px;border:1px solid #eadfcb;border-top:none}.vh-tip{background:#fdf5e0;border-left:4px solid #b98b35;padding:14px 18px;border-radius:0 8px 8px 0;margin:14px 0}.vh-tip p{margin:0;font-size:13.5px;color:#2a2419;font-style:italic}.vh-tip strong{font-style:normal;color:#b98b35}.vh-table{width:100%;border-collapse:collapse;font-size:13.5px}.vh-table td{padding:8px 12px;border-bottom:1px solid #eadfcb}.vh-table td:first-child{font-weight:600;color:#6b5d40;width:38%}.vh-table tr:last-child td{border-bottom:none}.vh-pour{background:#faf4e5;border:1px solid #d7b36a;border-radius:12px;padding:20px 24px;margin:20px 0 0;text-align:center}.vh-pour h3{margin:0 0 12px;font-size:14px;color:#b98b35;letter-spacing:2px;text-transform:uppercase;font-weight:600}.vh-pour p{margin:0;font-size:14px;line-height:1.8}.vh-pour a{color:#b98b35;text-decoration:underline;font-weight:600}@media(max-width:680px){.vh-w{padding:20px 16px}.vh-tech-zone{flex-direction:column}}\u003c\/style\u003e\u003cdiv class=\"vh-w\"\u003e\n\u003cdiv class=\"vh-h\"\u003e\n\u003cdiv class=\"vh-c\"\u003eSilikomart - Sticks\u003c\/div\u003e\n\u003ch3 class=\"vh-t\"\u003e100 Ice Cream Sticks\u003c\/h3\u003e\n\u003cp class=\"vh-tg\"\u003eNatural wood, pack of 100, for ice creams and cakesicles\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\u003cp class=\"vh-intro\"\u003eThese wooden sticks provide support for homemade ice creams, magnum cakes, and cakesicles. Their smooth surface, free of splinters and burrs, is designed for safe food contact. The pack of 100 pieces covers multiple batches without needing to restock.\u003c\/p\u003e\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eFeatures\u003c\/h3\u003e\n\u003cdiv class=\"vh-tech-zone\"\u003e\n\u003cdiv class=\"vh-tech-item\"\u003e\n\u003cp class=\"vh-tech-value\"\u003e11.3 cm\u003c\/p\u003e\n\u003cp class=\"vh-tech-label\"\u003eLength\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-tech-item\"\u003e\n\u003cp class=\"vh-tech-value\"\u003e1 cm\u003c\/p\u003e\n\u003cp class=\"vh-tech-label\"\u003eWidth\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-tech-item\"\u003e\n\u003cp class=\"vh-tech-value\"\u003e0.2 cm\u003c\/p\u003e\n\u003cp class=\"vh-tech-label\"\u003eThickness\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-tech-item\"\u003e\n\u003cp class=\"vh-tech-value\"\u003eWood\u003c\/p\u003e\n\u003cp class=\"vh-tech-label\"\u003eMaterial\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eRecommended uses\u003c\/h3\u003e\n\u003cul class=\"vh-list\"\u003e\n\u003cli\u003eHomemade ice creams and sorbets on sticks\u003c\/li\u003e\n\u003cli\u003eMagnum cakes (biscuit and frozen mousse coated in chocolate)\u003c\/li\u003e\n\u003cli\u003eCakesicles, mini frozen cakes on sticks\u003c\/li\u003e\n\u003cli\u003ePopsicles and ice pops\u003c\/li\u003e\n\u003cli\u003eArts and crafts outside the kitchen (DIY, table decorations)\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\u003cdiv class=\"vh-tip\"\u003e\u003cp\u003e\u003cstrong\u003ePlease note:\u003c\/strong\u003e insert the stick before the preparation is completely frozen so it holds firmly, and leave at least 3 cm protruding for a secure grip.\u003c\/p\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eTechnical specifications\u003c\/h3\u003e\n\u003ctable class=\"vh-table\"\u003e\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eDimensions\u003c\/td\u003e\n\u003ctd\u003e11.3 x 1 x 0.2 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003eNatural wood\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePackaging\u003c\/td\u003e\n\u003ctd\u003e100 pieces\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eUse\u003c\/td\u003e\n\u003ctd\u003eFood use (direct contact) and arts and crafts\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eFrequently asked questions\u003c\/h3\u003e\n\u003cdiv class=\"vh-faq\"\u003e\n\u003cdetails open\u003e\u003csummary\u003eWhat is the difference compared with the mini sticks?\u003c\/summary\u003e\u003cp\u003eThese standard 11.3 cm sticks are suitable for classic ice creams and magnum cakes; the 7.2 cm mini sticks are recommended for cake pops and lollipops.\u003c\/p\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eCan a preparation on a stick be refrozen?\u003c\/summary\u003e\u003cp\u003eThe wood withstands freezing, but it is preferable to prepare one piece per stick rather than refreeze the same preparation several times.\u003c\/p\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eAre these sticks oven-safe?\u003c\/summary\u003e\u003cp\u003eNo, reserve them for frozen or cold preparations: the wood is not designed for baking.\u003c\/p\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-pour\"\u003e\n\u003ch3\u003eLearn more\u003c\/h3\u003e\n\u003cp\u003eAlso discover our \u003ca href=\"\/en\/products\/mini-batonnets-pcs-100\"\u003e100 Mini Sticks\u003c\/a\u003e for cake pops, and the entire \u003ca href=\"\/en\/collections\/silikomart\"\u003eSilikomart\u003c\/a\u003e range.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Silikomart","offers":[{"title":"Default Title","offer_id":18941339402340,"sku":"99.400.99.0002","price":2.49,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0108\/6167\/4596\/files\/100-batonnets-de-creme-glacee-silikomart-1.png?v=1772133690"},{"product_id":"crisco-shortening","title":"Crisco Shortening 450g - Vegetable Fat for Cake Design","description":"\u003cstyle\u003e\n.plsd-v7{font-family:'Montserrat',Arial,sans-serif;color:#3a2f1c;background:#faf7f0;border:1px solid #e8dcc4;border-radius:10px;padding:24px;line-height:1.7}\n.plsd-v7 h3{color:#b98b35;font-size:18px;margin:22px 0 10px;font-weight:600}\n.plsd-v7 h3:first-child{margin-top:0}\n.plsd-v7 p{margin:0 0 14px}\n.plsd-v7 ul{list-style:none;margin:0 0 16px;padding:0}\n.plsd-v7 ul li{position:relative;padding-left:20px;margin-bottom:8px}\n.plsd-v7 ul li:before{content:'';position:absolute;left:0;top:9px;width:7px;height:7px;background:#d7b36a;border-radius:50%}\n.plsd-v7 .plsd-bloc{background:#fbf9f3;border:1px solid #e8dcc4;border-radius:8px;padding:16px 18px;margin:0 0 16px}\n.plsd-v7 .plsd-note{background:#fdf5e0;border-left:4px solid #b98b35;border-radius:0 8px 8px 0;padding:14px 18px;margin:16px 0}\n.plsd-v7 .plsd-note strong{color:#b98b35}\n.plsd-v7 a{color:#b98b35;text-decoration:underline}\n.plsd-v7 details{background:#fbf9f3;border:1px solid #e8dcc4;border-radius:8px;margin:0 0 10px;overflow:hidden}\n.plsd-v7 details summary{cursor:pointer;padding:12px 18px;font-weight:600;color:#b98b35;list-style:none;position:relative;padding-right:36px}\n.plsd-v7 details summary::-webkit-details-marker{display:none}\n.plsd-v7 details summary:after{content:'+';position:absolute;right:16px;top:10px;font-size:18px;color:#d7b36a}\n.plsd-v7 details[open] summary:after{content:'-'}\n.plsd-v7 details .plsd-faq-a{padding:0 18px 14px;margin:0}\n\u003c\/style\u003e\n\u003cdiv class=\"plsd-v7\"\u003e\n\u003ch3\u003eA benchmark vegetable shortening for cake design\u003c\/h3\u003e\n\u003cp\u003eCrisco Shortening 450g is a vegetable shortening made from refined soybean and palm oils, used by cake designers to work with fondant and create stable American buttercreams. Its smooth texture and neutral flavor make it a valued technical ingredient in the workshop.\u003c\/p\u003e\n\n\u003ch3\u003eIngredients\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eRefined soybean oil\u003c\/li\u003e\n\u003cli\u003eRefined palm oil\u003c\/li\u003e\n\u003cli\u003eEmulsifier: E471 (mono- and diglycerides of fatty acids)\u003c\/li\u003e\n\u003cli\u003eAntioxidant: E319\u003c\/li\u003e\n\u003cli\u003eAcidifier: E330 (citric acid)\u003c\/li\u003e\n\u003cli\u003eGluten-free; suitable for vegetarian and vegan diets\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003ch3\u003eUses in cake design\u003c\/h3\u003e\n\u003cdiv class=\"plsd-bloc\"\u003e\n\u003cul\u003e\n\u003cli\u003eSoften hardened fondant: warm a small amount (about 5 g) between your hands, then knead it in\u003c\/li\u003e\n\u003cli\u003eGrease the work surface without leaving a starch residue\u003c\/li\u003e\n\u003cli\u003eLubricate cookie cutters for clean cuts\u003c\/li\u003e\n\u003cli\u003eReplace 30 to 50% of the butter in American buttercream for a stable texture, including in hot climates\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003eFind our other products in the \u003ca href=\"\/en\/collections\/pates-a-sucre\"\u003efondant\u003c\/a\u003e section.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"plsd-note\"\u003e\n\u003cstrong\u003ePlease note:\u003c\/strong\u003e this product contains soy. Before opening, it can be stored for up to 2 years at room temperature (15 to 25°C), away from light. After opening, allow approximately 1 year in its airtight container, without refrigeration: the cold hardens the texture.\n\u003c\/div\u003e\n\n\u003ch3\u003eFrequently asked questions\u003c\/h3\u003e\n\u003cdetails open\u003e\n\u003csummary\u003eDoes Crisco contain allergens?\u003c\/summary\u003e\n\u003cp class=\"plsd-faq-a\"\u003eYes, it contains soy.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eShould Crisco be refrigerated after opening?\u003c\/summary\u003e\n\u003cp class=\"plsd-faq-a\"\u003eNo, it should be stored at room temperature in its airtight container; the cold hardens its texture.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow much should be used to soften fondant?\u003c\/summary\u003e\n\u003cp class=\"plsd-faq-a\"\u003eA small amount, about 5 g, warmed between your hands and then incorporated gradually.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e","brand":"Crisco","offers":[{"title":"Default Title","offer_id":39674716291114,"sku":"23913","price":9.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0108\/6167\/4596\/files\/crisco-shortening-450g-graisse-vegetale-cake-design-crisco-1.jpg?v=1777667394"},{"product_id":"pme-deep-heart-cake-pan-20-x-7-5cm","title":"Heart Mold - Ø 20cm","description":"\u003cstyle\u003e.vh-w{font-family:'Montserrat',sans-serif;color:#2a2419;line-height:1.65;font-size:15px;background:#faf7f0;padding:32px 28px;border-radius:14px;width:100%;box-sizing:border-box}\n.vh-w *{box-sizing:border-box}\n.vh-h{text-align:center;margin-bottom:28px;padding-bottom:24px;border-bottom:2px solid #d7b36a}\n.vh-c{display:inline-block;font-size:12px;letter-spacing:3px;color:#b98b35;font-weight:600;padding:6px 16px;border:1px solid #d7b36a;border-radius:20px;margin-bottom:14px;text-transform:uppercase}\n.vh-t{font-size:22px;font-weight:600;color:#2a2419;margin:0 0 10px}\n.vh-tg{font-style:italic;font-size:13px;color:#6b5d40;margin:0}\n.vh-b{background:#fbf9f3;border:1px solid #eadfcb;border-radius:12px;padding:22px 24px;margin:18px 0}\n.vh-bt{font-size:14px;font-weight:600;color:#b98b35;letter-spacing:2px;text-transform:uppercase;margin:0 0 14px;padding-bottom:8px;border-bottom:1px solid #eadfcb}\n.vh-intro{font-size:15px;line-height:1.75;color:#2a2419;margin:10px 0}\n.vh-tech-zone{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;padding:14px 0}\n.vh-tech-item{flex:1;min-width:130px;max-width:200px;text-align:center;padding:14px 12px;background:#faf7f0;border:1px solid #eadfcb;border-radius:10px}\n.vh-tech-value{font-size:20px;font-weight:600;color:#b98b35;margin:0 0 4px}\n.vh-tech-label{font-size:11px;font-weight:600;color:#6b5d40;letter-spacing:1.2px;text-transform:uppercase}\n.vh-list{margin:10px 0;padding-left:20px}\n.vh-list li{margin-bottom:8px;line-height:1.6}\n.vh-list li::marker{color:#d7b36a}\n.vh-faq summary{cursor:pointer;padding:11px 14px;background:#faf4e5;border-radius:6px;font-weight:600;color:#2a2419;font-size:14px;margin-bottom:6px;list-style:none;position:relative;padding-right:36px;user-select:none}\n.vh-faq summary::-webkit-details-marker{display:none}\n.vh-faq summary::after{content:'+';position:absolute;right:14px;top:50%;transform:translateY(-50%);font-size:18px;color:#b98b35;font-weight:bold}\n.vh-faq details[open] summary::after{content:'-'}\n.vh-faq details{margin-bottom:6px}\n.vh-faq p{padding:10px 14px;margin:0;font-size:13.5px;color:#2a2419;background:#fbf9f3;border-radius:0 0 6px 6px;border:1px solid #eadfcb;border-top:none}\n.vh-tip{background:#fdf5e0;border-left:4px solid #b98b35;padding:14px 18px;border-radius:0 8px 8px 0;margin:14px 0}\n.vh-tip p{margin:0;font-size:13.5px;color:#2a2419;font-style:italic}\n.vh-tip strong{font-style:normal;color:#b98b35}\n.vh-table{width:100%;border-collapse:collapse;font-size:13.5px}\n.vh-table td{padding:8px 12px;border-bottom:1px solid #eadfcb}\n.vh-table td:first-child{font-weight:600;color:#6b5d40;width:38%}\n.vh-table tr:last-child td{border-bottom:none}\n.vh-pour{background:#faf4e5;border:1px solid #d7b36a;border-radius:12px;padding:20px 24px;margin:20px 0 0;text-align:center}\n.vh-pour h3{margin:0 0 12px;font-size:14px;color:#b98b35;letter-spacing:2px;text-transform:uppercase;font-weight:600}\n.vh-pour p{margin:0;font-size:14px;line-height:1.8}\n.vh-pour a{color:#b98b35;text-decoration:underline;font-weight:600}\n@media(max-width:680px){.vh-w{padding:20px 16px}.vh-tech-zone{flex-direction:column}}\u003c\/style\u003e\n\u003cdiv class=\"vh-w\"\u003e\n\u003cdiv class=\"vh-h\"\u003e\n\u003cspan class=\"vh-c\"\u003ePME Cake\u003c\/span\u003e\n\u003ch3 class=\"vh-t\"\u003eHeart-Shaped Pan - Ø 20cm\u003c\/h3\u003e\n\u003cp class=\"vh-tg\"\u003eProfessional aluminum heart-shaped cake pan\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cp class=\"vh-intro\"\u003eThe PME Cake Ø 20 cm heart-shaped pan is ideal as a base for a heart-shaped cake, number cake, or tiered layer cake. The aluminum distributes heat evenly, from the center to the tip.\u003c\/p\u003e\n\u003cdiv class=\"vh-tech-zone\"\u003e\n\u003cdiv class=\"vh-tech-item\"\u003e\n\u003cp class=\"vh-tech-value\"\u003eØ 20 cm\u003c\/p\u003e\n\u003cp class=\"vh-tech-label\"\u003eDiameter\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-tech-item\"\u003e\n\u003cp class=\"vh-tech-value\"\u003e7.5 cm\u003c\/p\u003e\n\u003cp class=\"vh-tech-label\"\u003eHeight\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-tech-item\"\u003e\n\u003cp class=\"vh-tech-value\"\u003eAluminum\u003c\/p\u003e\n\u003cp class=\"vh-tech-label\"\u003eMaterial\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003cp class=\"vh-bt\"\u003eRecommended uses\u003c\/p\u003e\n\u003cul class=\"vh-list\"\u003e\n\u003cli\u003eHeart-shaped cake for Valentine's Day or a family celebration\u003c\/li\u003e\n\u003cli\u003eBase for a number cake or tiered layer cake\u003c\/li\u003e\n\u003cli\u003eThick sponge cake sliced into several layers\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-tip\"\u003e\u003cp\u003e\u003cstrong\u003ePlease note:\u003c\/strong\u003e carefully butter and flour the tip of the heart before pouring in the batter: this is the area that is most difficult to unmold.\u003c\/p\u003e\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003cp class=\"vh-bt\"\u003eTechnical specifications\u003c\/p\u003e\n\u003ctable class=\"vh-table\"\u003e\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eDimensions\u003c\/td\u003e\n\u003ctd\u003eØ 20 cm, height 7.5 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003eAluminum\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHeat resistance\u003c\/td\u003e\n\u003ctd\u003eConventional and fan-assisted ovens, up to 220 °C\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCare\u003c\/td\u003e\n\u003ctd\u003eHand wash, dry immediately\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b vh-faq\"\u003e\n\u003cp class=\"vh-bt\"\u003eFrequently asked questions\u003c\/p\u003e\n\u003cdetails open\u003e\u003csummary\u003eHow much batter should be prepared for this Ø 20 cm heart-shaped pan?\u003c\/summary\u003e\u003cp\u003eAllow approximately 700 to 800 g of sponge cake batter to fill the pan to two-thirds of its 7.5 cm height, leaving room for the cake to rise during baking.\u003c\/p\u003e\u003c\/details\u003e\n\u003cdetails\u003e\u003csummary\u003eCan the sponge cake be cut into several layers after baking?\u003c\/summary\u003e\u003cp\u003eYes, the 7.5 cm height allows you to slice the sponge cake into two or three discs to assemble a filled layer cake or number cake.\u003c\/p\u003e\u003c\/details\u003e\n\u003cdetails\u003e\u003csummary\u003eIs this pan dishwasher-safe?\u003c\/summary\u003e\u003cp\u003eNo, hand washing is recommended to preserve the aluminum. Dry it immediately to prevent oxidation marks.\u003c\/p\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-pour\"\u003e\n\u003ch3\u003eDiscover more\u003c\/h3\u003e\n\u003cp\u003eAlso discover \u003ca href=\"\/en\/collections\/moules-ronds-carres-rectangles-coeurs\"\u003eRound, Square \u0026amp; Heart-Shaped Pans\u003c\/a\u003e and \u003ca href=\"\/en\/collections\/supports-a-gateaux\"\u003eCake Stands\u003c\/a\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"PME Cake","offers":[{"title":"Default Title","offer_id":21432961859684,"sku":"HRT083","price":11.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0108\/6167\/4596\/files\/moule-coeur-o-20cm-pme-1.jpg?v=1772133700"},{"product_id":"moule-rond-haut-pme","title":"High Round Mold - Height 10cm","description":"\u003cstyle\u003e.vh-w{font-family:'Montserrat',sans-serif;color:#2a2419;line-height:1.65;font-size:15px;background:#faf7f0;padding:32px 28px;border-radius:14px;width:100%;box-sizing:border-box}\n.vh-w *{box-sizing:border-box}\n.vh-h{text-align:center;margin-bottom:28px;padding-bottom:24px;border-bottom:2px solid #d7b36a}\n.vh-c{display:inline-block;font-size:12px;letter-spacing:3px;color:#b98b35;font-weight:600;padding:6px 16px;border:1px solid #d7b36a;border-radius:20px;margin-bottom:14px;text-transform:uppercase}\n.vh-t{font-size:22px;font-weight:600;color:#2a2419;margin:0 0 10px}\n.vh-tg{font-style:italic;font-size:13px;color:#6b5d40;margin:0}\n.vh-b{background:#fbf9f3;border:1px solid #eadfcb;border-radius:12px;padding:22px 24px;margin:18px 0}\n.vh-bt{font-size:14px;font-weight:600;color:#b98b35;letter-spacing:2px;text-transform:uppercase;margin:0 0 14px;padding-bottom:8px;border-bottom:1px solid #eadfcb}\n.vh-intro{font-size:15px;line-height:1.75;color:#2a2419;margin:10px 0}\n.vh-tech-zone{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;padding:14px 0}\n.vh-tech-item{flex:1;min-width:130px;max-width:200px;text-align:center;padding:14px 12px;background:#faf7f0;border:1px solid #eadfcb;border-radius:10px}\n.vh-tech-value{font-size:20px;font-weight:600;color:#b98b35;margin:0 0 4px}\n.vh-tech-label{font-size:11px;font-weight:600;color:#6b5d40;letter-spacing:1.2px;text-transform:uppercase}\n.vh-list{margin:10px 0;padding-left:20px}\n.vh-list li{margin-bottom:8px;line-height:1.6}\n.vh-list li::marker{color:#d7b36a}\n.vh-faq summary{cursor:pointer;padding:11px 14px;background:#faf4e5;border-radius:6px;font-weight:600;color:#2a2419;font-size:14px;margin-bottom:6px;list-style:none;position:relative;padding-right:36px;user-select:none}\n.vh-faq summary::-webkit-details-marker{display:none}\n.vh-faq summary::after{content:'+';position:absolute;right:14px;top:50%;transform:translateY(-50%);font-size:18px;color:#b98b35;font-weight:bold}\n.vh-faq details[open] summary::after{content:'-'}\n.vh-faq details{margin-bottom:6px}\n.vh-faq p{padding:10px 14px;margin:0;font-size:13.5px;color:#2a2419;background:#fbf9f3;border-radius:0 0 6px 6px;border:1px solid #eadfcb;border-top:none}\n.vh-tip{background:#fdf5e0;border-left:4px solid #b98b35;padding:14px 18px;border-radius:0 8px 8px 0;margin:14px 0}\n.vh-tip p{margin:0;font-size:13.5px;color:#2a2419;font-style:italic}\n.vh-tip strong{font-style:normal;color:#b98b35}\n.vh-table{width:100%;border-collapse:collapse;font-size:13.5px}\n.vh-table td{padding:8px 12px;border-bottom:1px solid #eadfcb}\n.vh-table td:first-child{font-weight:600;color:#6b5d40;width:38%}\n.vh-table tr:last-child td{border-bottom:none}\n.vh-pour{background:#faf4e5;border:1px solid #d7b36a;border-radius:12px;padding:20px 24px;margin:20px 0 0;text-align:center}\n.vh-pour h3{margin:0 0 12px;font-size:14px;color:#b98b35;letter-spacing:2px;text-transform:uppercase;font-weight:600}\n.vh-pour p{margin:0;font-size:14px;line-height:1.8}\n.vh-pour a{color:#b98b35;text-decoration:underline;font-weight:600}\n@media(max-width:680px){.vh-w{padding:20px 16px}.vh-tech-zone{flex-direction:column}}\u003c\/style\u003e\n\u003cdiv class=\"vh-w\"\u003e\n\u003cdiv class=\"vh-h\"\u003e\n\u003cspan class=\"vh-c\"\u003ePME Cake\u003c\/span\u003e\n\u003ch3 class=\"vh-t\"\u003eTall Round Cake Pan - 10 cm Height\u003c\/h3\u003e\n\u003cp class=\"vh-tg\"\u003eTall round cake pan, professional aluminum\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cp class=\"vh-intro\"\u003eThe PME Cake tall round pan bakes a 10 cm thick cake base in one go, which can then be sliced into several layers. Choose from thirteen diameters, from 10 to 40 cm, to suit the desired number of servings.\u003c\/p\u003e\n\u003cdiv class=\"vh-tech-zone\"\u003e\n\u003cdiv class=\"vh-tech-item\"\u003e\n\u003cp class=\"vh-tech-value\"\u003e10 cm\u003c\/p\u003e\n\u003cp class=\"vh-tech-label\"\u003eHeight\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-tech-item\"\u003e\n\u003cp class=\"vh-tech-value\"\u003e10 to 40 cm\u003c\/p\u003e\n\u003cp class=\"vh-tech-label\"\u003eDiameter options\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-tech-item\"\u003e\n\u003cp class=\"vh-tech-value\"\u003eAluminum\u003c\/p\u003e\n\u003cp class=\"vh-tech-label\"\u003eMaterial\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003cp class=\"vh-bt\"\u003eRecommended uses\u003c\/p\u003e\n\u003cul class=\"vh-list\"\u003e\n\u003cli\u003eLayer cake with several layers from a single bake\u003c\/li\u003e\n\u003cli\u003eWedding cake and tiered cake for family celebrations\u003c\/li\u003e\n\u003cli\u003eThick sponge cake for a filled number cake\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-tip\"\u003e\u003cp\u003e\u003cstrong\u003ePlease note:\u003c\/strong\u003e check the center with a thin skewer during baking: at 10 cm high, the center of the cake takes longer to bake than the edges.\u003c\/p\u003e\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003cp class=\"vh-bt\"\u003eTechnical specifications\u003c\/p\u003e\n\u003ctable class=\"vh-table\"\u003e\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eHeight\u003c\/td\u003e\n\u003ctd\u003e10 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDiameter\u003c\/td\u003e\n\u003ctd\u003eChoose from 10 to 40 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003eAluminum\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCare\u003c\/td\u003e\n\u003ctd\u003eHand wash and dry immediately\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b vh-faq\"\u003e\n\u003cp class=\"vh-bt\"\u003eFrequently asked questions\u003c\/p\u003e\n\u003cdetails open\u003e\u003csummary\u003eHow many layers can be made with this tall pan?\u003c\/summary\u003e\u003cp\u003eFrom a 10 cm baked cake, you can generally cut 3 to 4 even layers for a layer cake with filling between each layer.\u003c\/p\u003e\u003c\/details\u003e\n\u003cdetails\u003e\u003csummary\u003eWhich diameter should I choose for a 12-serving cake?\u003c\/summary\u003e\u003cp\u003eA diameter of 25 to 27.9 cm with a height of 10 cm generally serves 12 to 16 people, depending on the thickness of the slices.\u003c\/p\u003e\u003c\/details\u003e\n\u003cdetails\u003e\u003csummary\u003eShould the baking time be adjusted according to the chosen diameter?\u003c\/summary\u003e\u003cp\u003eYes, a larger diameter bakes faster at the surface than a smaller diameter at the same height: slightly lower the temperature and test the center for doneness.\u003c\/p\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-pour\"\u003e\n\u003ch3\u003eDiscover more\u003c\/h3\u003e\n\u003cp\u003eAlso discover \u003ca href=\"\/en\/collections\/moules-ronds-carres-rectangles-coeurs\"\u003eRound, Square \u0026amp; Heart Pans\u003c\/a\u003e and \u003ca href=\"\/en\/collections\/layer-cake\"\u003eLayer Cake\u003c\/a\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"PME Cake","offers":[{"title":"10cm","offer_id":39551031771178,"sku":"RND044","price":6.99,"currency_code":"EUR","in_stock":true},{"title":"12.5cm","offer_id":39551031803946,"sku":"RND054","price":7.99,"currency_code":"EUR","in_stock":true},{"title":"15cm","offer_id":39551031836714,"sku":"RND064","price":9.99,"currency_code":"EUR","in_stock":true},{"title":"17.5cm","offer_id":39551031869482,"sku":"RND074","price":11.99,"currency_code":"EUR","in_stock":true},{"title":"20cm","offer_id":39551031902250,"sku":"RND084","price":13.99,"currency_code":"EUR","in_stock":true},{"title":"22.5cm","offer_id":39551031935018,"sku":"RND094","price":15.99,"currency_code":"EUR","in_stock":true},{"title":"25cm","offer_id":39551031967786,"sku":"RND104","price":18.99,"currency_code":"EUR","in_stock":true},{"title":"27.5cm","offer_id":39551032000554,"sku":"RND114","price":21.99,"currency_code":"EUR","in_stock":true},{"title":"30cm","offer_id":39551032033322,"sku":"RND124","price":24.99,"currency_code":"EUR","in_stock":true},{"title":"33cm","offer_id":39678544216106,"sku":"RND134","price":26.99,"currency_code":"EUR","in_stock":true},{"title":"35cm","offer_id":39551032066090,"sku":"RND144","price":29.99,"currency_code":"EUR","in_stock":true},{"title":"38cm","offer_id":39678544674858,"sku":"RND154","price":34.99,"currency_code":"EUR","in_stock":false},{"title":"40cm","offer_id":48068117201235,"sku":"RND164","price":38.99,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0108\/6167\/4596\/files\/moule-pme-rond-haut-hauteur-10cm-choisir-le-diametre-pme-1.jpg?v=1772133704"},{"product_id":"house-of-marie-baking-cups-feuille-argentee-pcs-24","title":"24 Silver Cupcake Liners","description":"\u003cstyle\u003e\n.vh-w{font-family:'Montserrat',sans-serif;color:#2a2419;line-height:1.65;font-size:15px;background:#faf7f0;padding:32px 28px;border-radius:14px;width:100%;box-sizing:border-box}\n.vh-w *{box-sizing:border-box}\n.vh-h{text-align:center;margin-bottom:28px;padding-bottom:24px;border-bottom:2px solid #d7b36a}\n.vh-c{display:inline-block;font-size:12px;letter-spacing:3px;color:#b98b35;font-weight:600;padding:6px 16px;border:1px solid #d7b36a;border-radius:20px;margin-bottom:14px;text-transform:uppercase}\n.vh-t{font-size:22px;font-weight:600;color:#2a2419;margin:0 0 10px}\n.vh-tg{font-style:italic;font-size:13px;color:#6b5d40;margin:0}\n.vh-b{background:#fbf9f3;border:1px solid #eadfcb;border-radius:12px;padding:22px 24px;margin:18px 0}\n.vh-bt{font-size:14px;font-weight:600;color:#b98b35;letter-spacing:2px;text-transform:uppercase;margin:0 0 14px;padding-bottom:8px;border-bottom:1px solid #eadfcb}\n.vh-intro{font-size:15px;line-height:1.75;color:#2a2419;margin:10px 0}\n.vh-list{margin:0;padding-left:20px}\n.vh-list li{margin-bottom:8px}\n.vh-list li::marker{color:#d7b36a}\n.vh-faq summary{cursor:pointer;padding:11px 14px;background:#faf4e5;border-radius:6px;font-weight:600;color:#2a2419;font-size:14px;margin-bottom:6px;list-style:none;position:relative;padding-right:36px;user-select:none}\n.vh-faq summary::-webkit-details-marker{display:none}\n.vh-faq summary::after{content:'+';position:absolute;right:14px;top:50%;transform:translateY(-50%);font-size:18px;color:#b98b35;font-weight:bold}\n.vh-faq details[open] summary::after{content:'-'}\n.vh-faq details{margin-bottom:6px}\n.vh-faq p{padding:10px 14px;margin:0;font-size:13.5px;color:#2a2419;background:#fbf9f3;border-radius:0 0 6px 6px;border:1px solid #eadfcb;border-top:none}\n.vh-tip{background:#fdf5e0;border-left:4px solid #b98b35;padding:14px 18px;border-radius:0 8px 8px 0;margin:14px 0}\n.vh-tip p{margin:0;font-size:13.5px;color:#2a2419}\n.vh-tip strong{color:#b98b35}\n.vh-pour{background:#faf4e5;border:1px solid #d7b36a;border-radius:12px;padding:20px 24px;margin:20px 0 0;text-align:center}\n.vh-pour h3{margin:0 0 12px;font-size:14px;color:#b98b35;letter-spacing:2px;text-transform:uppercase;font-weight:600}\n.vh-pour p{margin:0;font-size:14px;line-height:1.8}\n.vh-pour a{color:#b98b35;text-decoration:underline;font-weight:600}\n@media(max-width:680px){.vh-w{padding:20px 16px}}\n\u003c\/style\u003e\n\u003cdiv class=\"vh-w\"\u003e\n\u003cdiv class=\"vh-h\"\u003e\n\u003cdiv class=\"vh-c\"\u003eHouse of Marie - Silver Cupcake Liners\u003c\/div\u003e\n\u003ch3 class=\"vh-t\"\u003eSilver Cupcake Liners, Pack of 24\u003c\/h3\u003e\n\u003cp class=\"vh-tg\"\u003eClassic round food-grade paper liners with a silver metallic finish.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003cp class=\"vh-intro\"\u003eThese House of Marie cupcake liners are covered with silver metallic-effect paper. The classic straight-sided format adds a touch of shine to cupcakes served at a wedding, birthday party, or year-end celebration.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eFeatures\u003c\/h3\u003e\n\u003cul class=\"vh-list\"\u003e\n\u003cli\u003eGreaseproof food-grade paper with a silver metallic finish\u003c\/li\u003e\n\u003cli\u003eClassic shape with straight, non-ridged sides\u003c\/li\u003e\n\u003cli\u003eDiameter: approximately 5.1 cm\u003c\/li\u003e\n\u003cli\u003eContents: 24 silver cupcake liners per pack\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eUsage Tips\u003c\/h3\u003e\n\u003cul class=\"vh-list\"\u003e\n\u003cli\u003eUse in a muffin tin for perfect support during baking\u003c\/li\u003e\n\u003cli\u003eFill two-thirds full to prevent overflow\u003c\/li\u003e\n\u003cli\u003eThe greaseproof paper makes it easier to remove cupcakes and their toppings from the tin\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"vh-tip\"\u003e\u003cp\u003e\u003cstrong\u003ePlease note:\u003c\/strong\u003e the metallic finish is oven-safe (up to approximately 220°C) without turning black. Store away from moisture in the original packaging.\u003c\/p\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eFrequently Asked Questions\u003c\/h3\u003e\n\u003cdiv class=\"vh-faq\"\u003e\n\u003cdetails open\u003e\u003csummary\u003eDoes the silver finish withstand oven heat?\u003cbr\u003e\u003c\/summary\u003e\u003cp\u003eYes, the metallic paper retains its shine during baking without turning black or dulling.\u003c\/p\u003e\u003c\/details\u003e\n\u003cdetails\u003e\u003csummary\u003eHow many cupcake liners are in each pack?\u003cbr\u003e\u003c\/summary\u003e\u003cp\u003eThe pack contains 24 silver cupcake liners, 5.1 cm in diameter, in a standard size.\u003c\/p\u003e\u003c\/details\u003e\n\u003cdetails\u003e\u003csummary\u003eAre these cupcake liners suitable for a wedding?\u003cbr\u003e\u003c\/summary\u003e\u003cp\u003eYes, their metallic finish works equally well for a wedding, birthday party, or year-end celebration.\u003c\/p\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-pour\"\u003e\n\u003ch3\u003eExplore Further\u003c\/h3\u003e\n\u003cp\u003eSee the \u003ca href=\"\/en\/collections\/caissettes\"\u003eCupcake \u0026amp; Muffin Liners collection\u003c\/a\u003e, the \u003ca href=\"\/en\/collections\/house-of-marie\"\u003eHouse of Marie\u003c\/a\u003e brand, or the \u003ca href=\"\/en\/collections\/boites-a-gateaux\"\u003ecake boxes\u003c\/a\u003e for packaging.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"House of Marie","offers":[{"title":"Default Title","offer_id":21435885387876,"sku":"HM2019","price":2.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0108\/6167\/4596\/files\/24-caissettes-a-cupcake-argentees-house-of-marie-1.jpg?v=1772133708"},{"product_id":"house-of-marie-baking-cups-feuille-dor-pcs-24","title":"24 Gold Cupcake Liners","description":"\u003cstyle\u003e\n.vh-w{font-family:'Montserrat',sans-serif;color:#2a2419;line-height:1.65;font-size:15px;background:#faf7f0;padding:32px 28px;border-radius:14px;width:100%;box-sizing:border-box}\n.vh-w *{box-sizing:border-box}\n.vh-h{text-align:center;margin-bottom:28px;padding-bottom:24px;border-bottom:2px solid #d7b36a}\n.vh-c{display:inline-block;font-size:12px;letter-spacing:3px;color:#b98b35;font-weight:600;padding:6px 16px;border:1px solid #d7b36a;border-radius:20px;margin-bottom:14px;text-transform:uppercase}\n.vh-t{font-size:22px;font-weight:600;color:#2a2419;margin:0 0 10px}\n.vh-tg{font-style:italic;font-size:13px;color:#6b5d40;margin:0}\n.vh-b{background:#fbf9f3;border:1px solid #eadfcb;border-radius:12px;padding:22px 24px;margin:18px 0}\n.vh-bt{font-size:14px;font-weight:600;color:#b98b35;letter-spacing:2px;text-transform:uppercase;margin:0 0 14px;padding-bottom:8px;border-bottom:1px solid #eadfcb}\n.vh-intro{font-size:15px;line-height:1.75;color:#2a2419;margin:10px 0}\n.vh-list{margin:0;padding-left:20px}\n.vh-list li{margin-bottom:8px}\n.vh-list li::marker{color:#d7b36a}\n.vh-faq summary{cursor:pointer;padding:11px 14px;background:#faf4e5;border-radius:6px;font-weight:600;color:#2a2419;font-size:14px;margin-bottom:6px;list-style:none;position:relative;padding-right:36px;user-select:none}\n.vh-faq summary::-webkit-details-marker{display:none}\n.vh-faq summary::after{content:'+';position:absolute;right:14px;top:50%;transform:translateY(-50%);font-size:18px;color:#b98b35;font-weight:bold}\n.vh-faq details[open] summary::after{content:'-'}\n.vh-faq details{margin-bottom:6px}\n.vh-faq p{padding:10px 14px;margin:0;font-size:13.5px;color:#2a2419;background:#fbf9f3;border-radius:0 0 6px 6px;border:1px solid #eadfcb;border-top:none}\n.vh-tip{background:#fdf5e0;border-left:4px solid #b98b35;padding:14px 18px;border-radius:0 8px 8px 0;margin:14px 0}\n.vh-tip p{margin:0;font-size:13.5px;color:#2a2419}\n.vh-tip strong{color:#b98b35}\n.vh-pour{background:#faf4e5;border:1px solid #d7b36a;border-radius:12px;padding:20px 24px;margin:20px 0 0;text-align:center}\n.vh-pour h3{margin:0 0 12px;font-size:14px;color:#b98b35;letter-spacing:2px;text-transform:uppercase;font-weight:600}\n.vh-pour p{margin:0;font-size:14px;line-height:1.8}\n.vh-pour a{color:#b98b35;text-decoration:underline;font-weight:600}\n@media(max-width:680px){.vh-w{padding:20px 16px}}\n\u003c\/style\u003e\n\u003cdiv class=\"vh-w\"\u003e\n\u003cdiv class=\"vh-h\"\u003e\n\u003cdiv class=\"vh-c\"\u003eHouse of Marie - Gold Cupcake Liners\u003c\/div\u003e\n\u003ch3 class=\"vh-t\"\u003eGold Cupcake Liners, pack of 24\u003c\/h3\u003e\n\u003cp class=\"vh-tg\"\u003eClassic round food-grade paper liners with a metallic gold finish.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003cp class=\"vh-intro\"\u003eThese House of Marie liners feature paper with a gold metallic finish. The classic straight-sided shape gives cupcakes a chic touch for a birthday, year-end celebration, or any occasion worth celebrating.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eFeatures\u003c\/h3\u003e\n\u003cul class=\"vh-list\"\u003e\n\u003cli\u003eGreaseproof food-grade paper with a metallic gold finish\u003c\/li\u003e\n\u003cli\u003eClassic shape with a straight, non-fluted edge\u003c\/li\u003e\n\u003cli\u003eDiameter: approximately 5.1 cm\u003c\/li\u003e\n\u003cli\u003eContents: 24 gold liners per pack\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eUsage tips\u003c\/h3\u003e\n\u003cul class=\"vh-list\"\u003e\n\u003cli\u003eUse in a muffin tin for perfect support during baking\u003c\/li\u003e\n\u003cli\u003eFill two-thirds full to prevent overflow\u003c\/li\u003e\n\u003cli\u003eThe greaseproof paper makes it easier to remove cupcakes and their toppings from the tin\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"vh-tip\"\u003e\u003cp\u003e\u003cstrong\u003ePlease note:\u003c\/strong\u003e the gold finish is oven-safe (up to approximately 220°C) and retains its shine. Store away from moisture in the original packaging.\u003c\/p\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eFrequently asked questions\u003c\/h3\u003e\n\u003cdiv class=\"vh-faq\"\u003e\n\u003cdetails open\u003e\u003csummary\u003eDoes the gold color hold up during baking?\u003cbr\u003e\u003c\/summary\u003e\u003cp\u003eYes, the metallic paper retains its shine after baking without becoming dull.\u003c\/p\u003e\u003c\/details\u003e\n\u003cdetails\u003e\u003csummary\u003eHow many liners are in a pack?\u003cbr\u003e\u003c\/summary\u003e\u003cp\u003eThe pack contains 24 gold liners, 5.1 cm in diameter, in a standard size.\u003c\/p\u003e\u003c\/details\u003e\n\u003cdetails\u003e\u003csummary\u003eWhat occasions are these liners suitable for?\u003cbr\u003e\u003c\/summary\u003e\u003cp\u003eTheir gold finish is suitable for birthdays, year-end celebrations, and any chic celebration.\u003c\/p\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-pour\"\u003e\n\u003ch3\u003eGo further\u003c\/h3\u003e\n\u003cp\u003eSee the \u003ca href=\"\/en\/collections\/caissettes\"\u003eCupcake \u0026amp; Muffin Liners collection\u003c\/a\u003e, the \u003ca href=\"\/en\/collections\/house-of-marie\"\u003eHouse of Marie\u003c\/a\u003e brand, or plan a \u003ca href=\"\/en\/collections\/anniversaire\"\u003ebirthday\u003c\/a\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"House of Marie","offers":[{"title":"Default Title","offer_id":21436423438436,"sku":"HM2026","price":2.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0108\/6167\/4596\/files\/24-caissettes-a-cupcake-or-house-of-marie-1.jpg?v=1772133711"},{"product_id":"house-of-marie-mini-baking-cups-white-pk-60","title":"60 Mini White Cupcake Liners","description":"\u003cstyle\u003e\n.vh-w{font-family:'Montserrat',sans-serif;color:#2a2419;line-height:1.65;font-size:15px;background:#faf7f0;padding:32px 28px;border-radius:14px;width:100%;box-sizing:border-box}\n.vh-w *{box-sizing:border-box}\n.vh-h{text-align:center;margin-bottom:28px;padding-bottom:24px;border-bottom:2px solid #d7b36a}\n.vh-c{display:inline-block;font-size:12px;letter-spacing:3px;color:#b98b35;font-weight:600;padding:6px 16px;border:1px solid #d7b36a;border-radius:20px;margin-bottom:14px;text-transform:uppercase}\n.vh-t{font-size:22px;font-weight:600;color:#2a2419;margin:0 0 10px}\n.vh-tg{font-style:italic;font-size:13px;color:#6b5d40;margin:0}\n.vh-b{background:#fbf9f3;border:1px solid #eadfcb;border-radius:12px;padding:22px 24px;margin:18px 0}\n.vh-bt{font-size:14px;font-weight:600;color:#b98b35;letter-spacing:2px;text-transform:uppercase;margin:0 0 14px;padding-bottom:8px;border-bottom:1px solid #eadfcb}\n.vh-intro{font-size:15px;line-height:1.75;color:#2a2419;margin:10px 0}\n.vh-list{margin:0;padding-left:20px}\n.vh-list li{margin-bottom:8px}\n.vh-list li::marker{color:#d7b36a}\n.vh-faq summary{cursor:pointer;padding:11px 14px;background:#faf4e5;border-radius:6px;font-weight:600;color:#2a2419;font-size:14px;margin-bottom:6px;list-style:none;position:relative;padding-right:36px;user-select:none}\n.vh-faq summary::-webkit-details-marker{display:none}\n.vh-faq summary::after{content:'+';position:absolute;right:14px;top:50%;transform:translateY(-50%);font-size:18px;color:#b98b35;font-weight:bold}\n.vh-faq details[open] summary::after{content:'-'}\n.vh-faq details{margin-bottom:6px}\n.vh-faq p{padding:10px 14px;margin:0;font-size:13.5px;color:#2a2419;background:#fbf9f3;border-radius:0 0 6px 6px;border:1px solid #eadfcb;border-top:none}\n.vh-tip{background:#fdf5e0;border-left:4px solid #b98b35;padding:14px 18px;border-radius:0 8px 8px 0;margin:14px 0}\n.vh-tip p{margin:0;font-size:13.5px;color:#2a2419}\n.vh-tip strong{color:#b98b35}\n.vh-pour{background:#faf4e5;border:1px solid #d7b36a;border-radius:12px;padding:20px 24px;margin:20px 0 0;text-align:center}\n.vh-pour h3{margin:0 0 12px;font-size:14px;color:#b98b35;letter-spacing:2px;text-transform:uppercase;font-weight:600}\n.vh-pour p{margin:0;font-size:14px;line-height:1.8}\n.vh-pour a{color:#b98b35;text-decoration:underline;font-weight:600}\n@media(max-width:680px){.vh-w{padding:20px 16px}}\n\u003c\/style\u003e\n\u003cdiv class=\"vh-w\"\u003e\n\u003cdiv class=\"vh-h\"\u003e\n\u003cdiv class=\"vh-c\"\u003eHouse of Marie - Mini Cupcake Liners\u003c\/div\u003e\n\u003ch3 class=\"vh-t\"\u003eWhite Mini Cupcake Liners, pack of 60\u003c\/h3\u003e\n\u003cp class=\"vh-tg\"\u003eRound mini food-grade paper liners, bite-sized format.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003cp class=\"vh-intro\"\u003eThese plain white House of Marie mini liners are designed for small sweet treats: mini cupcakes, mini muffins, or buffet petits fours. Their simplicity complements any decoration.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eFeatures\u003c\/h3\u003e\n\u003cul class=\"vh-list\"\u003e\n\u003cli\u003eGreaseproof food-grade paper\u003c\/li\u003e\n\u003cli\u003eClassic shape with a straight, non-ribbed edge\u003c\/li\u003e\n\u003cli\u003eDiameter: approximately 3.5 cm (mini format)\u003c\/li\u003e\n\u003cli\u003eContents: 60 white mini liners per pack\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eUsage tips\u003c\/h3\u003e\n\u003cul class=\"vh-list\"\u003e\n\u003cli\u003eUse with a mini muffin pan for optimal support\u003c\/li\u003e\n\u003cli\u003eSuitable for sweet buffet bites or festive dessert treats\u003c\/li\u003e\n\u003cli\u003eEasy to remove from the pan once cooled\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"vh-tip\"\u003e\u003cp\u003e\u003cstrong\u003ePlease note:\u003c\/strong\u003e the mini format requires a mini muffin pan, distinct from a standard muffin pan. Store unused liners away from moisture.\u003c\/p\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eFrequently asked questions\u003c\/h3\u003e\n\u003cdiv class=\"vh-faq\"\u003e\n\u003cdetails open\u003e\u003csummary\u003eWhat is the difference compared with a standard liner?\u003cbr\u003e\u003c\/summary\u003e\u003cp\u003eThe mini format measures approximately 3.5 cm in diameter, compared with 5 cm or more for a standard format: it is suitable for bite-sized treats, not classic cupcakes.\u003c\/p\u003e\u003c\/details\u003e\n\u003cdetails\u003e\u003csummary\u003eWhich pan should be used with these mini liners?\u003cbr\u003e\u003c\/summary\u003e\u003cp\u003eA mini muffin pan, whose cavities are sized for this small diameter.\u003c\/p\u003e\u003c\/details\u003e\n\u003cdetails\u003e\u003csummary\u003eHow many liners are in a pack?\u003cbr\u003e\u003c\/summary\u003e\u003cp\u003eEach pack contains 60 white mini liners.\u003c\/p\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-pour\"\u003e\n\u003ch3\u003eExplore further\u003c\/h3\u003e\n\u003cp\u003eDiscover the \u003ca href=\"\/en\/collections\/caissettes\"\u003eCupcake \u0026amp; Muffin Liners collection\u003c\/a\u003e, the \u003ca href=\"\/en\/collections\/house-of-marie\"\u003eHouse of Marie\u003c\/a\u003e brand, or the \u003ca href=\"\/en\/collections\/boites-a-gateaux\"\u003ecake boxes\u003c\/a\u003e for transport.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"House of Marie","offers":[{"title":"Default Title","offer_id":21436949364836,"sku":"HM0527","price":2.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0108\/6167\/4596\/files\/60-mini-caissettes-a-cupcakes-blanches-house-of-marie-1.png?v=1772133713"},{"product_id":"house-of-marie-mini-baking-cups-sky-blue-pk-60","title":"60 Mini Blue Cupcake Liners","description":"\u003cstyle\u003e\n.vh-w{font-family:'Montserrat',sans-serif;color:#2a2419;line-height:1.65;font-size:15px;background:#faf7f0;padding:32px 28px;border-radius:14px;width:100%;box-sizing:border-box}\n.vh-w *{box-sizing:border-box}\n.vh-h{text-align:center;margin-bottom:28px;padding-bottom:24px;border-bottom:2px solid #d7b36a}\n.vh-c{display:inline-block;font-size:12px;letter-spacing:3px;color:#b98b35;font-weight:600;padding:6px 16px;border:1px solid #d7b36a;border-radius:20px;margin-bottom:14px;text-transform:uppercase}\n.vh-t{font-size:22px;font-weight:600;color:#2a2419;margin:0 0 10px}\n.vh-tg{font-style:italic;font-size:13px;color:#6b5d40;margin:0}\n.vh-b{background:#fbf9f3;border:1px solid #eadfcb;border-radius:12px;padding:22px 24px;margin:18px 0}\n.vh-bt{font-size:14px;font-weight:600;color:#b98b35;letter-spacing:2px;text-transform:uppercase;margin:0 0 14px;padding-bottom:8px;border-bottom:1px solid #eadfcb}\n.vh-intro{font-size:15px;line-height:1.75;color:#2a2419;margin:10px 0}\n.vh-list{margin:0;padding-left:20px}\n.vh-list li{margin-bottom:8px}\n.vh-list li::marker{color:#d7b36a}\n.vh-faq summary{cursor:pointer;padding:11px 14px;background:#faf4e5;border-radius:6px;font-weight:600;color:#2a2419;font-size:14px;margin-bottom:6px;list-style:none;position:relative;padding-right:36px;user-select:none}\n.vh-faq summary::-webkit-details-marker{display:none}\n.vh-faq summary::after{content:'+';position:absolute;right:14px;top:50%;transform:translateY(-50%);font-size:18px;color:#b98b35;font-weight:bold}\n.vh-faq details[open] summary::after{content:'-'}\n.vh-faq details{margin-bottom:6px}\n.vh-faq p{padding:10px 14px;margin:0;font-size:13.5px;color:#2a2419;background:#fbf9f3;border-radius:0 0 6px 6px;border:1px solid #eadfcb;border-top:none}\n.vh-tip{background:#fdf5e0;border-left:4px solid #b98b35;padding:14px 18px;border-radius:0 8px 8px 0;margin:14px 0}\n.vh-tip p{margin:0;font-size:13.5px;color:#2a2419}\n.vh-tip strong{color:#b98b35}\n.vh-pour{background:#faf4e5;border:1px solid #d7b36a;border-radius:12px;padding:20px 24px;margin:20px 0 0;text-align:center}\n.vh-pour h3{margin:0 0 12px;font-size:14px;color:#b98b35;letter-spacing:2px;text-transform:uppercase;font-weight:600}\n.vh-pour p{margin:0;font-size:14px;line-height:1.8}\n.vh-pour a{color:#b98b35;text-decoration:underline;font-weight:600}\n@media(max-width:680px){.vh-w{padding:20px 16px}}\n\u003c\/style\u003e\n\u003cdiv class=\"vh-w\"\u003e\n\u003cdiv class=\"vh-h\"\u003e\n\u003cdiv class=\"vh-c\"\u003eHouse of Marie - Mini Cupcake Liners\u003c\/div\u003e\n\u003ch3 class=\"vh-t\"\u003eSky Blue Mini Cupcake Liners, Pack of 60\u003c\/h3\u003e\n\u003cp class=\"vh-tg\"\u003eRound mini food-grade paper liners in sky blue, bite-sized format.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003cp class=\"vh-intro\"\u003eThese House of Marie mini liners in sky blue add a touch of color to mini cupcakes and mini muffins. Their small size is ideal for party buffets and large-quantity presentations.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eFeatures\u003c\/h3\u003e\n\u003cul class=\"vh-list\"\u003e\n\u003cli\u003eHigh-quality thick greaseproof paper\u003c\/li\u003e\n\u003cli\u003eClassic shape with a straight, non-wavy edge\u003c\/li\u003e\n\u003cli\u003eDimensions: approximately 35 x 19 mm (mini size)\u003c\/li\u003e\n\u003cli\u003eContents: 60 sky blue mini liners per pack\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eUsage tips\u003c\/h3\u003e\n\u003cul class=\"vh-list\"\u003e\n\u003cli\u003eUse with a mini muffin tin to maintain their shape during baking\u003c\/li\u003e\n\u003cli\u003eThe paper does not deform during baking\u003c\/li\u003e\n\u003cli\u003eThe greaseproof paper makes it easier to remove the cupcakes and their topping\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"vh-tip\"\u003e\u003cp\u003e\u003cstrong\u003ePlease note:\u003c\/strong\u003e the sky blue color remains stable during baking. Store unused liners away from moisture, in the original packaging.\u003c\/p\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eFrequently asked questions\u003c\/h3\u003e\n\u003cdiv class=\"vh-faq\"\u003e\n\u003cdetails open\u003e\u003csummary\u003eDoes the sky blue color hold up during baking?\u003cbr\u003e\u003c\/summary\u003e\u003cp\u003eYes, the paper retains its color and does not deform during baking.\u003c\/p\u003e\u003c\/details\u003e\n\u003cdetails\u003e\u003csummary\u003eWhich tin should I use with these mini liners?\u003cbr\u003e\u003c\/summary\u003e\u003cp\u003eA mini muffin tin suited to the 35 x 19 mm size of these liners.\u003c\/p\u003e\u003c\/details\u003e\n\u003cdetails\u003e\u003csummary\u003eHow many liners are in a pack?\u003cbr\u003e\u003c\/summary\u003e\u003cp\u003eEach pack contains 60 sky blue mini liners.\u003c\/p\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-pour\"\u003e\n\u003ch3\u003eLearn more\u003c\/h3\u003e\n\u003cp\u003eSee the \u003ca href=\"\/en\/collections\/caissettes\"\u003eCupcake \u0026amp; Muffin Liners collection\u003c\/a\u003e, the \u003ca href=\"\/en\/collections\/house-of-marie\"\u003eHouse of Marie\u003c\/a\u003e brand, or plan a \u003ca href=\"\/en\/collections\/anniversaire\"\u003ebirthday\u003c\/a\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"House of Marie","offers":[{"title":"Default Title","offer_id":21437182967908,"sku":"HM1517","price":2.99,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0108\/6167\/4596\/files\/60-mini-caissettes-a-cupcakes-bleues-house-of-marie-1.jpg?v=1772133715"},{"product_id":"pme-caissettes-rouge-metallique-x30","title":"30 Metallic Red Cupcake Liners","description":"\u003cdiv class=\"vh-w\"\u003e\n\u003cstyle\u003e\n.vh-w{font-family:'Montserrat',sans-serif;color:#2a2419;line-height:1.65;font-size:15px;background:#faf7f0;padding:32px 28px;border-radius:14px;width:100%;box-sizing:border-box}\n.vh-w *{box-sizing:border-box}\n.vh-h{text-align:center;margin-bottom:28px;padding-bottom:24px;border-bottom:2px solid #d7b36a}\n.vh-c{display:inline-block;font-size:12px;letter-spacing:3px;color:#b98b35;font-weight:600;padding:6px 16px;border:1px solid #d7b36a;border-radius:20px;margin-bottom:14px;text-transform:uppercase}\n.vh-t{font-size:22px;font-weight:600;color:#2a2419;margin:0 0 10px}\n.vh-tg{font-style:italic;font-size:13px;color:#6b5d40;margin:0}\n.vh-b{background:#fbf9f3;border:1px solid #eadfcb;border-radius:12px;padding:22px 24px;margin:18px 0}\n.vh-bt{font-size:14px;font-weight:600;color:#b98b35;letter-spacing:2px;text-transform:uppercase;margin:0 0 14px;padding-bottom:8px;border-bottom:1px solid #eadfcb}\n.vh-intro{font-size:15px;line-height:1.75;color:#2a2419;margin:10px 0}\n.vh-tech-zone{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;padding:14px 0}\n.vh-tech-item{flex:1;min-width:130px;max-width:200px;text-align:center;padding:14px 12px;background:#faf7f0;border:1px solid #eadfcb;border-radius:10px}\n.vh-tech-value{font-size:20px;font-weight:600;color:#b98b35;margin:0 0 4px}\n.vh-tech-label{font-size:11px;font-weight:600;color:#6b5d40;letter-spacing:1.2px;text-transform:uppercase}\n.vh-list{margin:10px 0;padding-left:20px}\n.vh-list li{margin-bottom:8px;line-height:1.6}\n.vh-list li::marker{color:#d7b36a}\n.vh-faq summary{cursor:pointer;padding:11px 14px;background:#faf4e5;border-radius:6px;font-weight:600;color:#2a2419;font-size:14px;margin-bottom:6px;list-style:none;position:relative;padding-right:36px;user-select:none}\n.vh-faq summary::-webkit-details-marker{display:none}\n.vh-faq summary::after{content:'+';position:absolute;right:14px;top:50%;transform:translateY(-50%);font-size:18px;color:#b98b35;font-weight:bold}\n.vh-faq details[open] summary::after{content:'-'}\n.vh-faq details{margin-bottom:6px}\n.vh-faq p{padding:10px 14px;margin:0;font-size:13.5px;color:#2a2419;background:#fbf9f3;border-radius:0 0 6px 6px;border:1px solid #eadfcb;border-top:none}\n.vh-tip{background:#fdf5e0;border-left:4px solid #b98b35;padding:14px 18px;border-radius:0 8px 8px 0;margin:14px 0}\n.vh-tip p{margin:0;font-size:13.5px;color:#2a2419;font-style:italic}\n.vh-tip strong{font-style:normal;color:#b98b35}\n.vh-table{width:100%;border-collapse:collapse;font-size:13.5px}\n.vh-table td{padding:8px 12px;border-bottom:1px solid #eadfcb}\n.vh-table td:first-child{font-weight:600;color:#6b5d40;width:38%}\n.vh-table tr:last-child td{border-bottom:none}\n.vh-pour{background:#faf4e5;border:1px solid #d7b36a;border-radius:12px;padding:20px 24px;margin:20px 0 0;text-align:center}\n.vh-pour h3{margin:0 0 12px;font-size:14px;color:#b98b35;letter-spacing:2px;text-transform:uppercase;font-weight:600}\n.vh-pour p{margin:0;font-size:14px;line-height:1.8}\n.vh-pour a{color:#b98b35;text-decoration:underline;font-weight:600}\n@media(max-width:680px){.vh-w{padding:20px 16px}.vh-tech-zone{flex-direction:column}}\n\u003c\/style\u003e\n\u003cdiv class=\"vh-h\"\u003e\n\u003cspan class=\"vh-c\"\u003ePME Cake\u003c\/span\u003e\n\u003ch3 class=\"vh-t\"\u003e30 metallic red cupcake cases\u003c\/h3\u003e\n\u003cp class=\"vh-tg\"\u003eCupcake cases for professional cake decorating\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cp class=\"vh-intro\"\u003eThese 30 metallic red PME Cake cupcake cases, a leading British cake decorating brand, dress up your cupcakes from oven to plate without losing their color. An essential for Christmas, Valentine's Day, or festive parties.\u003c\/p\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003cp class=\"vh-bt\"\u003eFeatures\u003c\/p\u003e\n\u003cdiv class=\"vh-tech-zone\"\u003e\n\u003cdiv class=\"vh-tech-item\"\u003e\n\u003cp class=\"vh-tech-value\"\u003e30\u003c\/p\u003e\n\u003cp class=\"vh-tech-label\"\u003eQuantity\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-tech-item\"\u003e\n\u003cp class=\"vh-tech-value\"\u003e5 cm\u003c\/p\u003e\n\u003cp class=\"vh-tech-label\"\u003eBase diameter\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-tech-item\"\u003e\n\u003cp class=\"vh-tech-value\"\u003eFoil paper\u003c\/p\u003e\n\u003cp class=\"vh-tech-label\"\u003eMaterial\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003cp class=\"vh-bt\"\u003eRecommended uses\u003c\/p\u003e\n\u003cul class=\"vh-list\"\u003e\n\u003cli\u003eBaking and presenting cupcakes for Christmas, Valentine's Day, or festive parties\u003c\/li\u003e\n\u003cli\u003ePastry shop displays or takeaway sales stands\u003c\/li\u003e\n\u003cli\u003eSweet buffets and themed dessert tables\u003c\/li\u003e\n\u003cli\u003ePairing with matching toppers to coordinate the decor\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-tip\"\u003e\n\u003cp\u003e\u003cstrong\u003eTip:\u003c\/strong\u003e the metallic finish of these cases is not compatible with baking or reheating in a microwave oven: reserve them for baking in a conventional oven or for cold presentation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003cp class=\"vh-bt\"\u003eTechnical specifications\u003c\/p\u003e\n\u003ctable class=\"vh-table\"\u003e\n\u003ctr\u003e\n\u003ctd\u003eCapacity\u003c\/td\u003e\n\u003ctd\u003e30 cases\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBase diameter\u003c\/td\u003e\n\u003ctd\u003e5 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHeight\u003c\/td\u003e\n\u003ctd\u003e3 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003efood-grade paper with a metallic finish (foil)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eOven resistance\u003c\/td\u003e\n\u003ctd\u003eup to approximately 220 °C\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003ePME Cake\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003cp class=\"vh-bt\"\u003eFrequently asked questions\u003c\/p\u003e\n\u003cdiv class=\"vh-faq\"\u003e\n\u003cdetails open\u003e\u003csummary\u003eAre these metallic red cases suitable for Christmas, Valentine's Day, or festive parties?\u003c\/summary\u003e\u003cp\u003eYes, this metallic red design was specifically created for Christmas, Valentine's Day, or festive parties, while remaining understated enough to pair with other table decorations.\u003c\/p\u003e\u003c\/details\u003e\n\u003cdetails\u003e\u003csummary\u003eCan these cases be used in the oven?\u003c\/summary\u003e\u003cp\u003eYes, they are designed for oven baking and withstand typical pastry-baking temperatures.\u003c\/p\u003e\u003c\/details\u003e\n\u003cdetails\u003e\u003csummary\u003eAre these cases reusable?\u003c\/summary\u003e\u003cp\u003eNo, they are designed for single use, like the vast majority of food-grade paper cases.\u003c\/p\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-pour\"\u003e\n\u003ch3\u003eLearn more\u003c\/h3\u003e\n\u003cp\u003eAlso discover our \u003ca href=\"\/en\/collections\/caissettes\"\u003ecupcake cases\u003c\/a\u003e and our \u003ca href=\"\/en\/collections\/toppers\"\u003ecake toppers\u003c\/a\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"PME Cake","offers":[{"title":"Default Title","offer_id":21437549379684,"sku":"BC815","price":2.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0108\/6167\/4596\/files\/30-caissettes-a-cupcake-metallic-red-pme-1.png?v=1772133724"},{"product_id":"cadre-a-patisserie-extensible-25-46cm","title":"Adjustable Pastry Frame - 25 to 46 cm (choose the height)","description":"\u003cstyle\u003e\n.vh-w{font-family:'Montserrat',sans-serif;color:#2a2419;line-height:1.65;font-size:15px;background:#faf7f0;padding:32px 28px;border-radius:14px;width:100%;box-sizing:border-box}\n.vh-w *{box-sizing:border-box}\n.vh-h{text-align:center;margin-bottom:28px;padding-bottom:24px;border-bottom:2px solid #d7b36a}\n.vh-c{display:inline-block;font-size:12px;letter-spacing:3px;color:#b98b35;font-weight:600;padding:6px 16px;border:1px solid #d7b36a;border-radius:20px;margin-bottom:14px;text-transform:uppercase}\n.vh-t{font-size:22px;font-weight:600;color:#2a2419;margin:0 0 10px}\n.vh-tg{font-style:italic;font-size:13px;color:#6b5d40;margin:0}\n.vh-b{background:#fbf9f3;border:1px solid #eadfcb;border-radius:12px;padding:22px 24px;margin:18px 0}\n.vh-bt{font-size:14px;font-weight:600;color:#b98b35;letter-spacing:2px;text-transform:uppercase;margin:0 0 14px;padding-bottom:8px;border-bottom:1px solid #eadfcb;display:flex;align-items:center;gap:10px}\n.vh-intro{font-size:15px;line-height:1.75;color:#2a2419;margin:10px 0}\n.vh-tech-zone{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;padding:14px 0}\n.vh-tech-item{flex:1;min-width:130px;max-width:200px;text-align:center;padding:14px 12px;background:#faf7f0;border:1px solid #eadfcb;border-radius:10px}\n.vh-tech-value{font-size:20px;font-weight:600;color:#b98b35;margin:0 0 4px}\n.vh-tech-label{font-size:11px;font-weight:600;color:#6b5d40;letter-spacing:1.2px;text-transform:uppercase}\n.vh-tech-desc{font-size:11px;color:#6b5d40;margin-top:6px;font-style:italic}\n.vh-list{margin:10px 0;padding-left:20px}\n.vh-list li{margin-bottom:8px;font-size:14px}\n.vh-list li::marker{color:#d7b36a}\n.vh-faq summary{cursor:pointer;padding:11px 14px;background:#faf4e5;border-radius:6px;font-weight:600;color:#2a2419;font-size:14px;margin-bottom:6px;list-style:none;position:relative;padding-right:36px;user-select:none}\n.vh-faq summary::-webkit-details-marker{display:none}\n.vh-faq summary::after{content:'+';position:absolute;right:14px;top:50%;transform:translateY(-50%);font-size:18px;color:#b98b35;font-weight:bold}\n.vh-faq details[open] summary::after{content:'-'}\n.vh-faq details{margin-bottom:6px}\n.vh-faq p{padding:10px 14px;margin:0;font-size:13.5px;color:#2a2419;background:#fbf9f3;border-radius:0 0 6px 6px;border:1px solid #eadfcb;border-top:none}\n.vh-tip{background:#fdf5e0;border-left:4px solid #b98b35;padding:14px 18px;border-radius:0 8px 8px 0;margin:14px 0}\n.vh-tip p{margin:0;font-size:13.5px;color:#2a2419;font-style:italic}\n.vh-tip strong{font-style:normal;color:#b98b35}\n.vh-table{width:100%;border-collapse:collapse;font-size:13.5px}\n.vh-table td{padding:8px 12px;border-bottom:1px solid #eadfcb}\n.vh-table td:first-child{font-weight:600;color:#6b5d40;width:38%}\n.vh-table tr:last-child td{border-bottom:none}\n.vh-pour{background:#faf4e5;border:1px solid #d7b36a;border-radius:12px;padding:20px 24px;margin:20px 0 0;text-align:center}\n.vh-pour h3{margin:0 0 12px;font-size:14px;color:#b98b35;letter-spacing:2px;text-transform:uppercase;font-weight:600}\n.vh-pour p{margin:0;font-size:14px;line-height:1.8}\n.vh-pour a{color:#b98b35;text-decoration:underline;font-weight:600}\n@media(max-width:680px){.vh-w{padding:20px 16px}.vh-tech-zone{flex-direction:column}}\n\u003c\/style\u003e\n\u003cdiv class=\"vh-w\"\u003e\n\u003cdiv class=\"vh-h\"\u003e\n\u003cdiv class=\"vh-c\"\u003ePatisse - Adjustable Frames\u003c\/div\u003e\n\u003ch3 class=\"vh-t\"\u003eAdjustable Pastry Frame 25 to 46 cm\u003c\/h3\u003e\n\u003cp class=\"vh-tg\"\u003eAdjustable rectangular frame for custom-sized cakes, with a choice of heights\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\u003cp class=\"vh-intro\"\u003eThis stainless steel adjustable frame can be set from 25 to 46 cm wide and from 17 to 32 cm long, allowing you to create custom-sized rectangular entremets and cakes. Available in a height of 4.5 cm or 7.5 cm, depending on the desired number of layers.\u003c\/p\u003e\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eFeatures\u003c\/h3\u003e\n\u003cdiv class=\"vh-tech-zone\"\u003e\n\u003cdiv class=\"vh-tech-item\"\u003e\n\u003cp class=\"vh-tech-value\"\u003e25-46 cm\u003c\/p\u003e\n\u003cp class=\"vh-tech-label\"\u003eAdjustable width\u003c\/p\u003e\n\u003cp class=\"vh-tech-desc\"\u003e17 to 32 cm long\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-tech-item\"\u003e\n\u003cp class=\"vh-tech-value\"\u003e4.5 \/ 7.5 cm\u003c\/p\u003e\n\u003cp class=\"vh-tech-label\"\u003eChoice of height\u003c\/p\u003e\n\u003cp class=\"vh-tech-desc\"\u003eDepending on the number of layers\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-tech-item\"\u003e\n\u003cp class=\"vh-tech-value\"\u003eStainless steel\u003c\/p\u003e\n\u003cp class=\"vh-tech-label\"\u003eMaterial\u003c\/p\u003e\n\u003cp class=\"vh-tech-desc\"\u003eNot dishwasher-safe\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eUse\u003c\/h3\u003e\n\u003cul class=\"vh-list\"\u003e\n\u003cli\u003eMulti-layer rectangular entremets and cakes\u003c\/li\u003e\n\u003cli\u003eDesserts to be cut into evenly sized portions\u003c\/li\u003e\n\u003cli\u003eCustom sizes for large gatherings\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-tip\"\u003e\u003cp\u003e\u003cstrong\u003ePlease note:\u003c\/strong\u003e Place two layers of parchment paper under the frame, along with a template the size of the cake, for effortless unmolding. Do not put it in the dishwasher.\u003c\/p\u003e\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eComplete technical specifications\u003c\/h3\u003e\n\u003ctable class=\"vh-table\"\u003e\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003ePatisse\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003eStainless steel\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAdjustable width\u003c\/td\u003e\n\u003ctd\u003e25 to 46 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLength\u003c\/td\u003e\n\u003ctd\u003e17 to 32 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHeight\u003c\/td\u003e\n\u003ctd\u003e4.5 cm or 7.5 cm (your choice)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCare\u003c\/td\u003e\n\u003ctd\u003eHand-wash only\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eFrequently asked questions\u003c\/h3\u003e\n\u003cdiv class=\"vh-faq\"\u003e\n\u003cdetails open\u003e\u003csummary\u003eWhich height should I choose, 4.5 or 7.5 cm?\u003c\/summary\u003e\u003cp\u003eThe 4.5 cm height is suitable for classic entremets (sponge, mousse, glaze). The 7.5 cm height allows you to stack more layers for more generous creations.\u003c\/p\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eHow do I adjust the frame size?\u003c\/summary\u003e\u003cp\u003eThe frame slides to adjust from 25 to 46 cm wide. Set it to the desired size before pouring in your mixture.\u003c\/p\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eHow can I make unmolding easier?\u003c\/summary\u003e\u003cp\u003ePlace two layers of parchment paper under the frame and a template the size of the cake. Once set, the cake can then be removed effortlessly.\u003c\/p\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-pour\"\u003e\n\u003ch3\u003eGo further\u003c\/h3\u003e\n\u003cp\u003eDiscover our \u003ca href=\"\/en\/collections\/cercles-cadres\"\u003erings and frames collection\u003c\/a\u003e and the entire \u003ca href=\"\/en\/collections\/patisse\"\u003ePatisse\u003c\/a\u003e range. For adjustable oval sizes, see our \u003ca href=\"\/en\/products\/cadre-extensible-oval-16-a-21-cm\"\u003ecompact adjustable oval frame\u003c\/a\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"PATISSE","offers":[{"title":"4.5 cm","offer_id":49770965631315,"sku":"02167","price":14.99,"currency_code":"EUR","in_stock":false},{"title":"7.5 cm","offer_id":49770965664083,"sku":"02166","price":16.99,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0108\/6167\/4596\/files\/cadre-a-patisserie-extensible-25-a-46-cm-choisir-la-hauteur-patisse-1.jpg?v=1772133728"},{"product_id":"cercle-a-patisserie-extensible-13-31cm","title":"Adjustable Pastry Ring - 18 to 30 cm (choose the model)","description":"\u003cstyle\u003e\n.vh-w{font-family:'Montserrat',sans-serif;color:#2a2419;line-height:1.65;font-size:15px;background:#faf7f0;padding:32px 28px;border-radius:14px;width:100%;box-sizing:border-box}\n.vh-w *{box-sizing:border-box}\n.vh-h{text-align:center;margin-bottom:28px;padding-bottom:24px;border-bottom:2px solid #d7b36a}\n.vh-c{display:inline-block;font-size:12px;letter-spacing:3px;color:#b98b35;font-weight:600;padding:6px 16px;border:1px solid #d7b36a;border-radius:20px;margin-bottom:14px;text-transform:uppercase}\n.vh-t{font-size:22px;font-weight:600;color:#2a2419;margin:0 0 10px}\n.vh-tg{font-style:italic;font-size:13px;color:#6b5d40;margin:0}\n.vh-b{background:#fbf9f3;border:1px solid #eadfcb;border-radius:12px;padding:22px 24px;margin:18px 0}\n.vh-bt{font-size:14px;font-weight:600;color:#b98b35;letter-spacing:2px;text-transform:uppercase;margin:0 0 14px;padding-bottom:8px;border-bottom:1px solid #eadfcb;display:flex;align-items:center;gap:10px}\n.vh-intro{font-size:15px;line-height:1.75;color:#2a2419;margin:10px 0}\n.vh-tech-zone{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;padding:14px 0}\n.vh-tech-item{flex:1;min-width:130px;max-width:200px;text-align:center;padding:14px 12px;background:#faf7f0;border:1px solid #eadfcb;border-radius:10px}\n.vh-tech-value{font-size:20px;font-weight:600;color:#b98b35;margin:0 0 4px}\n.vh-tech-label{font-size:11px;font-weight:600;color:#6b5d40;letter-spacing:1.2px;text-transform:uppercase}\n.vh-tech-desc{font-size:11px;color:#6b5d40;margin-top:6px;font-style:italic}\n.vh-list{margin:10px 0;padding-left:20px}\n.vh-list li{margin-bottom:8px;font-size:14px}\n.vh-list li::marker{color:#d7b36a}\n.vh-faq summary{cursor:pointer;padding:11px 14px;background:#faf4e5;border-radius:6px;font-weight:600;color:#2a2419;font-size:14px;margin-bottom:6px;list-style:none;position:relative;padding-right:36px;user-select:none}\n.vh-faq summary::-webkit-details-marker{display:none}\n.vh-faq summary::after{content:'+';position:absolute;right:14px;top:50%;transform:translateY(-50%);font-size:18px;color:#b98b35;font-weight:bold}\n.vh-faq details[open] summary::after{content:'-'}\n.vh-faq details{margin-bottom:6px}\n.vh-faq p{padding:10px 14px;margin:0;font-size:13.5px;color:#2a2419;background:#fbf9f3;border-radius:0 0 6px 6px;border:1px solid #eadfcb;border-top:none}\n.vh-tip{background:#fdf5e0;border-left:4px solid #b98b35;padding:14px 18px;border-radius:0 8px 8px 0;margin:14px 0}\n.vh-tip p{margin:0;font-size:13.5px;color:#2a2419;font-style:italic}\n.vh-tip strong{font-style:normal;color:#b98b35}\n.vh-table{width:100%;border-collapse:collapse;font-size:13.5px}\n.vh-table td{padding:8px 12px;border-bottom:1px solid #eadfcb}\n.vh-table td:first-child{font-weight:600;color:#6b5d40;width:38%}\n.vh-table tr:last-child td{border-bottom:none}\n.vh-pour{background:#faf4e5;border:1px solid #d7b36a;border-radius:12px;padding:20px 24px;margin:20px 0 0;text-align:center}\n.vh-pour h3{margin:0 0 12px;font-size:14px;color:#b98b35;letter-spacing:2px;text-transform:uppercase;font-weight:600}\n.vh-pour p{margin:0;font-size:14px;line-height:1.8}\n.vh-pour a{color:#b98b35;text-decoration:underline;font-weight:600}\n@media(max-width:680px){.vh-w{padding:20px 16px}.vh-tech-zone{flex-direction:column}}\n\u003c\/style\u003e\n\u003cdiv class=\"vh-w\"\u003e\n\u003cdiv class=\"vh-h\"\u003e\n\u003cdiv class=\"vh-c\"\u003ePatisse - Adjustable Cake Rings\u003c\/div\u003e\n\u003ch3 class=\"vh-t\"\u003eAdjustable Pastry Ring, 18 to 31 cm\u003c\/h3\u003e\n\u003cp class=\"vh-tg\"\u003eAdjustable round ring, choice of heights from 6 to 15 cm\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\u003cp class=\"vh-intro\"\u003eThis adjustable stainless steel ring can be set from 18 to 31 cm in diameter, with a choice of heights of 6, 10, 12, or 15 cm. One ring for making cakes in a variety of sizes and volumes.\u003c\/p\u003e\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eFeatures\u003c\/h3\u003e\n\u003cdiv class=\"vh-tech-zone\"\u003e\n\u003cdiv class=\"vh-tech-item\"\u003e\n\u003cp class=\"vh-tech-value\"\u003e18-31 cm\u003c\/p\u003e\n\u003cp class=\"vh-tech-label\"\u003eAdjustable diameter\u003c\/p\u003e\n\u003cp class=\"vh-tech-desc\"\u003eRound format\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-tech-item\"\u003e\n\u003cp class=\"vh-tech-value\"\u003e6\/10\/12\/15 cm\u003c\/p\u003e\n\u003cp class=\"vh-tech-label\"\u003eAvailable heights\u003c\/p\u003e\n\u003cp class=\"vh-tech-desc\"\u003e4 models to choose from\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-tech-item\"\u003e\n\u003cp class=\"vh-tech-value\"\u003eStainless steel\u003c\/p\u003e\n\u003cp class=\"vh-tech-label\"\u003eMaterial\u003c\/p\u003e\n\u003cp class=\"vh-tech-desc\"\u003eNot dishwasher-safe\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eUses\u003c\/h3\u003e\n\u003cul class=\"vh-list\"\u003e\n\u003cli\u003eTall cakes and entremets\u003c\/li\u003e\n\u003cli\u003eTiered cakes and multi-level cakes\u003c\/li\u003e\n\u003cli\u003eCustom sizes for any occasion\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-tip\"\u003e\u003cp\u003e\u003cstrong\u003ePlease note:\u003c\/strong\u003e Place two layers of parchment paper under the ring and use a template matching the cake size for effortless unmolding. Do not put in the dishwasher.\u003c\/p\u003e\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eComplete technical specifications\u003c\/h3\u003e\n\u003ctable class=\"vh-table\"\u003e\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003ePatisse\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003eStainless steel\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAdjustable diameter\u003c\/td\u003e\n\u003ctd\u003e18 to 31 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAvailable heights\u003c\/td\u003e\n\u003ctd\u003e6 cm, 10 cm, 12 cm, or 15 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCare\u003c\/td\u003e\n\u003ctd\u003eHand-wash only\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eFrequently asked questions\u003c\/h3\u003e\n\u003cdiv class=\"vh-faq\"\u003e\n\u003cdetails open\u003e\u003csummary\u003eWhich height should I choose for a tiered cake?\u003c\/summary\u003e\u003cp\u003eThe 12 or 15 cm heights are suitable for tiered cakes and multi-layer cakes that require extra volume.\u003c\/p\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eHow does this ring differ from the ring with a locking lever?\u003c\/summary\u003e\u003cp\u003eThis model is adjusted by conventional sliding, while our \u003ca href=\"\/en\/products\/cercle-extensible-17-30-cm-top-qualite\"\u003ering with a locking lever\u003c\/a\u003e locks with a lever system for enhanced stability.\u003c\/p\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eHow can I make unmolding easier?\u003c\/summary\u003e\u003cp\u003ePlace two layers of parchment paper under the ring and a template matching the cake size before pouring in the mixture.\u003c\/p\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-pour\"\u003e\n\u003ch3\u003eLearn more\u003c\/h3\u003e\n\u003cp\u003eExplore our \u003ca href=\"\/en\/collections\/cercles-cadres\"\u003ecake rings and frames collection\u003c\/a\u003e and the full \u003ca href=\"\/en\/collections\/patisse\"\u003ePatisse\u003c\/a\u003e range.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"PATISSE","offers":[{"title":"6 cm","offer_id":49770929422675,"sku":"02459","price":9.99,"currency_code":"EUR","in_stock":true},{"title":"10 cm","offer_id":49770929455443,"sku":"02460","price":10.99,"currency_code":"EUR","in_stock":true},{"title":"12 cm","offer_id":49770929488211,"sku":"02464","price":11.99,"currency_code":"EUR","in_stock":true},{"title":"15cm","offer_id":49770929520979,"sku":"02465","price":12.99,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0108\/6167\/4596\/files\/cercle-a-patisserie-extensible-18-a-30-cm-choisir-le-modele-patisse-1.jpg?v=1772133735"},{"product_id":"funcakes-mix-pour-biscuits-1kg","title":"Cookie Mix","description":"\u003cstyle\u003e\n.vh-w{font-family:'Montserrat',sans-serif;color:#2a2419;line-height:1.65;font-size:15px;background:#faf7f0;padding:32px 28px;border-radius:14px;width:100%;box-sizing:border-box}\n.vh-w *{box-sizing:border-box}\n.vh-h{text-align:center;margin-bottom:28px;padding-bottom:24px;border-bottom:2px solid #d7b36a}\n.vh-c{display:inline-block;font-size:12px;letter-spacing:3px;color:#b98b35;font-weight:600;padding:6px 16px;border:1px solid #d7b36a;border-radius:20px;margin-bottom:14px;text-transform:uppercase}\n.vh-t{font-size:22px;font-weight:600;color:#2a2419;margin:0 0 10px}\n.vh-tg{font-style:italic;font-size:13px;color:#6b5d40;margin:0}\n.vh-b{background:#fbf9f3;border:1px solid #eadfcb;border-radius:12px;padding:22px 24px;margin:18px 0}\n.vh-bt{font-size:14px;font-weight:600;color:#b98b35;letter-spacing:2px;text-transform:uppercase;margin:0 0 14px;padding-bottom:8px;border-bottom:1px solid #eadfcb;display:flex;align-items:center;gap:10px}\n.vh-intro{font-size:15px;line-height:1.75;color:#2a2419;margin:10px 0}\n.vh-tech-zone{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;padding:14px 0}\n.vh-tech-item{flex:1;min-width:130px;max-width:220px;text-align:center;padding:14px 12px;background:#faf7f0;border:1px solid #eadfcb;border-radius:10px}\n.vh-tech-value{font-size:18px;font-weight:600;color:#b98b35;margin:0 0 4px}\n.vh-tech-label{font-size:11px;font-weight:600;color:#6b5d40;letter-spacing:1.2px;text-transform:uppercase}\n.vh-tech-desc{font-size:11px;color:#6b5d40;margin-top:6px;font-style:italic}\n.vh-list{margin:10px 0;padding-left:20px}\n.vh-list li{margin-bottom:9px;font-size:14.5px;line-height:1.6}\n.vh-list li::marker{color:#d7b36a}\n.vh-faq summary{cursor:pointer;padding:11px 14px;background:#faf4e5;border-radius:6px;font-weight:600;color:#2a2419;font-size:14px;margin-bottom:6px;list-style:none;position:relative;padding-right:36px;user-select:none}\n.vh-faq summary::-webkit-details-marker{display:none}\n.vh-faq summary::after{content:'+';position:absolute;right:14px;top:50%;transform:translateY(-50%);font-size:18px;color:#b98b35;font-weight:bold}\n.vh-faq details[open] summary::after{content:'-'}\n.vh-faq details{margin-bottom:6px}\n.vh-faq p{padding:10px 14px;margin:0;font-size:13.5px;color:#2a2419;background:#fbf9f3;border-radius:0 0 6px 6px;border:1px solid #eadfcb;border-top:none}\n.vh-tip{background:#fdf5e0;border-left:4px solid #b98b35;padding:14px 18px;border-radius:0 8px 8px 0;margin:14px 0}\n.vh-tip p{margin:0;font-size:13.5px;color:#2a2419}\n.vh-tip strong{color:#b98b35}\n.vh-table{width:100%;border-collapse:collapse;font-size:13.5px}\n.vh-table td{padding:8px 12px;border-bottom:1px solid #eadfcb}\n.vh-table td:first-child{font-weight:600;color:#6b5d40;width:32%}\n.vh-table tr:last-child td{border-bottom:none}\n.vh-pour{background:#faf4e5;border:1px solid #d7b36a;border-radius:12px;padding:20px 24px;margin:20px 0 0;text-align:center}\n.vh-pour h3{margin:0 0 12px;font-size:14px;color:#b98b35;letter-spacing:2px;text-transform:uppercase;font-weight:600}\n.vh-pour p{margin:0;font-size:14px;line-height:1.8}\n.vh-pour a{color:#b98b35;text-decoration:underline;font-weight:600}\n@media(max-width:680px){.vh-w{padding:20px 16px}.vh-tech-zone{flex-direction:column}}\n\u003c\/style\u003e\n\u003cdiv class=\"vh-w\"\u003e\n\u003cdiv class=\"vh-h\"\u003e\n\u003cdiv class=\"vh-c\"\u003eFUNCAKES · Baking Mix\u003c\/div\u003e\n\u003ch3 class=\"vh-t\"\u003eCookie Mix\u003c\/h3\u003e\n\u003cp class=\"vh-tg\"\u003eReady-to-knead shortbread cookie dough for clean cookie-cutter shapes.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003cp class=\"vh-intro\"\u003eFUNCAKES Cookie Mix lets you prepare firm, uniform shortbread dough in just a few minutes, with no sifting or complicated weighing. Simply add butter and an egg to obtain dough that cuts cleanly with cookie cutters and keeps its shape during baking, making it ideal for cookies decorated with royal icing or sugar paste.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eTechnical specifications\u003c\/h3\u003e\n\u003cdiv class=\"vh-tech-zone\"\u003e\n\u003cdiv class=\"vh-tech-item\"\u003e\n\u003cdiv class=\"vh-tech-value\"\u003e500 g\u003c\/div\u003e\n\u003cdiv class=\"vh-tech-label\"\u003eMix quantity\u003c\/div\u003e\n\u003cdiv class=\"vh-tech-desc\"\u003eFor 1 kg, double the recipe\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-tech-item\"\u003e\n\u003cdiv class=\"vh-tech-value\"\u003e180 °C\u003c\/div\u003e\n\u003cdiv class=\"vh-tech-label\"\u003eBaking\u003c\/div\u003e\n\u003cdiv class=\"vh-tech-desc\"\u003e160 °C with fan-assisted heat\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-tech-item\"\u003e\n\u003cdiv class=\"vh-tech-value\"\u003e≈ 25 cookies\u003c\/div\u003e\n\u003cdiv class=\"vh-tech-label\"\u003eYield\u003c\/div\u003e\n\u003cdiv class=\"vh-tech-desc\"\u003eFor shapes measuring 7 to 10 cm\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eStep-by-step preparation\u003c\/h3\u003e\n\u003cul class=\"vh-list\"\u003e\n\u003cli\u003eBring the butter and egg to room temperature before starting.\u003c\/li\u003e\n\u003cli\u003eMix 500 g of mix with 150 g of butter and 1 egg (50 g) until you obtain a uniform dough.\u003c\/li\u003e\n\u003cli\u003eRefrigerate the dough for 1 hour to make shaping easier.\u003c\/li\u003e\n\u003cli\u003eRoll out on a floured surface to a thickness of approximately 3 mm.\u003c\/li\u003e\n\u003cli\u003eCut out the cookies with cookie cutters and bake for 12 minutes at 180 °C (160 °C with fan-assisted heat).\u003c\/li\u003e\n\u003cli\u003eAllow to cool before decorating with royal icing or sugar paste.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-tip\"\u003e\n\u003cp\u003e\u003cstrong\u003eGood to know:\u003c\/strong\u003e This dough is also suitable for cookies filled with almond paste or as a base for apple tart. A longer chilling time (2 to 3 hours) further limits spreading during baking.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eComplete technical information\u003c\/h3\u003e\n\u003ctable class=\"vh-table\"\u003e\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eFUNCAKES\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eContents\u003c\/td\u003e\n\u003ctd\u003e1 kg\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIngredients\u003c\/td\u003e\n\u003ctd\u003eWheat \u003cstrong\u003eflour\u003c\/strong\u003e, sugar, dextrose (\u003cstrong\u003ewheat\u003c\/strong\u003e), glucose syrup (dehydrated), raising agents: E450, E500, flavoring (\u003cstrong\u003emilk\u003c\/strong\u003e)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAllergens\u003c\/td\u003e\n\u003ctd\u003eContains \u003cstrong\u003ewheat\u003c\/strong\u003e (gluten) and \u003cstrong\u003emilk\u003c\/strong\u003e. May contain traces of egg, soy, and lupin.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eStorage\u003c\/td\u003e\n\u003ctd\u003eStore in a cool, dry place; reseal the packet היט היט after opening\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eFrequently asked questions\u003c\/h3\u003e\n\u003cdiv class=\"vh-faq\"\u003e\n\u003cdetails open\u003e\u003csummary\u003eCan the dough be colored before baking?\u003c\/summary\u003e\u003cp\u003eYes, powdered or gel food coloring incorporated into the dough holds up well during baking. For decoration after baking, use royal icing or sugar paste once the cookies have cooled.\u003c\/p\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhy chill the dough before cutting it?\u003c\/summary\u003e\u003cp\u003eChilling firms up the butter and prevents the cookies from spreading or losing their shape during baking, which is important for clean cookie-cutter decorations.\u003c\/p\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eIs this mix suitable for a tart crust?\u003c\/summary\u003e\u003cp\u003eYes, the dough can also be used as a base for an apple tart: roll it out in a tin, add the fruit, and follow the same baking time while monitoring the browning.\u003c\/p\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-pour\"\u003e\n\u003ch3\u003eLearn more\u003c\/h3\u003e\n\u003cp\u003eDiscover the \u003ca href=\"\/en\/collections\/funcakes\"\u003eFUNCAKES collection\u003c\/a\u003e and the \u003ca href=\"\/en\/collections\/mix-aide-a-la-preparation\"\u003ebaking mixes \u0026amp; coulis\u003c\/a\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"FUNCAKES","offers":[{"title":"500g","offer_id":39539293945898,"sku":"F10110","price":4.99,"currency_code":"EUR","in_stock":true},{"title":"1kg","offer_id":39539293978666,"sku":"F10510","price":6.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0108\/6167\/4596\/files\/mix-pour-biscuits-fun-cakes-1.jpg?v=1772133742"},{"product_id":"funcakes-mix-pour-cupcakes-500g","title":"Mix for Cupcakes","description":"\u003cstyle\u003e\n.vh-w{font-family:'Montserrat',sans-serif;color:#2a2419;line-height:1.65;font-size:15px;background:#faf7f0;padding:32px 28px;border-radius:14px;width:100%;box-sizing:border-box}\n.vh-w *{box-sizing:border-box}\n.vh-h{text-align:center;margin-bottom:28px;padding-bottom:24px;border-bottom:2px solid #d7b36a}\n.vh-c{display:inline-block;font-size:12px;letter-spacing:3px;color:#b98b35;font-weight:600;padding:6px 16px;border:1px solid #d7b36a;border-radius:20px;margin-bottom:14px;text-transform:uppercase}\n.vh-t{font-size:22px;font-weight:600;color:#2a2419;margin:0 0 10px}\n.vh-tg{font-style:italic;font-size:13px;color:#6b5d40;margin:0}\n.vh-b{background:#fbf9f3;border:1px solid #eadfcb;border-radius:12px;padding:22px 24px;margin:18px 0}\n.vh-bt{font-size:14px;font-weight:600;color:#b98b35;letter-spacing:2px;text-transform:uppercase;margin:0 0 14px;padding-bottom:8px;border-bottom:1px solid #eadfcb;display:flex;align-items:center;gap:10px}\n.vh-intro{font-size:15px;line-height:1.75;color:#2a2419;margin:10px 0}\n.vh-tech-zone{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;padding:14px 0}\n.vh-tech-item{flex:1;min-width:130px;max-width:220px;text-align:center;padding:14px 12px;background:#faf7f0;border:1px solid #eadfcb;border-radius:10px}\n.vh-tech-value{font-size:18px;font-weight:600;color:#b98b35;margin:0 0 4px}\n.vh-tech-label{font-size:11px;font-weight:600;color:#6b5d40;letter-spacing:1.2px;text-transform:uppercase}\n.vh-tech-desc{font-size:11px;color:#6b5d40;margin-top:6px;font-style:italic}\n.vh-list{margin:10px 0;padding-left:20px}\n.vh-list li{margin-bottom:9px;font-size:14.5px;line-height:1.6}\n.vh-list li::marker{color:#d7b36a}\n.vh-faq summary{cursor:pointer;padding:11px 14px;background:#faf4e5;border-radius:6px;font-weight:600;color:#2a2419;font-size:14px;margin-bottom:6px;list-style:none;position:relative;padding-right:36px;user-select:none}\n.vh-faq summary::-webkit-details-marker{display:none}\n.vh-faq summary::after{content:'+';position:absolute;right:14px;top:50%;transform:translateY(-50%);font-size:18px;color:#b98b35;font-weight:bold}\n.vh-faq details[open] summary::after{content:'-'}\n.vh-faq details{margin-bottom:6px}\n.vh-faq p{padding:10px 14px;margin:0;font-size:13.5px;color:#2a2419;background:#fbf9f3;border-radius:0 0 6px 6px;border:1px solid #eadfcb;border-top:none}\n.vh-tip{background:#fdf5e0;border-left:4px solid #b98b35;padding:14px 18px;border-radius:0 8px 8px 0;margin:14px 0}\n.vh-tip p{margin:0;font-size:13.5px;color:#2a2419}\n.vh-tip strong{color:#b98b35}\n.vh-table{width:100%;border-collapse:collapse;font-size:13.5px}\n.vh-table td{padding:8px 12px;border-bottom:1px solid #eadfcb}\n.vh-table td:first-child{font-weight:600;color:#6b5d40;width:32%}\n.vh-table tr:last-child td{border-bottom:none}\n.vh-pour{background:#faf4e5;border:1px solid #d7b36a;border-radius:12px;padding:20px 24px;margin:20px 0 0;text-align:center}\n.vh-pour h3{margin:0 0 12px;font-size:14px;color:#b98b35;letter-spacing:2px;text-transform:uppercase;font-weight:600}\n.vh-pour p{margin:0;font-size:14px;line-height:1.8}\n.vh-pour a{color:#b98b35;text-decoration:underline;font-weight:600}\n@media(max-width:680px){.vh-w{padding:20px 16px}.vh-tech-zone{flex-direction:column}}\n\u003c\/style\u003e\n\u003cdiv class=\"vh-w\"\u003e\n\u003cdiv class=\"vh-h\"\u003e\n\u003cdiv class=\"vh-c\"\u003eFUNCAKES · Baking Mix\u003c\/div\u003e\n\u003ch3 class=\"vh-t\"\u003eCupcake Mix\u003c\/h3\u003e\n\u003cp class=\"vh-tg\"\u003eLight, fluffy cupcake and cake batter, ready after 4 minutes of mixing.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003cp class=\"vh-intro\"\u003eFUNCAKES Cupcake Mix produces light, consistent batter for cupcakes and cakes with the simple addition of butter and eggs. Its airy texture holds up well when piping with a piping bag and is ideal for flavoring with FUNCAKES pastes or flavorings.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eTechnical specifications\u003c\/h3\u003e\n\u003cdiv class=\"vh-tech-zone\"\u003e\n\u003cdiv class=\"vh-tech-item\"\u003e\n\u003cdiv class=\"vh-tech-value\"\u003e500 g\u003c\/div\u003e\n\u003cdiv class=\"vh-tech-label\"\u003ePack size\u003c\/div\u003e\n\u003cdiv class=\"vh-tech-desc\"\u003e20 to 24 cupcakes\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-tech-item\"\u003e\n\u003cdiv class=\"vh-tech-value\"\u003e4 min\u003c\/div\u003e\n\u003cdiv class=\"vh-tech-label\"\u003eMixing\u003c\/div\u003e\n\u003cdiv class=\"vh-tech-desc\"\u003eLow speed\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-tech-item\"\u003e\n\u003cdiv class=\"vh-tech-value\"\u003e180 °C\u003c\/div\u003e\n\u003cdiv class=\"vh-tech-label\"\u003eBaking\u003c\/div\u003e\n\u003cdiv class=\"vh-tech-desc\"\u003e18 to 20 minutes\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eStep-by-step preparation\u003c\/h3\u003e\n\u003cul class=\"vh-list\"\u003e\n\u003cli\u003ePreheat the oven to 180 °C (160 °C fan oven) and bring the ingredients to room temperature.\u003c\/li\u003e\n\u003cli\u003eMix 500 g of mix, 250 g of butter, and 5 eggs (250 g) for 4 minutes on low speed until smooth.\u003c\/li\u003e\n\u003cli\u003ePlace paper cases in a muffin tin and fill them halfway.\u003c\/li\u003e\n\u003cli\u003eBake for approximately 18 to 20 minutes, until a knife tip comes out clean.\u003c\/li\u003e\n\u003cli\u003eFor a cake, pour the batter into a tin and extend the baking time to 70–75 minutes at 160 °C (140 °C fan oven).\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-tip\"\u003e\n\u003cp\u003e\u003cstrong\u003ePlease note:\u003c\/strong\u003e Adding a FUNCAKES concentrated flavoring (passion fruit, raspberry, etc.) to the batter allows you to vary the flavors without changing the recipe proportions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eComplete technical information\u003c\/h3\u003e\n\u003ctable class=\"vh-table\"\u003e\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eFUNCAKES\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eContents\u003c\/td\u003e\n\u003ctd\u003e500 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIngredients\u003c\/td\u003e\n\u003ctd\u003eSugar, \u003cstrong\u003ewheat\u003c\/strong\u003e flour, raising agents: E450, E500, emulsifier: E472b (palm, turnip seeds), E477 (palm), glucose syrup (dried), skimmed \u003cstrong\u003emilk\u003c\/strong\u003e powder, preservative: E202, thickener: E415, flavoring (\u003cstrong\u003emilk\u003c\/strong\u003e), color: E160b\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAllergens\u003c\/td\u003e\n\u003ctd\u003eContains \u003cstrong\u003ewheat\u003c\/strong\u003e (gluten) and \u003cstrong\u003emilk\u003c\/strong\u003e. May contain traces of egg, soy, and lupin.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eStorage\u003c\/td\u003e\n\u003ctd\u003eCool, dry place\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eFrequently asked questions\u003c\/h3\u003e\n\u003cdiv class=\"vh-faq\"\u003e\n\u003cdetails open\u003e\u003csummary\u003eHow many cupcakes does one packet make?\u003c\/summary\u003e\u003cp\u003eOne 500 g packet makes 20 to 24 standard-size cupcakes, or one cake baked for 70 to 75 minutes in a standard cake tin.\u003c\/p\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eCan the batter be prepared in advance?\u003c\/summary\u003e\u003cp\u003eNo, bake the batter immediately after mixing: the longer you wait, the more the incorporated air escapes and the less volume the result will have.\u003c\/p\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eHow can you get a perfectly domed cupcake?\u003c\/summary\u003e\u003cp\u003eFill the cases only halfway and avoid opening the oven during the first 15 minutes of baking so the cupcakes do not collapse.\u003c\/p\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-pour\"\u003e\n\u003ch3\u003eDiscover more\u003c\/h3\u003e\n\u003cp\u003eAlso see the \u003ca href=\"\/en\/collections\/cupcakes\"\u003eCupcakes collection\u003c\/a\u003e and the \u003ca href=\"\/en\/collections\/funcakes\"\u003eFUNCAKES collection\u003c\/a\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"FUNCAKES","offers":[{"title":"500g","offer_id":39539295256618,"sku":"F10105","price":4.99,"currency_code":"EUR","in_stock":true},{"title":"1kg","offer_id":39539295289386,"sku":"F10505","price":6.99,"currency_code":"EUR","in_stock":true},{"title":"10kg NO SHIPPING: SOLD ONLY via Click and Collect 🛍️","offer_id":39588465541162,"sku":"F10905","price":49.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0108\/6167\/4596\/files\/mix-pour-cupcakes-fun-cakes-1.jpg?v=1772133746"},{"product_id":"funcakes-mix-pour-genoise-deluxe-1kg","title":"Deluxe Genoise Mix","description":"\u003cstyle\u003e\n.vh-w{font-family:'Montserrat',sans-serif;color:#2a2419;line-height:1.65;font-size:15px;background:#faf7f0;padding:32px 28px;border-radius:14px;width:100%;box-sizing:border-box}\n.vh-w *{box-sizing:border-box}\n.vh-h{text-align:center;margin-bottom:28px;padding-bottom:24px;border-bottom:2px solid #d7b36a}\n.vh-c{display:inline-block;font-size:12px;letter-spacing:3px;color:#b98b35;font-weight:600;padding:6px 16px;border:1px solid #d7b36a;border-radius:20px;margin-bottom:14px;text-transform:uppercase}\n.vh-t{font-size:22px;font-weight:600;color:#2a2419;margin:0 0 10px}\n.vh-tg{font-style:italic;font-size:13px;color:#6b5d40;margin:0}\n.vh-b{background:#fbf9f3;border:1px solid #eadfcb;border-radius:12px;padding:22px 24px;margin:18px 0}\n.vh-bt{font-size:14px;font-weight:600;color:#b98b35;letter-spacing:2px;text-transform:uppercase;margin:0 0 14px;padding-bottom:8px;border-bottom:1px solid #eadfcb;display:flex;align-items:center;gap:10px}\n.vh-intro{font-size:15px;line-height:1.75;color:#2a2419;margin:10px 0}\n.vh-tech-zone{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;padding:14px 0}\n.vh-tech-item{flex:1;min-width:130px;max-width:220px;text-align:center;padding:14px 12px;background:#faf7f0;border:1px solid #eadfcb;border-radius:10px}\n.vh-tech-value{font-size:18px;font-weight:600;color:#b98b35;margin:0 0 4px}\n.vh-tech-label{font-size:11px;font-weight:600;color:#6b5d40;letter-spacing:1.2px;text-transform:uppercase}\n.vh-tech-desc{font-size:11px;color:#6b5d40;margin-top:6px;font-style:italic}\n.vh-list{margin:10px 0;padding-left:20px}\n.vh-list li{margin-bottom:9px;font-size:14.5px;line-height:1.6}\n.vh-list li::marker{color:#d7b36a}\n.vh-faq summary{cursor:pointer;padding:11px 14px;background:#faf4e5;border-radius:6px;font-weight:600;color:#2a2419;font-size:14px;margin-bottom:6px;list-style:none;position:relative;padding-right:36px;user-select:none}\n.vh-faq summary::-webkit-details-marker{display:none}\n.vh-faq summary::after{content:'+';position:absolute;right:14px;top:50%;transform:translateY(-50%);font-size:18px;color:#b98b35;font-weight:bold}\n.vh-faq details[open] summary::after{content:'-'}\n.vh-faq details{margin-bottom:6px}\n.vh-faq p{padding:10px 14px;margin:0;font-size:13.5px;color:#2a2419;background:#fbf9f3;border-radius:0 0 6px 6px;border:1px solid #eadfcb;border-top:none}\n.vh-tip{background:#fdf5e0;border-left:4px solid #b98b35;padding:14px 18px;border-radius:0 8px 8px 0;margin:14px 0}\n.vh-tip p{margin:0;font-size:13.5px;color:#2a2419}\n.vh-tip strong{color:#b98b35}\n.vh-table{width:100%;border-collapse:collapse;font-size:13.5px}\n.vh-table td{padding:8px 12px;border-bottom:1px solid #eadfcb}\n.vh-table td:first-child{font-weight:600;color:#6b5d40;width:32%}\n.vh-table tr:last-child td{border-bottom:none}\n.vh-pour{background:#faf4e5;border:1px solid #d7b36a;border-radius:12px;padding:20px 24px;margin:20px 0 0;text-align:center}\n.vh-pour h3{margin:0 0 12px;font-size:14px;color:#b98b35;letter-spacing:2px;text-transform:uppercase;font-weight:600}\n.vh-pour p{margin:0;font-size:14px;line-height:1.8}\n.vh-pour a{color:#b98b35;text-decoration:underline;font-weight:600}\n@media(max-width:680px){.vh-w{padding:20px 16px}.vh-tech-zone{flex-direction:column}}\n\u003c\/style\u003e\n\u003cdiv class=\"vh-w\"\u003e\n\u003cdiv class=\"vh-h\"\u003e\n\u003cdiv class=\"vh-c\"\u003eFUNCAKES · Baking Mix\u003c\/div\u003e\n\u003ch3 class=\"vh-t\"\u003eDeluxe Sponge Cake Mix\u003c\/h3\u003e\n\u003cp class=\"vh-tg\"\u003eFirm, airy plain sponge cake, the go-to base for layer cakes and wedding cakes.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003cp class=\"vh-intro\"\u003eFUNCAKES Deluxe Sponge Cake Mix provides a neutral-flavored cake base with a light, moist texture that is firm enough to cut into several layers without crumbling. It is the go-to preparation for layer cakes covered with fondant or buttercream, when consistency takes priority over immediate flavor customization.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eTechnical specifications\u003c\/h3\u003e\n\u003cdiv class=\"vh-tech-zone\"\u003e\n\u003cdiv class=\"vh-tech-item\"\u003e\n\u003cdiv class=\"vh-tech-value\"\u003e1 kg\u003c\/div\u003e\n\u003cdiv class=\"vh-tech-label\"\u003eFormat\u003c\/div\u003e\n\u003cdiv class=\"vh-tech-desc\"\u003eHalal certified\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-tech-item\"\u003e\n\u003cdiv class=\"vh-tech-value\"\u003e7-8 min\u003c\/div\u003e\n\u003cdiv class=\"vh-tech-label\"\u003eWhisking\u003c\/div\u003e\n\u003cdiv class=\"vh-tech-desc\"\u003eMaximum speed + 2 min slow\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-tech-item\"\u003e\n\u003cdiv class=\"vh-tech-value\"\u003e170-175 °C\u003c\/div\u003e\n\u003cdiv class=\"vh-tech-label\"\u003eBaking\u003c\/div\u003e\n\u003cdiv class=\"vh-tech-desc\"\u003eAccording to the quantity chart\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003ePreparation and key steps\u003c\/h3\u003e\n\u003cul class=\"vh-list\"\u003e\n\u003cli\u003ePreheat the oven to 170-175 °C and mix the powder with eggs and water according to the quantity chart on the packaging.\u003c\/li\u003e\n\u003cli\u003eWhisk at maximum speed for 7 to 8 minutes, then for 2 minutes at low speed to stabilize the air bubbles: this is the step that creates the airy texture.\u003c\/li\u003e\n\u003cli\u003ePlace in the oven immediately after whisking to avoid losing the incorporated air.\u003c\/li\u003e\n\u003cli\u003eAllow to cool completely (2 to 3 hours) before cutting into layers with a sponge cake leveler.\u003c\/li\u003e\n\u003cli\u003eFlavor as desired: citrus zest, vanilla extract, pistachio paste, or cocoa powder replacing part of the mix.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-tip\"\u003e\n\u003cp\u003e\u003cstrong\u003ePlease note:\u003c\/strong\u003e The firm texture of this sponge cake supports the weight of thick fondant or several layers of buttercream, unlike a more fragile traditional sponge cake.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eComplete technical data sheet\u003c\/h3\u003e\n\u003ctable class=\"vh-table\"\u003e\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eFUNCAKES\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eContents\u003c\/td\u003e\n\u003ctd\u003e1 kg\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIngredients\u003c\/td\u003e\n\u003ctd\u003eSugar, \u003cstrong\u003ewheat\u003c\/strong\u003e flour, \u003cstrong\u003ewheat\u003c\/strong\u003e starch, emulsifiers (E472b, E477), raising agents (E500, E341, E450, E336, E575), dehydrated glucose syrup, skimmed \u003cstrong\u003emilk\u003c\/strong\u003e powder, salt, flavoring, thickener (E415)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAllergens\u003c\/td\u003e\n\u003ctd\u003eContains \u003cstrong\u003ewheat\u003c\/strong\u003e (gluten) and \u003cstrong\u003emilk\u003c\/strong\u003e. May contain traces of egg, soy, and lupin.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCertification\u003c\/td\u003e\n\u003ctd\u003eHalal-certified formula\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eStorage\u003c\/td\u003e\n\u003ctd\u003eCool, dry place\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eFrequently asked questions\u003c\/h3\u003e\n\u003cdiv class=\"vh-faq\"\u003e\n\u003cdetails open\u003e\u003csummary\u003eWhat is the difference from FUNCAKES Chocolate Sponge Cake Mix?\u003c\/summary\u003e\u003cp\u003eThis Deluxe mix has a neutral flavor and can be customized freely (vanilla, lemon, coffee, pistachio), while the Chocolate Sponge Cake Mix provides a distinct cocoa flavor directly, without an additional flavoring step.\u003c\/p\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhy whisk for so long before baking?\u003c\/summary\u003e\u003cp\u003eThe airy structure of the sponge cake depends entirely on the air incorporated while whisking: 7 to 8 minutes at maximum speed is the time calibrated by FUNCAKES for this mix; a shorter time produces a dense, flat sponge cake.\u003c\/p\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eCan the sponge cake layers be prepared in advance?\u003c\/summary\u003e\u003cp\u003eYes, baked and cooled layers can be individually wrapped and frozen for up to 2 months; let them thaw in the refrigerator the day before assembling the layer cake.\u003c\/p\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-pour\"\u003e\n\u003ch3\u003eExplore further\u003c\/h3\u003e\n\u003cp\u003eAlso discover: \u003ca href=\"\/en\/products\/mix-pour-genoise-chocolat\"\u003eFUNCAKES Chocolate Sponge Cake Mix\u003c\/a\u003e and the \u003ca href=\"\/en\/collections\/moule-a-layer-cake\"\u003eLayer Cake Pan collection\u003c\/a\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"FUNCAKES","offers":[{"title":"500g","offer_id":39539295977514,"sku":"F10100","price":4.99,"currency_code":"EUR","in_stock":true},{"title":"1kg","offer_id":39539296010282,"sku":"F10500","price":6.99,"currency_code":"EUR","in_stock":true},{"title":"4kg","offer_id":49217245118803,"sku":"F10800","price":25.99,"currency_code":"EUR","in_stock":true},{"title":"10 kg","offer_id":50454773399891,"sku":"F10900","price":59.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0108\/6167\/4596\/files\/mix-pour-genoise-deluxe-fun-cakes-1.jpg?v=1772133752"},{"product_id":"funcakes-mix-pour-macarons-sans-gluten-300g","title":"Gluten-Free Macaron Mix - 300g","description":"\u003cstyle\u003e\n.vh-w{font-family:'Montserrat',sans-serif;color:#2a2419;line-height:1.65;font-size:15px;background:#faf7f0;padding:32px 28px;border-radius:14px;width:100%;box-sizing:border-box}\n.vh-w *{box-sizing:border-box}\n.vh-h{text-align:center;margin-bottom:28px;padding-bottom:24px;border-bottom:2px solid #d7b36a}\n.vh-c{display:inline-block;font-size:12px;letter-spacing:3px;color:#b98b35;font-weight:600;padding:6px 16px;border:1px solid #d7b36a;border-radius:20px;margin-bottom:14px;text-transform:uppercase}\n.vh-t{font-size:22px;font-weight:600;color:#2a2419;margin:0 0 10px}\n.vh-tg{font-style:italic;font-size:13px;color:#6b5d40;margin:0}\n.vh-b{background:#fbf9f3;border:1px solid #eadfcb;border-radius:12px;padding:22px 24px;margin:18px 0}\n.vh-bt{font-size:14px;font-weight:600;color:#b98b35;letter-spacing:2px;text-transform:uppercase;margin:0 0 14px;padding-bottom:8px;border-bottom:1px solid #eadfcb;display:flex;align-items:center;gap:10px}\n.vh-intro{font-size:15px;line-height:1.75;color:#2a2419;margin:10px 0}\n.vh-tech-zone{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;padding:14px 0}\n.vh-tech-item{flex:1;min-width:130px;max-width:220px;text-align:center;padding:14px 12px;background:#faf7f0;border:1px solid #eadfcb;border-radius:10px}\n.vh-tech-value{font-size:18px;font-weight:600;color:#b98b35;margin:0 0 4px}\n.vh-tech-label{font-size:11px;font-weight:600;color:#6b5d40;letter-spacing:1.2px;text-transform:uppercase}\n.vh-tech-desc{font-size:11px;color:#6b5d40;margin-top:6px;font-style:italic}\n.vh-list{margin:10px 0;padding-left:20px}\n.vh-list li{margin-bottom:9px;font-size:14.5px;line-height:1.6}\n.vh-list li::marker{color:#d7b36a}\n.vh-faq summary{cursor:pointer;padding:11px 14px;background:#faf4e5;border-radius:6px;font-weight:600;color:#2a2419;font-size:14px;margin-bottom:6px;list-style:none;position:relative;padding-right:36px;user-select:none}\n.vh-faq summary::-webkit-details-marker{display:none}\n.vh-faq summary::after{content:'+';position:absolute;right:14px;top:50%;transform:translateY(-50%);font-size:18px;color:#b98b35;font-weight:bold}\n.vh-faq details[open] summary::after{content:'-'}\n.vh-faq details{margin-bottom:6px}\n.vh-faq p{padding:10px 14px;margin:0;font-size:13.5px;color:#2a2419;background:#fbf9f3;border-radius:0 0 6px 6px;border:1px solid #eadfcb;border-top:none}\n.vh-tip{background:#fdf5e0;border-left:4px solid #b98b35;padding:14px 18px;border-radius:0 8px 8px 0;margin:14px 0}\n.vh-tip p{margin:0;font-size:13.5px;color:#2a2419}\n.vh-tip strong{color:#b98b35}\n.vh-table{width:100%;border-collapse:collapse;font-size:13.5px}\n.vh-table td{padding:8px 12px;border-bottom:1px solid #eadfcb}\n.vh-table td:first-child{font-weight:600;color:#6b5d40;width:32%}\n.vh-table tr:last-child td{border-bottom:none}\n.vh-pour{background:#faf4e5;border:1px solid #d7b36a;border-radius:12px;padding:20px 24px;margin:20px 0 0;text-align:center}\n.vh-pour h3{margin:0 0 12px;font-size:14px;color:#b98b35;letter-spacing:2px;text-transform:uppercase;font-weight:600}\n.vh-pour p{margin:0;font-size:14px;line-height:1.8}\n.vh-pour a{color:#b98b35;text-decoration:underline;font-weight:600}\n@media(max-width:680px){.vh-w{padding:20px 16px}.vh-tech-zone{flex-direction:column}}\n\u003c\/style\u003e\n\u003cdiv class=\"vh-w\"\u003e\n\u003cdiv class=\"vh-h\"\u003e\n\u003cdiv class=\"vh-c\"\u003eFUNCAKES · Gluten-Free Preparation Mix\u003c\/div\u003e\n\u003ch3 class=\"vh-t\"\u003eGluten-Free Macaron Mix - 300 g\u003c\/h3\u003e\n\u003cp class=\"vh-tg\"\u003eGluten-free macaron shells, made in dedicated facilities.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003cp class=\"vh-intro\"\u003eFUNCAKES Gluten-Free Macaron Mix allows you to make macaron shells without the traditional macaronage process for egg whites. It is made in dedicated facilities guaranteeing less than 20 mg of gluten per kg, a threshold compatible with a strict gluten-free diet for the vast majority of people with celiac disease.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eTechnical specifications\u003c\/h3\u003e\n\u003cdiv class=\"vh-tech-zone\"\u003e\n\u003cdiv class=\"vh-tech-item\"\u003e\n\u003cdiv class=\"vh-tech-value\"\u003e300 g\u003c\/div\u003e\n\u003cdiv class=\"vh-tech-label\"\u003eContents\u003c\/div\u003e\n\u003cdiv class=\"vh-tech-desc\"\u003e1 sachet\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-tech-item\"\u003e\n\u003cdiv class=\"vh-tech-value\"\u003e\u0026lt; 20 mg\/kg\u003c\/div\u003e\n\u003cdiv class=\"vh-tech-label\"\u003eGluten content\u003c\/div\u003e\n\u003cdiv class=\"vh-tech-desc\"\u003eDedicated facilities\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-tech-item\"\u003e\n\u003cdiv class=\"vh-tech-value\"\u003eRoom temperature\u003c\/div\u003e\n\u003cdiv class=\"vh-tech-label\"\u003eStorage\u003c\/div\u003e\n\u003cdiv class=\"vh-tech-desc\"\u003eDry place\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eUses and precautions\u003c\/h3\u003e\n\u003cul class=\"vh-list\"\u003e\n\u003cli\u003eFollow the quantities and resting time indicated on the packaging before piping the shells.\u003c\/li\u003e\n\u003cli\u003eLeave the shells to dry in the open air before baking to achieve the characteristic macaron ruffled edge.\u003c\/li\u003e\n\u003cli\u003eFill with ganache, buttercream or jam, depending on the desired flavor.\u003c\/li\u003e\n\u003cli\u003eStore the mix in a dry place at room temperature, protected from temperature fluctuations.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-tip\"\u003e\n\u003cp\u003e\u003cstrong\u003ePlease note:\u003c\/strong\u003e Almond flour and powdered egg white are two major allergens in this mix: they must always be reported in cases of severe allergy, even if the product is certified gluten-free.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eComplete technical information\u003c\/h3\u003e\n\u003ctable class=\"vh-table\"\u003e\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eFUNCAKES\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eContents\u003c\/td\u003e\n\u003ctd\u003e300 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIngredients\u003c\/td\u003e\n\u003ctd\u003eSugar, starch (corn, rice), \u003cstrong\u003ealmond\u003c\/strong\u003e flour, powdered \u003cstrong\u003eegg\u003c\/strong\u003e white, rice protein, coloring: E170, flavoring, acidity regulator: E575\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAllergens\u003c\/td\u003e\n\u003ctd\u003eContains \u003cstrong\u003etree nuts\u003c\/strong\u003e (almond) and \u003cstrong\u003eegg\u003c\/strong\u003e. May contain traces of soy and milk.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCertification\u003c\/td\u003e\n\u003ctd\u003eGluten-free (\u0026lt; 20 mg\/kg)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eStorage\u003c\/td\u003e\n\u003ctd\u003eDry place, room temperature\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eFrequently asked questions\u003c\/h3\u003e\n\u003cdiv class=\"vh-faq\"\u003e\n\u003cdetails open\u003e\u003csummary\u003eIs this mix suitable for people with a tree nut allergy?\u003c\/summary\u003e\u003cp\u003eNo: it contains almond flour, a major allergen in its own right, as well as egg white. It is suitable only for gluten-free diets, not for people with tree nut or egg allergies.\u003c\/p\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eIs manual macaronage necessary with this mix?\u003c\/summary\u003e\u003cp\u003eNo, the mix simplifies the most technical step of making classic macarons. However, it is still essential to observe the drying time before baking to achieve the ruffled edge.\u003c\/p\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eCan these shells be filled with any cream?\u003c\/summary\u003e\u003cp\u003eYes, ganache, buttercream or jam are all suitable, provided they themselves do not contain gluten if the macarons are intended for someone with celiac disease.\u003c\/p\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-pour\"\u003e\n\u003ch3\u003eLearn more\u003c\/h3\u003e\n\u003cp\u003eExplore the \u003ca href=\"\/en\/collections\/macarons\"\u003eMacaron collection\u003c\/a\u003e and other \u003ca href=\"\/en\/collections\/sans-gluten\"\u003eGluten-Free\u003c\/a\u003e products.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"FUNCAKES","offers":[{"title":"Default Title","offer_id":21443831988324,"sku":"F11115","price":5.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0108\/6167\/4596\/files\/mix-pour-macarons-sans-gluten-300g-fun-cakes-1.jpg?v=1772133756"},{"product_id":"funcakes-edition-speciale-mix-pour-creme-enchantee-choco450","title":"Mix for Enchanted Chocolate Cream - 450g","description":"\u003cstyle\u003e\n.vh-w{font-family:'Montserrat',sans-serif;color:#2a2419;line-height:1.65;font-size:15px;background:#faf7f0;padding:32px 28px;border-radius:14px;width:100%;box-sizing:border-box}\n.vh-w *{box-sizing:border-box}\n.vh-h{text-align:center;margin-bottom:28px;padding-bottom:24px;border-bottom:2px solid #d7b36a}\n.vh-c{display:inline-block;font-size:12px;letter-spacing:3px;color:#b98b35;font-weight:600;padding:6px 16px;border:1px solid #d7b36a;border-radius:20px;margin-bottom:14px;text-transform:uppercase}\n.vh-t{font-size:22px;font-weight:600;color:#2a2419;margin:0 0 10px}\n.vh-tg{font-style:italic;font-size:13px;color:#6b5d40;margin:0}\n.vh-b{background:#fbf9f3;border:1px solid #eadfcb;border-radius:12px;padding:22px 24px;margin:18px 0}\n.vh-bt{font-size:14px;font-weight:600;color:#b98b35;letter-spacing:2px;text-transform:uppercase;margin:0 0 14px;padding-bottom:8px;border-bottom:1px solid #eadfcb;display:flex;align-items:center;gap:10px}\n.vh-intro{font-size:15px;line-height:1.75;color:#2a2419;margin:10px 0}\n.vh-tech-zone{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;padding:14px 0}\n.vh-tech-item{flex:1;min-width:130px;max-width:220px;text-align:center;padding:14px 12px;background:#faf7f0;border:1px solid #eadfcb;border-radius:10px}\n.vh-tech-value{font-size:18px;font-weight:600;color:#b98b35;margin:0 0 4px}\n.vh-tech-label{font-size:11px;font-weight:600;color:#6b5d40;letter-spacing:1.2px;text-transform:uppercase}\n.vh-tech-desc{font-size:11px;color:#6b5d40;margin-top:6px;font-style:italic}\n.vh-list{margin:10px 0;padding-left:20px}\n.vh-list li{margin-bottom:9px;font-size:14.5px;line-height:1.6}\n.vh-list li::marker{color:#d7b36a}\n.vh-faq summary{cursor:pointer;padding:11px 14px;background:#faf4e5;border-radius:6px;font-weight:600;color:#2a2419;font-size:14px;margin-bottom:6px;list-style:none;position:relative;padding-right:36px;user-select:none}\n.vh-faq summary::-webkit-details-marker{display:none}\n.vh-faq summary::after{content:'+';position:absolute;right:14px;top:50%;transform:translateY(-50%);font-size:18px;color:#b98b35;font-weight:bold}\n.vh-faq details[open] summary::after{content:'-'}\n.vh-faq details{margin-bottom:6px}\n.vh-faq p{padding:10px 14px;margin:0;font-size:13.5px;color:#2a2419;background:#fbf9f3;border-radius:0 0 6px 6px;border:1px solid #eadfcb;border-top:none}\n.vh-tip{background:#fdf5e0;border-left:4px solid #b98b35;padding:14px 18px;border-radius:0 8px 8px 0;margin:14px 0}\n.vh-tip p{margin:0;font-size:13.5px;color:#2a2419}\n.vh-tip strong{color:#b98b35}\n.vh-table{width:100%;border-collapse:collapse;font-size:13.5px}\n.vh-table td{padding:8px 12px;border-bottom:1px solid #eadfcb}\n.vh-table td:first-child{font-weight:600;color:#6b5d40;width:32%}\n.vh-table tr:last-child td{border-bottom:none}\n.vh-pour{background:#faf4e5;border:1px solid #d7b36a;border-radius:12px;padding:20px 24px;margin:20px 0 0;text-align:center}\n.vh-pour h3{margin:0 0 12px;font-size:14px;color:#b98b35;letter-spacing:2px;text-transform:uppercase;font-weight:600}\n.vh-pour p{margin:0;font-size:14px;line-height:1.8}\n.vh-pour a{color:#b98b35;text-decoration:underline;font-weight:600}\n@media(max-width:680px){.vh-w{padding:20px 16px}.vh-tech-zone{flex-direction:column}}\n\u003c\/style\u003e\n\u003cdiv class=\"vh-w\"\u003e\n\u003cdiv class=\"vh-h\"\u003e\n\u003cdiv class=\"vh-c\"\u003eFUNCAKES · Chocolate Enchanted Cream Mix\u003c\/div\u003e\n\u003ch3 class=\"vh-t\"\u003eChocolate Enchanted Cream Mix - 450 g\u003c\/h3\u003e\n\u003cp class=\"vh-tg\"\u003eLight chocolate cream, ready after 3 minutes of whipping, without butter.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003cp class=\"vh-intro\"\u003eFUNCAKES Chocolate Enchanted Cream Mix creates a light, smooth chocolate-flavored cream that is easier to digest than classic buttercream. It can be prepared in 3 minutes with milk, water, or a combination of both, and piped immediately onto cupcakes and cakes.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eTechnical specifications\u003c\/h3\u003e\n\u003cdiv class=\"vh-tech-zone\"\u003e\n\u003cdiv class=\"vh-tech-item\"\u003e\n\u003cdiv class=\"vh-tech-value\"\u003e450 g\u003c\/div\u003e\n\u003cdiv class=\"vh-tech-label\"\u003eContents\u003c\/div\u003e\n\u003cdiv class=\"vh-tech-desc\"\u003e≈ 1 full portion\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-tech-item\"\u003e\n\u003cdiv class=\"vh-tech-value\"\u003e3 min\u003c\/div\u003e\n\u003cdiv class=\"vh-tech-label\"\u003eWhipping\u003c\/div\u003e\n\u003cdiv class=\"vh-tech-desc\"\u003eHigh speed\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-tech-item\"\u003e\n\u003cdiv class=\"vh-tech-value\"\u003eØ 25 cm\u003c\/div\u003e\n\u003cdiv class=\"vh-tech-label\"\u003eYield\u003c\/div\u003e\n\u003cdiv class=\"vh-tech-desc\"\u003e2 layers + coating\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003ePreparation and uses\u003c\/h3\u003e\n\u003cul class=\"vh-list\"\u003e\n\u003cli\u003eMix 150 g of mix with 100 ml of milk and 100 ml of water.\u003c\/li\u003e\n\u003cli\u003eWhip at high speed for about 3 minutes until you obtain a light, smooth cream.\u003c\/li\u003e\n\u003cli\u003eUse immediately to fill or decorate cakes and cupcakes with a piping bag.\u003c\/li\u003e\n\u003cli\u003eOne portion fills 2 layers and coats a cake measuring Ø 25 cm, or decorates 24 to 30 cupcakes in swirls.\u003c\/li\u003e\n\u003cli\u003eStore the remainder in the refrigerator for several days in a sealed container; stir before reuse.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-tip\"\u003e\n\u003cp\u003e\u003cstrong\u003eNote:\u003c\/strong\u003e The cream can be prepared with milk only (200 ml) for a richer texture, or with water only (200 ml) for a lighter texture: both versions work with the same 150 g of mix.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eComplete technical data\u003c\/h3\u003e\n\u003ctable class=\"vh-table\"\u003e\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eFUNCAKES\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eContents\u003c\/td\u003e\n\u003ctd\u003e450 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIngredients\u003c\/td\u003e\n\u003ctd\u003eSugar, glucose syrup (dehydrated), cocoa powder (fat-reduced), partially hydrogenated oil (palm), emulsifiers: E471, E472f, hydrogenated vegetable fat (coconut), \u003cstrong\u003emilk\u003c\/strong\u003e proteins, dextrose, stabilizers: E450, E263, E339, E516, thickening agents: E401, E464, anti-caking agent: E341\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAllergens\u003c\/td\u003e\n\u003ctd\u003eContains \u003cstrong\u003emilk\u003c\/strong\u003e proteins. May contain traces of gluten, egg, soy, and lupin.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eStorage\u003c\/td\u003e\n\u003ctd\u003ePowder: cool, dry place. Prepared cream: refrigerator, several days\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eFrequently asked questions\u003c\/h3\u003e\n\u003cdiv class=\"vh-faq\"\u003e\n\u003cdetails open\u003e\u003csummary\u003eCan milk be replaced with water only?\u003c\/summary\u003e\u003cp\u003eYes, the recipe works just as well with 200 ml of water alone for a lighter cream, or 200 ml of milk alone for a richer mouthfeel.\u003c\/p\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eDoes this cream hold at room temperature for an event?\u003c\/summary\u003e\u003cp\u003eIt is more stable than homemade whipped cream but is still a dairy-based preparation: keep the decorated cake chilled and take it out just before serving.\u003c\/p\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhat is the difference between this and the plain Enchanted Cream Mix?\u003c\/summary\u003e\u003cp\u003eThe plain mix has a neutral vanilla flavor and a white base that is easy to color, while this chocolate version provides a cocoa flavor directly, with no additional flavoring step.\u003c\/p\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-pour\"\u003e\n\u003ch3\u003eFind out more\u003c\/h3\u003e\n\u003cp\u003eSee also the \u003ca href=\"\/en\/products\/mix-pour-creme-enchantee\"\u003ePlain Enchanted Cream Mix\u003c\/a\u003e and the \u003ca href=\"\/en\/collections\/cupcakes\"\u003eCupcakes collection\u003c\/a\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"FUNCAKES","offers":[{"title":"Default Title","offer_id":21466437845092,"sku":"F10135","price":6.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0108\/6167\/4596\/files\/mix-pour-creme-enchantee-chocolat-450g-fun-cakes-1.jpg?v=1772133758"},{"product_id":"paste-colours-set-8","title":"Colorants - Set of 8","description":"\u003cstyle\u003e.vh-w{font-family:'Montserrat',sans-serif;color:#2a2419;line-height:1.65;font-size:15px;background:#faf7f0;padding:32px 28px;border-radius:14px;width:100%;box-sizing:border-box}\n.vh-w *{box-sizing:border-box}\n.vh-h{text-align:center;margin-bottom:28px;padding-bottom:24px;border-bottom:2px solid #d7b36a}\n.vh-c{display:inline-block;font-size:12px;letter-spacing:3px;color:#b98b35;font-weight:600;padding:6px 16px;border:1px solid #d7b36a;border-radius:20px;margin-bottom:14px;text-transform:uppercase}\n.vh-t{font-size:22px;font-weight:600;color:#2a2419;margin:0 0 10px}\n.vh-tg{font-style:italic;font-size:13px;color:#6b5d40;margin:0}\n.vh-b{background:#fbf9f3;border:1px solid #eadfcb;border-radius:12px;padding:22px 24px;margin:18px 0}\n.vh-bt{font-size:14px;font-weight:600;color:#b98b35;letter-spacing:2px;text-transform:uppercase;margin:0 0 14px;padding-bottom:8px;border-bottom:1px solid #eadfcb}\n.vh-intro{font-size:15px;line-height:1.75;color:#2a2419;margin:10px 0}\n.vh-tech-zone{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;padding:14px 0}\n.vh-tech-item{flex:1;min-width:130px;max-width:200px;text-align:center;padding:14px 12px;background:#faf7f0;border:1px solid #eadfcb;border-radius:10px}\n.vh-tech-value{font-size:20px;font-weight:600;color:#b98b35;margin:0 0 4px}\n.vh-tech-label{font-size:11px;font-weight:600;color:#6b5d40;letter-spacing:1.2px;text-transform:uppercase}\n.vh-list{margin:10px 0;padding-left:20px}\n.vh-list li{margin-bottom:8px;line-height:1.6}\n.vh-list li::marker{color:#d7b36a}\n.vh-faq summary{cursor:pointer;padding:11px 14px;background:#faf4e5;border-radius:6px;font-weight:600;color:#2a2419;font-size:14px;margin-bottom:6px;list-style:none;position:relative;padding-right:36px;user-select:none}\n.vh-faq summary::-webkit-details-marker{display:none}\n.vh-faq summary::after{content:'+';position:absolute;right:14px;top:50%;transform:translateY(-50%);font-size:18px;color:#b98b35;font-weight:bold}\n.vh-faq details[open] summary::after{content:'-'}\n.vh-faq details{margin-bottom:6px}\n.vh-faq p{padding:10px 14px;margin:0;font-size:13.5px;color:#2a2419;background:#fbf9f3;border-radius:0 0 6px 6px;border:1px solid #eadfcb;border-top:none}\n.vh-tip{background:#fdf5e0;border-left:4px solid #b98b35;padding:14px 18px;border-radius:0 8px 8px 0;margin:14px 0}\n.vh-tip p{margin:0;font-size:13.5px;color:#2a2419;font-style:italic}\n.vh-tip strong{font-style:normal;color:#b98b35}\n.vh-table{width:100%;border-collapse:collapse;font-size:13.5px}\n.vh-table td{padding:8px 12px;border-bottom:1px solid #eadfcb}\n.vh-table td:first-child{font-weight:600;color:#6b5d40;width:38%}\n.vh-table tr:last-child td{border-bottom:none}\n.vh-pour{background:#faf4e5;border:1px solid #d7b36a;border-radius:12px;padding:20px 24px;margin:20px 0 0;text-align:center}\n.vh-pour h3{margin:0 0 12px;font-size:14px;color:#b98b35;letter-spacing:2px;text-transform:uppercase;font-weight:600}\n.vh-pour p{margin:0;font-size:14px;line-height:1.8}\n.vh-pour a{color:#b98b35;text-decoration:underline;font-weight:600}\n@media(max-width:680px){.vh-w{padding:20px 16px}.vh-tech-zone{flex-direction:column}}\u003c\/style\u003e\u003cdiv class=\"vh-w\"\u003e\n\u003cdiv class=\"vh-h\"\u003e\n\u003cdiv class=\"vh-c\"\u003ePME Cake - Gel Food Colors\u003c\/div\u003e\n\u003ch3 class=\"vh-t\"\u003eColors - Set\/8\u003c\/h3\u003e\n\u003cp class=\"vh-tg\"\u003eSet of 8 concentrated paste colors for sugar paste, buttercream, and icing.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\u003cp class=\"vh-intro\"\u003eThis set brings together 8 concentrated paste colors, a thick formula that provides intense coloring without thinning the texture of preparations: sugar paste, buttercream, or icing.\u003c\/p\u003e\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eFeatures\u003c\/h3\u003e\n\u003cdiv class=\"vh-tech-zone\"\u003e\n\u003cdiv class=\"vh-tech-item\"\u003e\n\u003cdiv class=\"vh-tech-value\"\u003e8\u003c\/div\u003e\n\u003cdiv class=\"vh-tech-label\"\u003eIncluded shades\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-tech-item\"\u003e\n\u003cdiv class=\"vh-tech-value\"\u003eConcentrated paste\u003c\/div\u003e\n\u003cdiv class=\"vh-tech-label\"\u003eTexture\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-tech-item\"\u003e\n\u003cdiv class=\"vh-tech-value\"\u003eBase\u003c\/div\u003e\n\u003cdiv class=\"vh-tech-label\"\u003eGlycerol, silica\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eRecommended uses\u003c\/h3\u003e\n\u003cul class=\"vh-list\"\u003e\n\u003cli\u003eSugar paste and fondant to color before rolling out\u003c\/li\u003e\n\u003cli\u003eButtercream and icings without excess moisture\u003c\/li\u003e\n\u003cli\u003eWhite chocolate to color in small quantities\u003c\/li\u003e\n\u003cli\u003eColor gradients created by mixing the set's colors\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\u003cdiv class=\"vh-tip\"\u003e\u003cp\u003e\u003cstrong\u003eDosage:\u003c\/strong\u003e add the coloring paste in small amounts using a toothpick; the concentration is strong, and an overly intense shade is difficult to correct.\u003c\/p\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eTechnical information\u003c\/h3\u003e\n\u003ctable class=\"vh-table\"\u003e\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003ePackaging\u003c\/td\u003e\n\u003ctd\u003eSet of 8 pots\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eTexture\u003c\/td\u003e\n\u003ctd\u003eConcentrated paste\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCommon base\u003c\/td\u003e\n\u003ctd\u003eGlycerol (E422), propylene glycol (E1520), silica (E551)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eColorings\u003c\/td\u003e\n\u003ctd\u003eVaries by shade; see the label on each pot\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eFrequently asked questions\u003c\/h3\u003e\n\u003cdiv class=\"vh-faq\"\u003e\n\u003cdetails open\u003e\u003csummary\u003eDo these colors dilute sugar paste?\u003c\/summary\u003e\u003cp\u003eNo, the concentrated paste texture prevents adding moisture, unlike a liquid coloring.\u003c\/p\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eDo some shades in the set require a children's warning?\u003c\/summary\u003e\u003cp\u003eSome bright colors in the set may contain azo colorings subject to the European warning regarding children's attention: check the label on each pot before use, as the composition varies by shade.\u003c\/p\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eCan two colors from the set be mixed to create an intermediate shade?\u003c\/summary\u003e\u003cp\u003eYes, the concentrated pastes mix easily with one another to create a custom shade.\u003c\/p\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-pour\"\u003e\n\u003ch3\u003eLearn more\u003c\/h3\u003e\n\u003cp\u003eDiscover our \u003ca href=\"\/en\/collections\/colorants\"\u003efood colorings\u003c\/a\u003e collection and our \u003ca href=\"\/en\/products\/colorants-gel-choix-couleurs\"\u003eGel Colors available individually\u003c\/a\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"PME Cake","offers":[{"title":"Default Title","offer_id":21471307530340,"sku":"PC1008","price":19.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0108\/6167\/4596\/files\/colorants-pme-set8-pme-1.jpg?v=1772133760"},{"product_id":"colorant-gel-concentre-bleu-aqua-progel","title":"Gel Colorant 25g - Aqua Blue - ProGel","description":"\u003cstyle\u003e\n.vh-w{font-family:'Montserrat',sans-serif;color:#2a2419;line-height:1.65;font-size:15px;background:#faf7f0;padding:32px 28px;border-radius:14px;width:100%;box-sizing:border-box}\n.vh-w *{box-sizing:border-box}\n.vh-h{text-align:center;margin-bottom:28px;padding-bottom:24px;border-bottom:2px solid #d7b36a}\n.vh-c{display:inline-block;font-size:12px;letter-spacing:3px;color:#b98b35;font-weight:600;padding:6px 16px;border:1px solid #d7b36a;border-radius:20px;margin-bottom:14px;text-transform:uppercase}\n.vh-t{font-size:22px;font-weight:600;color:#2a2419;margin:0 0 10px}\n.vh-tg{font-style:italic;font-size:13px;color:#6b5d40;margin:0}\n.vh-b{background:#fbf9f3;border:1px solid #eadfcb;border-radius:12px;padding:22px 24px;margin:18px 0}\n.vh-bt{font-size:14px;font-weight:600;color:#b98b35;letter-spacing:2px;text-transform:uppercase;margin:0 0 14px;padding-bottom:8px;border-bottom:1px solid #eadfcb;display:flex;align-items:center;gap:10px}\n.vh-intro{font-size:15px;line-height:1.75;color:#2a2419;margin:10px 0}\n.vh-tech-zone{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;padding:14px 0}\n.vh-tech-item{flex:1;min-width:130px;max-width:200px;text-align:center;padding:14px 12px;background:#faf7f0;border:1px solid #eadfcb;border-radius:10px}\n.vh-tech-value{font-size:18px;font-weight:600;color:#b98b35;margin:0 0 4px}\n.vh-tech-label{font-size:11px;font-weight:600;color:#6b5d40;letter-spacing:1.2px;text-transform:uppercase}\n.vh-list{margin:0;padding-left:20px}\n.vh-list li{margin-bottom:6px;padding-left:4px;font-size:14px}\n.vh-list li::marker{color:#d7b36a}\n.vh-faq summary{cursor:pointer;padding:11px 14px;background:#faf4e5;border-radius:6px;font-weight:600;color:#2a2419;font-size:14px;margin-bottom:6px;list-style:none;position:relative;padding-right:36px;user-select:none}\n.vh-faq summary::-webkit-details-marker{display:none}\n.vh-faq summary::after{content:'+';position:absolute;right:14px;top:50%;transform:translateY(-50%);font-size:18px;color:#b98b35;font-weight:bold}\n.vh-faq details[open] summary::after{content:'-'}\n.vh-faq details{margin-bottom:6px}\n.vh-faq p{padding:10px 14px;margin:0;font-size:13.5px;color:#2a2419;background:#fbf9f3;border-radius:0 0 6px 6px;border:1px solid #eadfcb;border-top:none}\n.vh-tip{background:#fdf5e0;border-left:4px solid #b98b35;padding:14px 18px;border-radius:0 8px 8px 0;margin:14px 0}\n.vh-tip p{margin:0;font-size:13.5px;color:#2a2419;font-style:italic}\n.vh-tip strong{font-style:normal;color:#b98b35}\n.vh-table{width:100%;border-collapse:collapse;font-size:13.5px}\n.vh-table td{padding:8px 12px;border-bottom:1px solid #eadfcb}\n.vh-table td:first-child{font-weight:600;color:#6b5d40;width:38%}\n.vh-table tr:last-child td{border-bottom:none}\n.vh-pour{background:#faf4e5;border:1px solid #d7b36a;border-radius:12px;padding:20px 24px;margin:20px 0 0;text-align:center}\n.vh-pour h3{margin:0 0 12px;font-size:14px;color:#b98b35;letter-spacing:2px;text-transform:uppercase;font-weight:600}\n.vh-pour p{margin:0;font-size:14px;line-height:1.8}\n.vh-pour a{color:#b98b35;text-decoration:underline;font-weight:600}\n@media(max-width:680px){.vh-w{padding:20px 16px}.vh-tech-zone{flex-direction:column}}\n\u003c\/style\u003e\n\u003cdiv class=\"vh-w\"\u003e\n\u003cdiv class=\"vh-h\"\u003e\n\u003cdiv class=\"vh-c\"\u003eRainbow Dust - ProGel\u003c\/div\u003e\n\u003ch3 class=\"vh-t\"\u003e25 g Gel Food Coloring - Aqua Blue - ProGel\u003c\/h3\u003e\n\u003cp class=\"vh-tg\"\u003eAqua Blue gel food coloring, concentrated 25 g tube\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003cp class=\"vh-intro\"\u003eProGel Aqua Blue evokes clear pool water and the tropical sea. This concentrated 25 g gel food coloring is designed for professional pastry chefs and discerning cake design enthusiasts. Particularly sought after for \u003cstrong\u003echildren's ocean- and pool-themed birthday layer cakes\u003c\/strong\u003e and \u003cstrong\u003ewhale-, dolphin-, or fish-shaped royal icing cookies\u003c\/strong\u003e, it delivers a stable, intense color with just a few toothpick tips.\u003c\/p\u003e\n\u003cp class=\"vh-intro\"\u003eProGel's signature advantage: it is a \u003cstrong\u003egeneral-purpose water- and oil-based coloring\u003c\/strong\u003e, working equally well on water-based mixtures (royal icing, water-based icings, syrups, meringues, macarons) and fat-based mixtures (buttercream, ganache, tempered chocolate, pastry fondant, sugar paste). One tube is enough for the entire pastry range, whereas other colorings require two separate ranges depending on the base used. The concentrated 25 g format covers 30 to 50 preparations, depending on the desired intensity.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eFeatures\u003c\/h3\u003e\n\u003cdiv class=\"vh-tech-zone\"\u003e\n\u003cdiv class=\"vh-tech-item\"\u003e\n\u003cp class=\"vh-tech-value\"\u003e25 g\u003c\/p\u003e\n\u003cp class=\"vh-tech-label\"\u003eFormat\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-tech-item\"\u003e\n\u003cp class=\"vh-tech-value\"\u003e1 to 8 tips\u003c\/p\u003e\n\u003cp class=\"vh-tech-label\"\u003eDosage \/ 250 g\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-tech-item\"\u003e\n\u003cp class=\"vh-tech-value\"\u003eWater \u0026amp; oil\u003c\/p\u003e\n\u003cp class=\"vh-tech-label\"\u003eVersatility\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eProGel Aqua Blue dosage guide\u003c\/h3\u003e\n\u003cp class=\"vh-intro\"\u003eThe shade can be adjusted according to the dosage without losing its identity. The gel is measured by the tip of a toothpick for precise control. This shade belongs to the Rainbow Dust ProGel range, which includes 38 shades in total.\u003c\/p\u003e\n\u003ctable class=\"vh-table\"\u003e\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eLight dosage\u003c\/td\u003e\n\u003ctd\u003e1 toothpick tip \/ 250 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eStandard dosage\u003c\/td\u003e\n\u003ctd\u003e2 to 3 tips \/ 250 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIntense dosage\u003c\/td\u003e\n\u003ctd\u003e5 to 8 tips \/ 250 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eUses\u003c\/h3\u003e\n\u003cul class=\"vh-list\"\u003e\n\u003cli\u003eChildren's ocean- and pool-themed birthday layer cakes\u003c\/li\u003e\n\u003cli\u003eWhale-, dolphin-, or fish-shaped royal icing cookies\u003c\/li\u003e\n\u003cli\u003eSummer pool party cupcakes\u003c\/li\u003e\n\u003cli\u003eVacation- and tropical-relaxation-themed drip cakes\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-tip\"\u003e\u003cp\u003e\u003cstrong\u003eNote:\u003c\/strong\u003e Aqua Blue falls between Sky Blue and Turquoise: a refreshing blue ideal for summer orders (June to September). For pool parties and aquatic-themed birthdays, it is the go-to blue: combine it with Sky Blue in a gradient for a pool effect, or with Yellow and Peach for a seaside palette.\u003c\/p\u003e\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eComplete technical specifications\u003c\/h3\u003e\n\u003ctable class=\"vh-table\"\u003e\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eProGel by Rainbow Dust (United Kingdom)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eShade\u003c\/td\u003e\n\u003ctd\u003eAqua Blue\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCapacity\u003c\/td\u003e\n\u003ctd\u003e25 g squeezable tube\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eConcentrated general-purpose gel food coloring\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eVersatility\u003c\/td\u003e\n\u003ctd\u003eWater- and fat-based mixtures: royal icing, icings, buttercream, ganache, chocolate, fondant, sugar paste\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDosage\u003c\/td\u003e\n\u003ctd\u003e1 toothpick tip per 250 g for a pastel shade, up to 5 to 8 tips for a dark shade\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIngredients\u003c\/td\u003e\n\u003ctd\u003eHumectant gel base (glycerol E422), food coloring pigments compliant with European regulations on additives (EU 1333\/2008)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAllergens\u003c\/td\u003e\n\u003ctd\u003eNo major declared allergens. Gluten-free, lactose-free, egg-free, peanut-free, soy-free. Suitable for vegetarian diets.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eStorage\u003c\/td\u003e\n\u003ctd\u003eStore in a cool, dry place away from light, between 15 and 22 °C. Once opened, use within 18 months. Always dispense with a clean toothpick.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eFrequently asked questions\u003c\/h3\u003e\n\u003cdiv class=\"vh-faq\"\u003e\n\u003cdetails open\u003e\u003csummary\u003eFor which occasion should you choose the Aqua Blue shade?\u003c\/summary\u003e\u003cp\u003eDestination beach wedding cakes. This is one of the uses where this shade makes a particularly noticeable difference.\u003c\/p\u003e\u003c\/details\u003e\n\u003cdetails\u003e\u003csummary\u003eDoes ProGel work with all preparations?\u003c\/summary\u003e\u003cp\u003eYes, ProGel is a general-purpose water- and oil-based gel: it works equally well on water-based mixtures (royal icing, icings, meringues, macarons) and fat-based mixtures (buttercream, chocolate, ganache, fondant, sugar paste). One tube is enough where other colorings require a separate range depending on the type of base used.\u003c\/p\u003e\u003c\/details\u003e\n\u003cdetails\u003e\u003csummary\u003eCan ProGel gel be mixed with melted chocolate?\u003c\/summary\u003e\u003cp\u003eYes, ProGel is designed to work with tempered chocolate as well, unlike classic water-based gel colorings that cause chocolate to crystallize. Add the gel tip at the end of tempering, at 28-30 °C, and mix gently with a spatula.\u003c\/p\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-pour\"\u003e\n\u003ch3\u003eLearn more\u003c\/h3\u003e\n\u003cp\u003e\u003ca href=\"\/en\/products\/colorant-gel-concentre-navy-blue-progel\"\u003eProGel Navy Blue\u003c\/a\u003e · \u003ca href=\"\/en\/products\/colorant-en-gel-25g-baby-blue-progel\"\u003eProGel Baby Blue\u003c\/a\u003e · \u003ca href=\"\/en\/collections\/colorants\"\u003eAll our food colorings\u003c\/a\u003e · \u003ca href=\"\/en\/collections\/rainbow-dust\"\u003eComplete Rainbow Dust range\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"RAINBOW DUST","offers":[{"title":"Default Title","offer_id":21561670041700,"sku":"PGL-AQUA-FG","price":3.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0108\/6167\/4596\/files\/colorant-en-gel-25g-bleu-aqua-progel-rainbow-dust-1.webp?v=1772133781"},{"product_id":"colorant-en-gel-25g-baby-blue-progel","title":"Gel Colorant 25g - Baby Blue - ProGel","description":"\u003cstyle\u003e\n.vh-w{font-family:'Montserrat',sans-serif;color:#2a2419;line-height:1.65;font-size:15px;background:#faf7f0;padding:32px 28px;border-radius:14px;width:100%;box-sizing:border-box}\n.vh-w *{box-sizing:border-box}\n.vh-h{text-align:center;margin-bottom:28px;padding-bottom:24px;border-bottom:2px solid #d7b36a}\n.vh-c{display:inline-block;font-size:12px;letter-spacing:3px;color:#b98b35;font-weight:600;padding:6px 16px;border:1px solid #d7b36a;border-radius:20px;margin-bottom:14px;text-transform:uppercase}\n.vh-t{font-size:22px;font-weight:600;color:#2a2419;margin:0 0 10px}\n.vh-tg{font-style:italic;font-size:13px;color:#6b5d40;margin:0}\n.vh-b{background:#fbf9f3;border:1px solid #eadfcb;border-radius:12px;padding:22px 24px;margin:18px 0}\n.vh-bt{font-size:14px;font-weight:600;color:#b98b35;letter-spacing:2px;text-transform:uppercase;margin:0 0 14px;padding-bottom:8px;border-bottom:1px solid #eadfcb;display:flex;align-items:center;gap:10px}\n.vh-intro{font-size:15px;line-height:1.75;color:#2a2419;margin:10px 0}\n.vh-tech-zone{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;padding:14px 0}\n.vh-tech-item{flex:1;min-width:130px;max-width:200px;text-align:center;padding:14px 12px;background:#faf7f0;border:1px solid #eadfcb;border-radius:10px}\n.vh-tech-value{font-size:18px;font-weight:600;color:#b98b35;margin:0 0 4px}\n.vh-tech-label{font-size:11px;font-weight:600;color:#6b5d40;letter-spacing:1.2px;text-transform:uppercase}\n.vh-list{margin:0;padding-left:20px}\n.vh-list li{margin-bottom:6px;padding-left:4px;font-size:14px}\n.vh-list li::marker{color:#d7b36a}\n.vh-faq summary{cursor:pointer;padding:11px 14px;background:#faf4e5;border-radius:6px;font-weight:600;color:#2a2419;font-size:14px;margin-bottom:6px;list-style:none;position:relative;padding-right:36px;user-select:none}\n.vh-faq summary::-webkit-details-marker{display:none}\n.vh-faq summary::after{content:'+';position:absolute;right:14px;top:50%;transform:translateY(-50%);font-size:18px;color:#b98b35;font-weight:bold}\n.vh-faq details[open] summary::after{content:'-'}\n.vh-faq details{margin-bottom:6px}\n.vh-faq p{padding:10px 14px;margin:0;font-size:13.5px;color:#2a2419;background:#fbf9f3;border-radius:0 0 6px 6px;border:1px solid #eadfcb;border-top:none}\n.vh-tip{background:#fdf5e0;border-left:4px solid #b98b35;padding:14px 18px;border-radius:0 8px 8px 0;margin:14px 0}\n.vh-tip p{margin:0;font-size:13.5px;color:#2a2419;font-style:italic}\n.vh-tip strong{font-style:normal;color:#b98b35}\n.vh-table{width:100%;border-collapse:collapse;font-size:13.5px}\n.vh-table td{padding:8px 12px;border-bottom:1px solid #eadfcb}\n.vh-table td:first-child{font-weight:600;color:#6b5d40;width:38%}\n.vh-table tr:last-child td{border-bottom:none}\n.vh-pour{background:#faf4e5;border:1px solid #d7b36a;border-radius:12px;padding:20px 24px;margin:20px 0 0;text-align:center}\n.vh-pour h3{margin:0 0 12px;font-size:14px;color:#b98b35;letter-spacing:2px;text-transform:uppercase;font-weight:600}\n.vh-pour p{margin:0;font-size:14px;line-height:1.8}\n.vh-pour a{color:#b98b35;text-decoration:underline;font-weight:600}\n@media(max-width:680px){.vh-w{padding:20px 16px}.vh-tech-zone{flex-direction:column}}\n\u003c\/style\u003e\n\u003cdiv class=\"vh-w\"\u003e\n\u003cdiv class=\"vh-h\"\u003e\n\u003cdiv class=\"vh-c\"\u003eRainbow Dust - ProGel\u003c\/div\u003e\n\u003ch3 class=\"vh-t\"\u003e25 g Gel Food Coloring - Baby Blue - ProGel\u003c\/h3\u003e\n\u003cp class=\"vh-tg\"\u003eBaby Blue gel food coloring, 25 g concentrated tube\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003cp class=\"vh-intro\"\u003eProGel Baby Blue evokes the spring sky early in the morning, a soft pastel cotton cloud. This concentrated 25 g gel food coloring is designed for professional pastry chefs and discerning cake design enthusiasts. Particularly sought after for \u003cstrong\u003eroyal icing cookies for boy baby showers with a cloud theme\u003c\/strong\u003e and \u003cstrong\u003ebuttercream for gender reveal layer cakes (revealing the sex when cut)\u003c\/strong\u003e, it provides a stable, intense color with just a few toothpick tips.\u003c\/p\u003e\n\u003cp class=\"vh-intro\"\u003eProGel's signature advantage: it is a \u003cstrong\u003egeneral-purpose water- and oil-based coloring\u003c\/strong\u003e, working equally well with water-based preparations (royal icing, water-based glazes, syrups, meringues, macarons) and fat-based preparations (buttercream, ganache, tempered chocolate, pastry fondant, sugar paste). One tube is enough for the entire pastry range, whereas other food colorings require two separate ranges depending on the base used. The concentrated 25 g format covers 30 to 50 preparations depending on the desired intensity.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eFeatures\u003c\/h3\u003e\n\u003cdiv class=\"vh-tech-zone\"\u003e\n\u003cdiv class=\"vh-tech-item\"\u003e\n\u003cp class=\"vh-tech-value\"\u003e25 g\u003c\/p\u003e\n\u003cp class=\"vh-tech-label\"\u003eFormat\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-tech-item\"\u003e\n\u003cp class=\"vh-tech-value\"\u003e1 to 8 tips\u003c\/p\u003e\n\u003cp class=\"vh-tech-label\"\u003eDosage \/ 250 g\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-tech-item\"\u003e\n\u003cp class=\"vh-tech-value\"\u003eWater \u0026amp; oil\u003c\/p\u003e\n\u003cp class=\"vh-tech-label\"\u003eVersatility\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eProGel Baby Blue dosage guide\u003c\/h3\u003e\n\u003cp class=\"vh-intro\"\u003eThe shade can be adjusted according to the dosage without losing its character. The gel is measured by toothpick tip for precise control. This shade belongs to the Rainbow Dust ProGel range, which includes 38 shades in total.\u003c\/p\u003e\n\u003ctable class=\"vh-table\"\u003e\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eLight dosage\u003c\/td\u003e\n\u003ctd\u003e1 toothpick tip \/ 250 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eStandard dosage\u003c\/td\u003e\n\u003ctd\u003e2 to 3 tips \/ 250 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIntense dosage\u003c\/td\u003e\n\u003ctd\u003e5 to 8 tips \/ 250 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eUses\u003c\/h3\u003e\n\u003cul class=\"vh-list\"\u003e\n\u003cli\u003eRoyal icing cookies for boy baby showers with a cloud theme\u003c\/li\u003e\n\u003cli\u003eButtercream for gender reveal layer cakes (revealing the sex when cut)\u003c\/li\u003e\n\u003cli\u003eColored sugar paste for family ceremonies celebrating boys\u003c\/li\u003e\n\u003cli\u003eSummer sky-themed drip cakes for children's birthdays\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-tip\"\u003e\u003cp\u003e\u003cstrong\u003eGood to know:\u003c\/strong\u003e For a successful boy baby shower, pair Baby Blue with Cream or Chestnut rather than pure white: the pastel-natural contrast is much more photogenic than the classic blue-and-white combination. ProGel's gel consistency produces more uniform results than traditional liquid food colorings in buttercreams for decorated cookies.\u003c\/p\u003e\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eComplete technical information\u003c\/h3\u003e\n\u003ctable class=\"vh-table\"\u003e\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eProGel by Rainbow Dust (United Kingdom)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eShade\u003c\/td\u003e\n\u003ctd\u003eBaby Blue\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCapacity\u003c\/td\u003e\n\u003ctd\u003e25 g soft tube\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eConcentrated general-purpose gel food coloring\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eVersatility\u003c\/td\u003e\n\u003ctd\u003eWater- and fat-based preparations: royal icing, glazes, buttercream, ganache, chocolate, fondant, sugar paste\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDosage\u003c\/td\u003e\n\u003ctd\u003e1 toothpick tip per 250 g for a pastel shade, up to 5 to 8 tips for a dark shade\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIngredients\u003c\/td\u003e\n\u003ctd\u003eHumectant gel base (glycerol E422), food coloring pigments compliant with European regulations on additives (EU 1333\/2008)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAllergens\u003c\/td\u003e\n\u003ctd\u003eNo major declared allergens. Gluten-free, lactose-free, egg-free, peanut-free, soy-free. Suitable for vegetarian diets.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eStorage\u003c\/td\u003e\n\u003ctd\u003eStore in a cool, dry place away from light, between 15 and 22 °C. Once opened, use within 18 months. Always scoop with a clean toothpick.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eFrequently asked questions\u003c\/h3\u003e\n\u003cdiv class=\"vh-faq\"\u003e\n\u003cdetails open\u003e\u003csummary\u003eFor what occasion should you choose the Baby Blue shade?\u003c\/summary\u003e\u003cp\u003ePastel tiered cakes for spring weddings. This is one of the uses where this shade makes a particularly noticeable difference.\u003c\/p\u003e\u003c\/details\u003e\n\u003cdetails\u003e\u003csummary\u003eWhat dosage should be used for 250 g of preparation?\u003c\/summary\u003e\u003cp\u003eFor pastel shades: 1 toothpick tip. For vivid shades: 2 to 3 tips. For dark shades: 5 to 8 tips. Always start with less and adjust gradually; it is easier to intensify a color than to lighten it.\u003c\/p\u003e\u003c\/details\u003e\n\u003cdetails\u003e\u003csummary\u003eHow many colored preparations can be made with one tube?\u003c\/summary\u003e\u003cp\u003eA 25 g ProGel tube covers approximately 30 to 50 250 g preparations, depending on the desired intensity. For regular pastry production, this is the most economical format.\u003c\/p\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-pour\"\u003e\n\u003ch3\u003eGo further\u003c\/h3\u003e\n\u003cp\u003e\u003ca href=\"\/en\/products\/colorant-gel-concentre-bleu-aqua-progel\"\u003eProGel Aqua Blue\u003c\/a\u003e · \u003ca href=\"\/en\/products\/colorant-en-gel-25g-marron-progel\"\u003eProGel Brown\u003c\/a\u003e · \u003ca href=\"\/en\/collections\/colorants\"\u003eAll our food colorings\u003c\/a\u003e · \u003ca href=\"\/en\/collections\/rainbow-dust\"\u003eComplete Rainbow Dust range\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"RAINBOW DUST","offers":[{"title":"Default Title","offer_id":21574805684324,"sku":"PGL-BABL-FG","price":3.99,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0108\/6167\/4596\/files\/colorant-en-gel-25g-baby-blue-progel-rainbow-dust-1.webp?v=1772133785"},{"product_id":"progel-noir","title":"Gel Colorant 25g - Black - ProGel","description":"\u003cstyle\u003e\n.vh-w{font-family:'Montserrat',sans-serif;color:#2a2419;line-height:1.65;font-size:15px;background:#faf7f0;padding:32px 28px;border-radius:14px;width:100%;box-sizing:border-box}\n.vh-w *{box-sizing:border-box}\n.vh-h{text-align:center;margin-bottom:28px;padding-bottom:24px;border-bottom:2px solid #d7b36a}\n.vh-c{display:inline-block;font-size:12px;letter-spacing:3px;color:#b98b35;font-weight:600;padding:6px 16px;border:1px solid #d7b36a;border-radius:20px;margin-bottom:14px;text-transform:uppercase}\n.vh-t{font-size:22px;font-weight:600;color:#2a2419;margin:0 0 10px}\n.vh-tg{font-style:italic;font-size:13px;color:#6b5d40;margin:0}\n.vh-b{background:#fbf9f3;border:1px solid #eadfcb;border-radius:12px;padding:22px 24px;margin:18px 0}\n.vh-bt{font-size:14px;font-weight:600;color:#b98b35;letter-spacing:2px;text-transform:uppercase;margin:0 0 14px;padding-bottom:8px;border-bottom:1px solid #eadfcb;display:flex;align-items:center;gap:10px}\n.vh-intro{font-size:15px;line-height:1.75;color:#2a2419;margin:10px 0}\n.vh-tech-zone{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;padding:14px 0}\n.vh-tech-item{flex:1;min-width:130px;max-width:200px;text-align:center;padding:14px 12px;background:#faf7f0;border:1px solid #eadfcb;border-radius:10px}\n.vh-tech-value{font-size:18px;font-weight:600;color:#b98b35;margin:0 0 4px}\n.vh-tech-label{font-size:11px;font-weight:600;color:#6b5d40;letter-spacing:1.2px;text-transform:uppercase}\n.vh-list{margin:0;padding-left:20px}\n.vh-list li{margin-bottom:6px;padding-left:4px;font-size:14px}\n.vh-list li::marker{color:#d7b36a}\n.vh-faq summary{cursor:pointer;padding:11px 14px;background:#faf4e5;border-radius:6px;font-weight:600;color:#2a2419;font-size:14px;margin-bottom:6px;list-style:none;position:relative;padding-right:36px;user-select:none}\n.vh-faq summary::-webkit-details-marker{display:none}\n.vh-faq summary::after{content:'+';position:absolute;right:14px;top:50%;transform:translateY(-50%);font-size:18px;color:#b98b35;font-weight:bold}\n.vh-faq details[open] summary::after{content:'-'}\n.vh-faq details{margin-bottom:6px}\n.vh-faq p{padding:10px 14px;margin:0;font-size:13.5px;color:#2a2419;background:#fbf9f3;border-radius:0 0 6px 6px;border:1px solid #eadfcb;border-top:none}\n.vh-tip{background:#fdf5e0;border-left:4px solid #b98b35;padding:14px 18px;border-radius:0 8px 8px 0;margin:14px 0}\n.vh-tip p{margin:0;font-size:13.5px;color:#2a2419;font-style:italic}\n.vh-tip strong{font-style:normal;color:#b98b35}\n.vh-table{width:100%;border-collapse:collapse;font-size:13.5px}\n.vh-table td{padding:8px 12px;border-bottom:1px solid #eadfcb}\n.vh-table td:first-child{font-weight:600;color:#6b5d40;width:38%}\n.vh-table tr:last-child td{border-bottom:none}\n.vh-pour{background:#faf4e5;border:1px solid #d7b36a;border-radius:12px;padding:20px 24px;margin:20px 0 0;text-align:center}\n.vh-pour h3{margin:0 0 12px;font-size:14px;color:#b98b35;letter-spacing:2px;text-transform:uppercase;font-weight:600}\n.vh-pour p{margin:0;font-size:14px;line-height:1.8}\n.vh-pour a{color:#b98b35;text-decoration:underline;font-weight:600}\n@media(max-width:680px){.vh-w{padding:20px 16px}.vh-tech-zone{flex-direction:column}}\n\u003c\/style\u003e\n\u003cdiv class=\"vh-w\"\u003e\n\u003cdiv class=\"vh-h\"\u003e\n\u003cdiv class=\"vh-c\"\u003eRainbow Dust - ProGel\u003c\/div\u003e\n\u003ch3 class=\"vh-t\"\u003e25 g Gel Food Colouring - Black - ProGel\u003c\/h3\u003e\n\u003cp class=\"vh-tg\"\u003eBlack gel food colouring, concentrated 25 g tube\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003cp class=\"vh-intro\"\u003eProGel Black evokes a starry winter night, the jet-black hue of an antique jewel. This concentrated 25 g gel food colouring is designed for professional pastry chefs and discerning cake design enthusiasts. Particularly sought after for \u003cstrong\u003esignature adult Halloween drip cakes and chic gothic designs\u003c\/strong\u003e and \u003cstrong\u003egothic wedding cakes or on-trend black weddings\u003c\/strong\u003e, it delivers a stable, intense colour with just a few toothpick tips.\u003c\/p\u003e\n\u003cp class=\"vh-intro\"\u003eProGel's signature advantage: it is a \u003cstrong\u003egeneral-purpose water- and oil-compatible colouring\u003c\/strong\u003e, working equally well with water-based products (royal icing, water-based icings, syrups, meringues, macarons) and fat-based products (buttercream, ganache, tempered chocolate, pastry fondant, sugar paste). One tube is enough for the entire pastry range, whereas other colourings require two separate ranges depending on the base used. The concentrated 25 g format covers 30 to 50 preparations depending on the desired intensity.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eFeatures\u003c\/h3\u003e\n\u003cdiv class=\"vh-tech-zone\"\u003e\n\u003cdiv class=\"vh-tech-item\"\u003e\n\u003cp class=\"vh-tech-value\"\u003e25 g\u003c\/p\u003e\n\u003cp class=\"vh-tech-label\"\u003eFormat\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-tech-item\"\u003e\n\u003cp class=\"vh-tech-value\"\u003e1 to 8 tips\u003c\/p\u003e\n\u003cp class=\"vh-tech-label\"\u003eDosage \/ 250 g\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-tech-item\"\u003e\n\u003cp class=\"vh-tech-value\"\u003eWater \u0026amp; oil\u003c\/p\u003e\n\u003cp class=\"vh-tech-label\"\u003eVersatility\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eProGel Black Dosage Guide\u003c\/h3\u003e\n\u003cp class=\"vh-intro\"\u003eThe shade can be adjusted according to the dosage without losing its character. The gel is measured by toothpick tip for precise control. This shade belongs to the Rainbow Dust ProGel range, which includes 38 shades in total.\u003c\/p\u003e\n\u003ctable class=\"vh-table\"\u003e\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eLight dosage\u003c\/td\u003e\n\u003ctd\u003e1 toothpick tip \/ 250 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eStandard dosage\u003c\/td\u003e\n\u003ctd\u003e2 to 3 tips \/ 250 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIntense dosage\u003c\/td\u003e\n\u003ctd\u003e5 to 8 tips \/ 250 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eUses\u003c\/h3\u003e\n\u003cul class=\"vh-list\"\u003e\n\u003cli\u003eSignature adult Halloween and chic gothic drip cakes\u003c\/li\u003e\n\u003cli\u003eGothic wedding cakes or Black Wedding trend designs\u003c\/li\u003e\n\u003cli\u003eModern, sophisticated birthday layer cakes\u003c\/li\u003e\n\u003cli\u003eRoyal icing cookies with a Halloween or dark Valentine's Day theme\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-tip\"\u003e\u003cp\u003e\u003cstrong\u003ePlease note:\u003c\/strong\u003e Black is a premium-order shade that requires flawless execution: the slightest smudge is highly visible on black. For an intense black without a bitter taste, combine 1\/3 cocoa powder + 2\/3 base + 1 tip of ProGel Black. Black Weddings have been booming since 2023 among alternative couples aged 30–45.\u003c\/p\u003e\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eComplete Technical Data\u003c\/h3\u003e\n\u003ctable class=\"vh-table\"\u003e\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eProGel by Rainbow Dust (United Kingdom)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eShade\u003c\/td\u003e\n\u003ctd\u003eBlack\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eNet weight\u003c\/td\u003e\n\u003ctd\u003e25 g squeeze tube\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eGeneral-purpose concentrated gel food colouring\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eVersatility\u003c\/td\u003e\n\u003ctd\u003eWater- and fat-based products: royal icing, icings, buttercream, ganache, chocolate, fondant, sugar paste\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDosage\u003c\/td\u003e\n\u003ctd\u003e1 toothpick tip per 250 g for a pastel shade, up to 5 to 8 tips for a dark shade\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIngredients\u003c\/td\u003e\n\u003ctd\u003eHumectant gel base (glycerol E422), food colouring pigments compliant with European regulations on additives (EU 1333\/2008)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAllergens\u003c\/td\u003e\n\u003ctd\u003eNo major declared allergens. Gluten-free, lactose-free, egg-free, peanut-free, soy-free. Suitable for vegetarian diets.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eStorage\u003c\/td\u003e\n\u003ctd\u003eStore in a cool, dry place away from light, between 15 and 22 °C. Once opened, use within 18 months. Always take out with a clean toothpick.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eFrequently Asked Questions\u003c\/h3\u003e\n\u003cdiv class=\"vh-faq\"\u003e\n\u003cdetails open\u003e\u003csummary\u003eFor which occasion should you choose the Black shade?\u003c\/summary\u003e\u003cp\u003eEvent cupcakes for a black-tie evening or chic reception. This is one of the uses where this shade makes a particularly striking difference.\u003c\/p\u003e\u003c\/details\u003e\n\u003cdetails\u003e\u003csummary\u003eCan ProGel gel be mixed with melted chocolate?\u003c\/summary\u003e\u003cp\u003eYes, ProGel is designed to work with tempered chocolate too, unlike classic water-based gel colourings, which cause chocolate to seize. Add the gel tip at the end of tempering, at 28–30 °C, and mix gently with a spatula.\u003c\/p\u003e\u003c\/details\u003e\n\u003cdetails\u003e\u003csummary\u003eHow can you avoid contaminating the tube?\u003c\/summary\u003e\u003cp\u003eAlways use a new toothpick for each portion, and never dip a toothpick that has already been used in the preparation back into the tube. This practice preserves the tube's shelf life and the purity of the gel.\u003c\/p\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-pour\"\u003e\n\u003ch3\u003eLearn More\u003c\/h3\u003e\n\u003cp\u003e\u003ca href=\"\/en\/products\/colorant-en-gel-25g-wine-red-progel\"\u003eProGel Mulberry\u003c\/a\u003e · \u003ca href=\"\/en\/products\/colorant-gel-concentre-navy-blue-progel\"\u003eProGel Navy Blue\u003c\/a\u003e · \u003ca href=\"\/en\/collections\/colorants\"\u003eAll our food colourings\u003c\/a\u003e · \u003ca href=\"\/en\/collections\/rainbow-dust\"\u003eComplete Rainbow Dust range\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"RAINBOW DUST","offers":[{"title":"Default Title","offer_id":21575016120420,"sku":"PGL-BLAC-FG","price":3.89,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0108\/6167\/4596\/files\/colorant-en-gel-25g-noir-progel-rainbow-dust-1.webp?v=1772133790"},{"product_id":"colorant-en-gel-25g-marron-progel","title":"Gel Colorant 25g - Brown - ProGel","description":"\u003cstyle\u003e\n.vh-w{font-family:'Montserrat',sans-serif;color:#2a2419;line-height:1.65;font-size:15px;background:#faf7f0;padding:32px 28px;border-radius:14px;width:100%;box-sizing:border-box}\n.vh-w *{box-sizing:border-box}\n.vh-h{text-align:center;margin-bottom:28px;padding-bottom:24px;border-bottom:2px solid #d7b36a}\n.vh-c{display:inline-block;font-size:12px;letter-spacing:3px;color:#b98b35;font-weight:600;padding:6px 16px;border:1px solid #d7b36a;border-radius:20px;margin-bottom:14px;text-transform:uppercase}\n.vh-t{font-size:22px;font-weight:600;color:#2a2419;margin:0 0 10px}\n.vh-tg{font-style:italic;font-size:13px;color:#6b5d40;margin:0}\n.vh-b{background:#fbf9f3;border:1px solid #eadfcb;border-radius:12px;padding:22px 24px;margin:18px 0}\n.vh-bt{font-size:14px;font-weight:600;color:#b98b35;letter-spacing:2px;text-transform:uppercase;margin:0 0 14px;padding-bottom:8px;border-bottom:1px solid #eadfcb;display:flex;align-items:center;gap:10px}\n.vh-intro{font-size:15px;line-height:1.75;color:#2a2419;margin:10px 0}\n.vh-tech-zone{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;padding:14px 0}\n.vh-tech-item{flex:1;min-width:130px;max-width:200px;text-align:center;padding:14px 12px;background:#faf7f0;border:1px solid #eadfcb;border-radius:10px}\n.vh-tech-value{font-size:18px;font-weight:600;color:#b98b35;margin:0 0 4px}\n.vh-tech-label{font-size:11px;font-weight:600;color:#6b5d40;letter-spacing:1.2px;text-transform:uppercase}\n.vh-list{margin:0;padding-left:20px}\n.vh-list li{margin-bottom:6px;padding-left:4px;font-size:14px}\n.vh-list li::marker{color:#d7b36a}\n.vh-faq summary{cursor:pointer;padding:11px 14px;background:#faf4e5;border-radius:6px;font-weight:600;color:#2a2419;font-size:14px;margin-bottom:6px;list-style:none;position:relative;padding-right:36px;user-select:none}\n.vh-faq summary::-webkit-details-marker{display:none}\n.vh-faq summary::after{content:'+';position:absolute;right:14px;top:50%;transform:translateY(-50%);font-size:18px;color:#b98b35;font-weight:bold}\n.vh-faq details[open] summary::after{content:'-'}\n.vh-faq details{margin-bottom:6px}\n.vh-faq p{padding:10px 14px;margin:0;font-size:13.5px;color:#2a2419;background:#fbf9f3;border-radius:0 0 6px 6px;border:1px solid #eadfcb;border-top:none}\n.vh-tip{background:#fdf5e0;border-left:4px solid #b98b35;padding:14px 18px;border-radius:0 8px 8px 0;margin:14px 0}\n.vh-tip p{margin:0;font-size:13.5px;color:#2a2419;font-style:italic}\n.vh-tip strong{font-style:normal;color:#b98b35}\n.vh-table{width:100%;border-collapse:collapse;font-size:13.5px}\n.vh-table td{padding:8px 12px;border-bottom:1px solid #eadfcb}\n.vh-table td:first-child{font-weight:600;color:#6b5d40;width:38%}\n.vh-table tr:last-child td{border-bottom:none}\n.vh-pour{background:#faf4e5;border:1px solid #d7b36a;border-radius:12px;padding:20px 24px;margin:20px 0 0;text-align:center}\n.vh-pour h3{margin:0 0 12px;font-size:14px;color:#b98b35;letter-spacing:2px;text-transform:uppercase;font-weight:600}\n.vh-pour p{margin:0;font-size:14px;line-height:1.8}\n.vh-pour a{color:#b98b35;text-decoration:underline;font-weight:600}\n@media(max-width:680px){.vh-w{padding:20px 16px}.vh-tech-zone{flex-direction:column}}\n\u003c\/style\u003e\n\u003cdiv class=\"vh-w\"\u003e\n\u003cdiv class=\"vh-h\"\u003e\n\u003cdiv class=\"vh-c\"\u003eRainbow Dust - ProGel\u003c\/div\u003e\n\u003ch3 class=\"vh-t\"\u003e25 g Gel Food Coloring - Brown - ProGel\u003c\/h3\u003e\n\u003cp class=\"vh-tg\"\u003eBrown gel food coloring, concentrated 25 g tube\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003cp class=\"vh-intro\"\u003eProGel Brown evokes a 70% dark chocolate bar and damp forest floor. This concentrated 25 g gel food coloring is designed for professional pastry chefs and demanding cake design enthusiasts. Particularly sought after for \u003cstrong\u003echocolate-themed or modern Black Forest birthday layer cakes\u003c\/strong\u003e and \u003cstrong\u003erustic, naturally wooded wedding cakes\u003c\/strong\u003e, it delivers a stable, intense shade with just a few toothpick tips.\u003c\/p\u003e\n\u003cp class=\"vh-intro\"\u003eProGel's signature advantage: it is a \u003cstrong\u003egeneral-purpose water- and oil-based coloring\u003c\/strong\u003e, working equally well on water-based mixtures (royal icing, water-based glazes, syrups, meringues, macarons) and fat-based mixtures (buttercream, ganache, tempered chocolate, pastry fondant, sugar paste). One tube is enough for the entire pastry range, whereas other colorings require two separate ranges depending on the base used. The concentrated 25 g format covers 30 to 50 preparations depending on the desired intensity.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eFeatures\u003c\/h3\u003e\n\u003cdiv class=\"vh-tech-zone\"\u003e\n\u003cdiv class=\"vh-tech-item\"\u003e\n\u003cp class=\"vh-tech-value\"\u003e25 g\u003c\/p\u003e\n\u003cp class=\"vh-tech-label\"\u003eFormat\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-tech-item\"\u003e\n\u003cp class=\"vh-tech-value\"\u003e1 to 8 tips\u003c\/p\u003e\n\u003cp class=\"vh-tech-label\"\u003eDosage \/ 250 g\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-tech-item\"\u003e\n\u003cp class=\"vh-tech-value\"\u003eWater \u0026amp; oil\u003c\/p\u003e\n\u003cp class=\"vh-tech-label\"\u003eVersatility\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eProGel Brown Dosage Guide\u003c\/h3\u003e\n\u003cp class=\"vh-intro\"\u003eThe shade can be adjusted according to the dosage without losing its character. The gel is measured by toothpick tip for precise control. This shade belongs to the Rainbow Dust ProGel range, which contains 38 shades in total.\u003c\/p\u003e\n\u003ctable class=\"vh-table\"\u003e\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eLight dosage\u003c\/td\u003e\n\u003ctd\u003e1 toothpick tip \/ 250 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eStandard dosage\u003c\/td\u003e\n\u003ctd\u003e2 to 3 tips \/ 250 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIntense dosage\u003c\/td\u003e\n\u003ctd\u003e5 to 8 tips \/ 250 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eUses\u003c\/h3\u003e\n\u003cul class=\"vh-list\"\u003e\n\u003cli\u003eChocolate-themed or modern Black Forest birthday layer cakes\u003c\/li\u003e\n\u003cli\u003eRustic, naturally wooded wedding cakes\u003c\/li\u003e\n\u003cli\u003eRoyal icing cookies shaped like coffee cups, owls, or squirrels\u003c\/li\u003e\n\u003cli\u003eCoffee and chic chocolate dessert-themed drip cakes\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-tip\"\u003e\u003cp\u003e\u003cstrong\u003ePlease note:\u003c\/strong\u003e Brown is used as a background or transitional color, rather than as the main covering, which can appear monotonous. Combined with Ochre and Cream, it creates a modern earthy-chic palette. On drip cakes, a Brown drip over Ochre ganache is more sophisticated than a classic melted chocolate drip.\u003c\/p\u003e\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eComplete Technical Information\u003c\/h3\u003e\n\u003ctable class=\"vh-table\"\u003e\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eProGel by Rainbow Dust (United Kingdom)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eShade\u003c\/td\u003e\n\u003ctd\u003eBrown\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eQuantity\u003c\/td\u003e\n\u003ctd\u003e25 g squeeze tube\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eConcentrated general-purpose gel food coloring\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eVersatility\u003c\/td\u003e\n\u003ctd\u003eWater- and fat-based mixtures: royal icing, glazes, buttercream, ganache, chocolate, fondant, sugar paste\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDosage\u003c\/td\u003e\n\u003ctd\u003e1 toothpick tip per 250 g for a pastel shade, up to 5 to 8 tips for a dark shade\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIngredients\u003c\/td\u003e\n\u003ctd\u003eHumectant gel base (glycerol E422), food coloring pigments compliant with European regulations on additives (EU 1333\/2008)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAllergens\u003c\/td\u003e\n\u003ctd\u003eNo major declared allergens. Gluten-free, lactose-free, egg-free, peanut-free, soy-free. Suitable for vegetarian diets.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eStorage\u003c\/td\u003e\n\u003ctd\u003eStore in a cool, dry place away from light, between 15 and 22 °C. Once opened, use within 18 months. Always dispense with a clean toothpick.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eFrequently Asked Questions\u003c\/h3\u003e\n\u003cdiv class=\"vh-faq\"\u003e\n\u003cdetails open\u003e\u003csummary\u003eFor what occasion should you choose the Brown shade?\u003c\/summary\u003e\u003cp\u003eNature-themed, rustic cupcakes with earthy tones. This is one of the uses where the shade makes a particularly noticeable difference.\u003c\/p\u003e\u003c\/details\u003e\n\u003cdetails\u003e\u003csummary\u003eHow many colored preparations can one tube produce?\u003c\/summary\u003e\u003cp\u003eA 25 g ProGel tube covers approximately 30 to 50 preparations of 250 g, depending on the desired intensity. For regular pastry production, it is the most economical format.\u003c\/p\u003e\u003c\/details\u003e\n\u003cdetails\u003e\u003csummary\u003eDoes ProGel work on all preparations?\u003c\/summary\u003e\u003cp\u003eYes, ProGel is a general-purpose water- and oil-based gel: it works equally well on water-based mixtures (royal icing, glazes, meringues, macarons) and fat-based mixtures (buttercream, chocolate, ganache, fondant, sugar paste). One tube is enough where other colorings require a separate range depending on the type of base used.\u003c\/p\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-pour\"\u003e\n\u003ch3\u003eLearn More\u003c\/h3\u003e\n\u003cp\u003e\u003ca href=\"\/en\/products\/colorant-en-gel-25g-gris-progel\"\u003eProGel Grey\u003c\/a\u003e · \u003ca href=\"\/en\/products\/colorant-en-gel-25g-orange-progel\"\u003eProGel Orange\u003c\/a\u003e · \u003ca href=\"\/en\/collections\/colorants\"\u003eAll our food colorings\u003c\/a\u003e · \u003ca href=\"\/en\/collections\/rainbow-dust\"\u003eComplete Rainbow Dust range\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"RAINBOW DUST","offers":[{"title":"Default Title","offer_id":21575163183204,"sku":"PGL-BROW-FG","price":3.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0108\/6167\/4596\/files\/colorant-en-gel-25g-marron-progel-rainbow-dust-1.webp?v=1772133794"},{"product_id":"colorant-en-gel-25g-wine-red-progel","title":"Gel Dye 25g - Mulberry - ProGel","description":"\u003cstyle\u003e\n.vh-w{font-family:'Montserrat',sans-serif;color:#2a2419;line-height:1.65;font-size:15px;background:#faf7f0;padding:32px 28px;border-radius:14px;width:100%;box-sizing:border-box}\n.vh-w *{box-sizing:border-box}\n.vh-h{text-align:center;margin-bottom:28px;padding-bottom:24px;border-bottom:2px solid #d7b36a}\n.vh-c{display:inline-block;font-size:12px;letter-spacing:3px;color:#b98b35;font-weight:600;padding:6px 16px;border:1px solid #d7b36a;border-radius:20px;margin-bottom:14px;text-transform:uppercase}\n.vh-t{font-size:22px;font-weight:600;color:#2a2419;margin:0 0 10px}\n.vh-tg{font-style:italic;font-size:13px;color:#6b5d40;margin:0}\n.vh-b{background:#fbf9f3;border:1px solid #eadfcb;border-radius:12px;padding:22px 24px;margin:18px 0}\n.vh-bt{font-size:14px;font-weight:600;color:#b98b35;letter-spacing:2px;text-transform:uppercase;margin:0 0 14px;padding-bottom:8px;border-bottom:1px solid #eadfcb;display:flex;align-items:center;gap:10px}\n.vh-intro{font-size:15px;line-height:1.75;color:#2a2419;margin:10px 0}\n.vh-tech-zone{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;padding:14px 0}\n.vh-tech-item{flex:1;min-width:130px;max-width:200px;text-align:center;padding:14px 12px;background:#faf7f0;border:1px solid #eadfcb;border-radius:10px}\n.vh-tech-value{font-size:18px;font-weight:600;color:#b98b35;margin:0 0 4px}\n.vh-tech-label{font-size:11px;font-weight:600;color:#6b5d40;letter-spacing:1.2px;text-transform:uppercase}\n.vh-list{margin:0;padding-left:20px}\n.vh-list li{margin-bottom:6px;padding-left:4px;font-size:14px}\n.vh-list li::marker{color:#d7b36a}\n.vh-faq summary{cursor:pointer;padding:11px 14px;background:#faf4e5;border-radius:6px;font-weight:600;color:#2a2419;font-size:14px;margin-bottom:6px;list-style:none;position:relative;padding-right:36px;user-select:none}\n.vh-faq summary::-webkit-details-marker{display:none}\n.vh-faq summary::after{content:'+';position:absolute;right:14px;top:50%;transform:translateY(-50%);font-size:18px;color:#b98b35;font-weight:bold}\n.vh-faq details[open] summary::after{content:'-'}\n.vh-faq details{margin-bottom:6px}\n.vh-faq p{padding:10px 14px;margin:0;font-size:13.5px;color:#2a2419;background:#fbf9f3;border-radius:0 0 6px 6px;border:1px solid #eadfcb;border-top:none}\n.vh-tip{background:#fdf5e0;border-left:4px solid #b98b35;padding:14px 18px;border-radius:0 8px 8px 0;margin:14px 0}\n.vh-tip p{margin:0;font-size:13.5px;color:#2a2419;font-style:italic}\n.vh-tip strong{font-style:normal;color:#b98b35}\n.vh-table{width:100%;border-collapse:collapse;font-size:13.5px}\n.vh-table td{padding:8px 12px;border-bottom:1px solid #eadfcb}\n.vh-table td:first-child{font-weight:600;color:#6b5d40;width:38%}\n.vh-table tr:last-child td{border-bottom:none}\n.vh-pour{background:#faf4e5;border:1px solid #d7b36a;border-radius:12px;padding:20px 24px;margin:20px 0 0;text-align:center}\n.vh-pour h3{margin:0 0 12px;font-size:14px;color:#b98b35;letter-spacing:2px;text-transform:uppercase;font-weight:600}\n.vh-pour p{margin:0;font-size:14px;line-height:1.8}\n.vh-pour a{color:#b98b35;text-decoration:underline;font-weight:600}\n@media(max-width:680px){.vh-w{padding:20px 16px}.vh-tech-zone{flex-direction:column}}\n\u003c\/style\u003e\n\u003cdiv class=\"vh-w\"\u003e\n\u003cdiv class=\"vh-h\"\u003e\n\u003cdiv class=\"vh-c\"\u003eRainbow Dust - ProGel\u003c\/div\u003e\n\u003ch3 class=\"vh-t\"\u003e25 g Gel Food Coloring - Mulberry - ProGel\u003c\/h3\u003e\n\u003cp class=\"vh-tg\"\u003eMulberry-colored gel food coloring, concentrated 25 g tube\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003cp class=\"vh-intro\"\u003eProGel Mulberry evokes crushed wild blackberries and deep velvet. This concentrated 25 g gel food coloring is designed for professional bakers and discerning cake design enthusiasts. Particularly sought after for \u003cstrong\u003ehigh-end autumn wedding cakes\u003c\/strong\u003e and \u003cstrong\u003eruby and diamond wedding anniversary layer cakes\u003c\/strong\u003e, it provides a stable, intense shade with just a few toothpick tips.\u003c\/p\u003e\n\u003cp class=\"vh-intro\"\u003eProGel's signature advantage: it is a \u003cstrong\u003egeneral-purpose water- and oil-compatible coloring\u003c\/strong\u003e, working equally well with water-based mixtures (royal icing, water-based icings, syrups, meringues, macarons) and fat-based mixtures (buttercream, ganache, tempered chocolate, pastry fondant, sugar paste). One tube is enough for the entire range of pastry applications, whereas other colorings require two separate ranges depending on the base used. The concentrated 25 g format covers 30 to 50 preparations depending on the desired intensity.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eFeatures\u003c\/h3\u003e\n\u003cdiv class=\"vh-tech-zone\"\u003e\n\u003cdiv class=\"vh-tech-item\"\u003e\n\u003cp class=\"vh-tech-value\"\u003e25 g\u003c\/p\u003e\n\u003cp class=\"vh-tech-label\"\u003eFormat\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-tech-item\"\u003e\n\u003cp class=\"vh-tech-value\"\u003e1 to 8 tips\u003c\/p\u003e\n\u003cp class=\"vh-tech-label\"\u003eDosage \/ 250 g\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-tech-item\"\u003e\n\u003cp class=\"vh-tech-value\"\u003eWater \u0026amp; oil\u003c\/p\u003e\n\u003cp class=\"vh-tech-label\"\u003eVersatility\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eProGel Mulberry dosage guide\u003c\/h3\u003e\n\u003cp class=\"vh-intro\"\u003eThe shade can be adjusted according to the dosage without losing its identity. The gel is measured by toothpick tip for precise control. This shade belongs to the Rainbow Dust ProGel range, which includes 38 shades in total.\u003c\/p\u003e\n\u003ctable class=\"vh-table\"\u003e\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eLight dosage\u003c\/td\u003e\n\u003ctd\u003e1 toothpick tip \/ 250 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eStandard dosage\u003c\/td\u003e\n\u003ctd\u003e2 to 3 tips \/ 250 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIntense dosage\u003c\/td\u003e\n\u003ctd\u003e5 to 8 tips \/ 250 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eUses\u003c\/h3\u003e\n\u003cul class=\"vh-list\"\u003e\n\u003cli\u003eHigh-end autumn wedding cakes\u003c\/li\u003e\n\u003cli\u003eRuby and diamond wedding anniversary layer cakes\u003c\/li\u003e\n\u003cli\u003eRoyal icing cookies with a sophisticated autumn and harvest theme\u003c\/li\u003e\n\u003cli\u003eChic gourmet dessert-themed drip cakes\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-tip\"\u003e\u003cp\u003e\u003cstrong\u003ePlease note:\u003c\/strong\u003e Mulberry is a deep burgundy red: the signature color for refined autumn wedding cakes. More sophisticated than Red and more saturated than Raspberry. Combine with Olive Green and Ochre for a complete autumn palette. Highly sought after for 40th (ruby) and 60th (diamond) wedding anniversaries.\u003c\/p\u003e\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eComplete technical specifications\u003c\/h3\u003e\n\u003ctable class=\"vh-table\"\u003e\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eProGel by Rainbow Dust (United Kingdom)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eShade\u003c\/td\u003e\n\u003ctd\u003eMulberry\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eContents\u003c\/td\u003e\n\u003ctd\u003e25 g soft tube\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eConcentrated general-purpose gel food coloring\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eVersatility\u003c\/td\u003e\n\u003ctd\u003eWater- and fat-based mixtures: royal icing, icings, buttercream, ganache, chocolate, fondant, sugar paste\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDosage\u003c\/td\u003e\n\u003ctd\u003e1 toothpick tip per 250 g for a pastel shade, up to 5 to 8 tips for a dark shade\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIngredients\u003c\/td\u003e\n\u003ctd\u003eHumectant gel base (glycerol E422), food coloring pigments compliant with European regulations on additives (EU 1333\/2008)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAllergens\u003c\/td\u003e\n\u003ctd\u003eNo major declared allergens. Gluten-free, lactose-free, egg-free, peanut-free, soy-free. Suitable for vegetarian diets.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eStorage\u003c\/td\u003e\n\u003ctd\u003eStore in a cool, dry place away from light, between 15 and 22 °C. Once opened, use within 18 months. Always dispense with a clean toothpick.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eFrequently asked questions\u003c\/h3\u003e\n\u003cdiv class=\"vh-faq\"\u003e\n\u003cdetails open\u003e\u003csummary\u003eFor which occasion should you choose the Mulberry shade?\u003c\/summary\u003e\u003cp\u003eAutumnal cocktail party cupcakes. This is one of the uses where this shade makes a particularly noticeable difference.\u003c\/p\u003e\u003c\/details\u003e\n\u003cdetails\u003e\u003csummary\u003eHow can you avoid contaminating the tube?\u003c\/summary\u003e\u003cp\u003eAlways use a new toothpick for each portion, and never dip a toothpick that has already been used back into the mixture. This practice preserves the tube's shelf life and the purity of the gel.\u003c\/p\u003e\u003c\/details\u003e\n\u003cdetails\u003e\u003csummary\u003eWhat dosage should be used for 250 g of mixture?\u003c\/summary\u003e\u003cp\u003eFor pastel shades: 1 toothpick tip. For vivid shades: 2 to 3 tips. For dark shades: 5 to 8 tips. Always start with less and adjust gradually; it is easier to intensify a color than to lighten it.\u003c\/p\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-pour\"\u003e\n\u003ch3\u003eLearn more\u003c\/h3\u003e\n\u003cp\u003e\u003ca href=\"\/en\/products\/colorant-en-gel-concentre-raspberry-progel\"\u003eProGel Raspberry\u003c\/a\u003e · \u003ca href=\"\/en\/products\/progel-noir\"\u003eProGel Black\u003c\/a\u003e · \u003ca href=\"\/en\/collections\/colorants\"\u003eAll our food colorings\u003c\/a\u003e · \u003ca href=\"\/en\/collections\/rainbow-dust\"\u003eComplete Rainbow Dust range\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"RAINBOW DUST","offers":[{"title":"Default Title","offer_id":21575397277796,"sku":"PGL-MUBE-FG","price":3.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0108\/6167\/4596\/files\/colorant-en-gel-25g-mulberry-progel-rainbow-dust-1.webp?v=1772133799"},{"product_id":"colorant-en-gel-concentre-raspberry-progel","title":"Gel Colorant 25g - Raspberry - ProGel","description":"\u003cstyle\u003e\n.vh-w{font-family:'Montserrat',sans-serif;color:#2a2419;line-height:1.65;font-size:15px;background:#faf7f0;padding:32px 28px;border-radius:14px;width:100%;box-sizing:border-box}\n.vh-w *{box-sizing:border-box}\n.vh-h{text-align:center;margin-bottom:28px;padding-bottom:24px;border-bottom:2px solid #d7b36a}\n.vh-c{display:inline-block;font-size:12px;letter-spacing:3px;color:#b98b35;font-weight:600;padding:6px 16px;border:1px solid #d7b36a;border-radius:20px;margin-bottom:14px;text-transform:uppercase}\n.vh-t{font-size:22px;font-weight:600;color:#2a2419;margin:0 0 10px}\n.vh-tg{font-style:italic;font-size:13px;color:#6b5d40;margin:0}\n.vh-b{background:#fbf9f3;border:1px solid #eadfcb;border-radius:12px;padding:22px 24px;margin:18px 0}\n.vh-bt{font-size:14px;font-weight:600;color:#b98b35;letter-spacing:2px;text-transform:uppercase;margin:0 0 14px;padding-bottom:8px;border-bottom:1px solid #eadfcb;display:flex;align-items:center;gap:10px}\n.vh-intro{font-size:15px;line-height:1.75;color:#2a2419;margin:10px 0}\n.vh-tech-zone{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;padding:14px 0}\n.vh-tech-item{flex:1;min-width:130px;max-width:200px;text-align:center;padding:14px 12px;background:#faf7f0;border:1px solid #eadfcb;border-radius:10px}\n.vh-tech-value{font-size:18px;font-weight:600;color:#b98b35;margin:0 0 4px}\n.vh-tech-label{font-size:11px;font-weight:600;color:#6b5d40;letter-spacing:1.2px;text-transform:uppercase}\n.vh-list{margin:0;padding-left:20px}\n.vh-list li{margin-bottom:6px;padding-left:4px;font-size:14px}\n.vh-list li::marker{color:#d7b36a}\n.vh-faq summary{cursor:pointer;padding:11px 14px;background:#faf4e5;border-radius:6px;font-weight:600;color:#2a2419;font-size:14px;margin-bottom:6px;list-style:none;position:relative;padding-right:36px;user-select:none}\n.vh-faq summary::-webkit-details-marker{display:none}\n.vh-faq summary::after{content:'+';position:absolute;right:14px;top:50%;transform:translateY(-50%);font-size:18px;color:#b98b35;font-weight:bold}\n.vh-faq details[open] summary::after{content:'-'}\n.vh-faq details{margin-bottom:6px}\n.vh-faq p{padding:10px 14px;margin:0;font-size:13.5px;color:#2a2419;background:#fbf9f3;border-radius:0 0 6px 6px;border:1px solid #eadfcb;border-top:none}\n.vh-tip{background:#fdf5e0;border-left:4px solid #b98b35;padding:14px 18px;border-radius:0 8px 8px 0;margin:14px 0}\n.vh-tip p{margin:0;font-size:13.5px;color:#2a2419;font-style:italic}\n.vh-tip strong{font-style:normal;color:#b98b35}\n.vh-table{width:100%;border-collapse:collapse;font-size:13.5px}\n.vh-table td{padding:8px 12px;border-bottom:1px solid #eadfcb}\n.vh-table td:first-child{font-weight:600;color:#6b5d40;width:38%}\n.vh-table tr:last-child td{border-bottom:none}\n.vh-pour{background:#faf4e5;border:1px solid #d7b36a;border-radius:12px;padding:20px 24px;margin:20px 0 0;text-align:center}\n.vh-pour h3{margin:0 0 12px;font-size:14px;color:#b98b35;letter-spacing:2px;text-transform:uppercase;font-weight:600}\n.vh-pour p{margin:0;font-size:14px;line-height:1.8}\n.vh-pour a{color:#b98b35;text-decoration:underline;font-weight:600}\n@media(max-width:680px){.vh-w{padding:20px 16px}.vh-tech-zone{flex-direction:column}}\n\u003c\/style\u003e\n\u003cdiv class=\"vh-w\"\u003e\n\u003cdiv class=\"vh-h\"\u003e\n\u003cdiv class=\"vh-c\"\u003eRainbow Dust - ProGel\u003c\/div\u003e\n\u003ch3 class=\"vh-t\"\u003e25 g Gel Food Coloring - Raspberry - ProGel\u003c\/h3\u003e\n\u003cp class=\"vh-tg\"\u003eRaspberry-colored gel food coloring, concentrated 25 g tube\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003cp class=\"vh-intro\"\u003eProGel Raspberry evokes crushed raspberries and red fruit syrup. This concentrated 25 g gel food coloring is designed for professional pastry chefs and demanding cake design enthusiasts. Particularly sought after for \u003cstrong\u003ebirthday layer cakes with red fruit decorations\u003c\/strong\u003e and \u003cstrong\u003egarden- and summer-fruit-themed wedding cakes\u003c\/strong\u003e, it delivers a stable, intense shade with just a few toothpick tips.\u003c\/p\u003e\n\u003cp class=\"vh-intro\"\u003eProGel's signature advantage: it is a \u003cstrong\u003egeneral-purpose water- and oil-based coloring\u003c\/strong\u003e, working equally well on water-based preparations (royal icing, water-based icings, syrups, meringues, macarons) and fat-based preparations (buttercream, ganache, tempered chocolate, pastry fondant, sugar paste). One tube is enough for the entire pastry range, whereas other colorings require two separate ranges depending on the base used. The concentrated 25 g format covers 30 to 50 preparations, depending on the desired intensity.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eFeatures\u003c\/h3\u003e\n\u003cdiv class=\"vh-tech-zone\"\u003e\n\u003cdiv class=\"vh-tech-item\"\u003e\n\u003cp class=\"vh-tech-value\"\u003e25 g\u003c\/p\u003e\n\u003cp class=\"vh-tech-label\"\u003eFormat\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-tech-item\"\u003e\n\u003cp class=\"vh-tech-value\"\u003e1 to 8 tips\u003c\/p\u003e\n\u003cp class=\"vh-tech-label\"\u003eDosage \/ 250 g\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-tech-item\"\u003e\n\u003cp class=\"vh-tech-value\"\u003eWater \u0026amp; oil\u003c\/p\u003e\n\u003cp class=\"vh-tech-label\"\u003eVersatility\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eProGel Raspberry dosage guide\u003c\/h3\u003e\n\u003cp class=\"vh-intro\"\u003eThe shade can be adjusted according to the dosage without losing its identity. The gel is measured by toothpick tip for precise control. This shade belongs to the ProGel Rainbow Dust range, which includes 38 shades in total.\u003c\/p\u003e\n\u003ctable class=\"vh-table\"\u003e\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eLight dosage\u003c\/td\u003e\n\u003ctd\u003e1 toothpick tip \/ 250 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eStandard dosage\u003c\/td\u003e\n\u003ctd\u003e2 to 3 tips \/ 250 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIntense dosage\u003c\/td\u003e\n\u003ctd\u003e5 to 8 tips \/ 250 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eUses\u003c\/h3\u003e\n\u003cul class=\"vh-list\"\u003e\n\u003cli\u003eBirthday layer cakes with red fruit decorations\u003c\/li\u003e\n\u003cli\u003eGarden- and summer-fruit-themed wedding cakes\u003c\/li\u003e\n\u003cli\u003eRaspberry- or heart-shaped royal icing cookies\u003c\/li\u003e\n\u003cli\u003eDrip cakes with a reimagined classic dessert theme\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-tip\"\u003e\u003cp\u003e\u003cstrong\u003ePlease note:\u003c\/strong\u003e Raspberry is more sophisticated than Pink and more saturated than Strawberry Red: it is the balanced red-pink that works everywhere—birthdays, weddings, February 14, Mother's Day. Combine it with Chataigne for a modern Black Forest effect, or with Olive Green for a contemporary garden gradient.\u003c\/p\u003e\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eComplete technical specifications\u003c\/h3\u003e\n\u003ctable class=\"vh-table\"\u003e\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eProGel by Rainbow Dust (United Kingdom)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eShade\u003c\/td\u003e\n\u003ctd\u003eRaspberry\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eContents\u003c\/td\u003e\n\u003ctd\u003e25 g soft tube\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eGeneral-purpose concentrated gel food coloring\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eVersatility\u003c\/td\u003e\n\u003ctd\u003eWater- and fat-based preparations: royal icing, icings, buttercream, ganache, chocolate, fondant, sugar paste\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDosage\u003c\/td\u003e\n\u003ctd\u003e1 toothpick tip per 250 g for a pastel shade, up to 5 to 8 tips for a dark shade\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIngredients\u003c\/td\u003e\n\u003ctd\u003eHumectant gel base (glycerol E422), food coloring pigments compliant with European regulations on additives (EU 1333\/2008)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAllergens\u003c\/td\u003e\n\u003ctd\u003eNo major declared allergens. Gluten-free, lactose-free, egg-free, peanut-free, soy-free. Suitable for vegetarian diets.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eStorage\u003c\/td\u003e\n\u003ctd\u003eStore in a cool, dry place away from light, between 15 and 22 °C. Once opened, use within 18 months. Always dispense with a clean toothpick.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eFrequently asked questions\u003c\/h3\u003e\n\u003cdiv class=\"vh-faq\"\u003e\n\u003cdetails open\u003e\u003csummary\u003eWhen should you choose the Raspberry shade?\u003c\/summary\u003e\u003cp\u003eFor event cupcakes at a chic gourmet evening. This is one of the uses where the shade makes a particularly noticeable difference.\u003c\/p\u003e\u003c\/details\u003e\n\u003cdetails\u003e\u003csummary\u003eDoes ProGel work on all preparations?\u003c\/summary\u003e\u003cp\u003eYes, ProGel is a general-purpose water- and oil-based gel: it works equally well on water-based preparations (royal icing, icings, meringues, macarons) and fat-based preparations (buttercream, chocolate, ganache, fondant, sugar paste). One tube is enough where other colorings require a separate range depending on the type of base used.\u003c\/p\u003e\u003c\/details\u003e\n\u003cdetails\u003e\u003csummary\u003eDoes ProGel gel mix with melted chocolate?\u003c\/summary\u003e\u003cp\u003eYes, ProGel is designed to work with tempered chocolate as well, unlike traditional water-based gel colorings that cause chocolate to crystallize. Add the gel tip at the end of tempering, at 28-30 °C, and mix gently with a spatula.\u003c\/p\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-pour\"\u003e\n\u003ch3\u003eLearn more\u003c\/h3\u003e\n\u003cp\u003e\u003ca href=\"\/en\/products\/colorant-en-gel-25g-wine-red-progel\"\u003eProGel Mulberry\u003c\/a\u003e · \u003ca href=\"\/en\/products\/colorant-en-gel-25g-rouge-progel\"\u003eProGel Rouge\u003c\/a\u003e · \u003ca href=\"\/en\/collections\/colorants\"\u003eAll our food colorings\u003c\/a\u003e · \u003ca href=\"\/en\/collections\/rainbow-dust\"\u003eComplete Rainbow Dust range\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"RAINBOW DUST","offers":[{"title":"Default Title","offer_id":21575556759652,"sku":"PGL-RASP-FG","price":3.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0108\/6167\/4596\/files\/colorant-en-gel-25g-raspberry-progel-rainbow-dust-1.webp?v=1772133803"},{"product_id":"colorant-en-gel-25g-gris-progel","title":"Gel Colorant 25g - Gray - ProGel","description":"\u003cstyle\u003e\n.vh-w{font-family:'Montserrat',sans-serif;color:#2a2419;line-height:1.65;font-size:15px;background:#faf7f0;padding:32px 28px;border-radius:14px;width:100%;box-sizing:border-box}\n.vh-w *{box-sizing:border-box}\n.vh-h{text-align:center;margin-bottom:28px;padding-bottom:24px;border-bottom:2px solid #d7b36a}\n.vh-c{display:inline-block;font-size:12px;letter-spacing:3px;color:#b98b35;font-weight:600;padding:6px 16px;border:1px solid #d7b36a;border-radius:20px;margin-bottom:14px;text-transform:uppercase}\n.vh-t{font-size:22px;font-weight:600;color:#2a2419;margin:0 0 10px}\n.vh-tg{font-style:italic;font-size:13px;color:#6b5d40;margin:0}\n.vh-b{background:#fbf9f3;border:1px solid #eadfcb;border-radius:12px;padding:22px 24px;margin:18px 0}\n.vh-bt{font-size:14px;font-weight:600;color:#b98b35;letter-spacing:2px;text-transform:uppercase;margin:0 0 14px;padding-bottom:8px;border-bottom:1px solid #eadfcb;display:flex;align-items:center;gap:10px}\n.vh-intro{font-size:15px;line-height:1.75;color:#2a2419;margin:10px 0}\n.vh-tech-zone{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;padding:14px 0}\n.vh-tech-item{flex:1;min-width:130px;max-width:200px;text-align:center;padding:14px 12px;background:#faf7f0;border:1px solid #eadfcb;border-radius:10px}\n.vh-tech-value{font-size:18px;font-weight:600;color:#b98b35;margin:0 0 4px}\n.vh-tech-label{font-size:11px;font-weight:600;color:#6b5d40;letter-spacing:1.2px;text-transform:uppercase}\n.vh-list{margin:0;padding-left:20px}\n.vh-list li{margin-bottom:6px;padding-left:4px;font-size:14px}\n.vh-list li::marker{color:#d7b36a}\n.vh-faq summary{cursor:pointer;padding:11px 14px;background:#faf4e5;border-radius:6px;font-weight:600;color:#2a2419;font-size:14px;margin-bottom:6px;list-style:none;position:relative;padding-right:36px;user-select:none}\n.vh-faq summary::-webkit-details-marker{display:none}\n.vh-faq summary::after{content:'+';position:absolute;right:14px;top:50%;transform:translateY(-50%);font-size:18px;color:#b98b35;font-weight:bold}\n.vh-faq details[open] summary::after{content:'-'}\n.vh-faq details{margin-bottom:6px}\n.vh-faq p{padding:10px 14px;margin:0;font-size:13.5px;color:#2a2419;background:#fbf9f3;border-radius:0 0 6px 6px;border:1px solid #eadfcb;border-top:none}\n.vh-tip{background:#fdf5e0;border-left:4px solid #b98b35;padding:14px 18px;border-radius:0 8px 8px 0;margin:14px 0}\n.vh-tip p{margin:0;font-size:13.5px;color:#2a2419;font-style:italic}\n.vh-tip strong{font-style:normal;color:#b98b35}\n.vh-table{width:100%;border-collapse:collapse;font-size:13.5px}\n.vh-table td{padding:8px 12px;border-bottom:1px solid #eadfcb}\n.vh-table td:first-child{font-weight:600;color:#6b5d40;width:38%}\n.vh-table tr:last-child td{border-bottom:none}\n.vh-pour{background:#faf4e5;border:1px solid #d7b36a;border-radius:12px;padding:20px 24px;margin:20px 0 0;text-align:center}\n.vh-pour h3{margin:0 0 12px;font-size:14px;color:#b98b35;letter-spacing:2px;text-transform:uppercase;font-weight:600}\n.vh-pour p{margin:0;font-size:14px;line-height:1.8}\n.vh-pour a{color:#b98b35;text-decoration:underline;font-weight:600}\n@media(max-width:680px){.vh-w{padding:20px 16px}.vh-tech-zone{flex-direction:column}}\n\u003c\/style\u003e\n\u003cdiv class=\"vh-w\"\u003e\n\u003cdiv class=\"vh-h\"\u003e\n\u003cdiv class=\"vh-c\"\u003eRainbow Dust - ProGel\u003c\/div\u003e\n\u003ch3 class=\"vh-t\"\u003e25 g Gel Food Coloring - Gray - ProGel\u003c\/h3\u003e\n\u003cp class=\"vh-tg\"\u003eGray gel food coloring, concentrated 25 g tube\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003cp class=\"vh-intro\"\u003eProGel Gray evokes smooth slate and a gray stormy sky. This concentrated 25 g gel food coloring is designed for professional pastry chefs and demanding cake design enthusiasts. Particularly sought after for \u003cstrong\u003econtemporary minimalist wedding cakes\u003c\/strong\u003e and \u003cstrong\u003eurban and architectural-themed birthday layer cakes\u003c\/strong\u003e, it delivers a stable, intense shade with just a few toothpick tips.\u003c\/p\u003e\n\u003cp class=\"vh-intro\"\u003eProGel's signature advantage: it is a \u003cstrong\u003euniversal water- and oil-based coloring\u003c\/strong\u003e, working equally well with water-based preparations (royal icing, water-based glazes, syrups, meringues, macarons) and fat-based preparations (buttercream, ganache, tempered chocolate, pastry fondant, sugar paste). One tube is enough for the entire range of pastry applications, whereas other colorings require two separate ranges depending on the base used. The concentrated 25 g format covers 30 to 50 preparations depending on the desired intensity.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eFeatures\u003c\/h3\u003e\n\u003cdiv class=\"vh-tech-zone\"\u003e\n\u003cdiv class=\"vh-tech-item\"\u003e\n\u003cp class=\"vh-tech-value\"\u003e25 g\u003c\/p\u003e\n\u003cp class=\"vh-tech-label\"\u003eFormat\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-tech-item\"\u003e\n\u003cp class=\"vh-tech-value\"\u003e1 to 8 tips\u003c\/p\u003e\n\u003cp class=\"vh-tech-label\"\u003eDosage \/ 250 g\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-tech-item\"\u003e\n\u003cp class=\"vh-tech-value\"\u003eWater \u0026amp; oil\u003c\/p\u003e\n\u003cp class=\"vh-tech-label\"\u003eVersatility\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eProGel Gray Dosage Guide\u003c\/h3\u003e\n\u003cp class=\"vh-intro\"\u003eThe shade can be adjusted according to the dosage without losing its character. The gel is measured by the toothpick tip for precise control. This shade belongs to the Rainbow Dust ProGel range, which includes 38 shades in total.\u003c\/p\u003e\n\u003ctable class=\"vh-table\"\u003e\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eLight dosage\u003c\/td\u003e\n\u003ctd\u003e1 toothpick tip \/ 250 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eStandard dosage\u003c\/td\u003e\n\u003ctd\u003e2 to 3 tips \/ 250 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIntense dosage\u003c\/td\u003e\n\u003ctd\u003e5 to 8 tips \/ 250 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eUses\u003c\/h3\u003e\n\u003cul class=\"vh-list\"\u003e\n\u003cli\u003eContemporary minimalist wedding cakes\u003c\/li\u003e\n\u003cli\u003eUrban and architectural-themed birthday layer cakes\u003c\/li\u003e\n\u003cli\u003eIndustrial- or loft-themed royal icing cookies\u003c\/li\u003e\n\u003cli\u003eModern chic concrete-themed drip cakes\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-tip\"\u003e\u003cp\u003e\u003cstrong\u003ePlease note:\u003c\/strong\u003e Gray is a niche color, used for ultra-modern minimalist wedding cakes and corporate event orders. Avoid it for children's birthdays (too understated). Combined with luster gold and white, it creates the trendy 'chic polished concrete' effect found in contemporary design pastry boutiques.\u003c\/p\u003e\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eComplete Technical Specifications\u003c\/h3\u003e\n\u003ctable class=\"vh-table\"\u003e\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eProGel by Rainbow Dust (United Kingdom)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eShade\u003c\/td\u003e\n\u003ctd\u003eGray\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eContents\u003c\/td\u003e\n\u003ctd\u003e25 g squeezable tube\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eUniversal concentrated gel food coloring\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eVersatility\u003c\/td\u003e\n\u003ctd\u003eWater- and fat-based preparations: royal icing, glazes, buttercream, ganache, chocolate, fondant, sugar paste\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDosage\u003c\/td\u003e\n\u003ctd\u003e1 toothpick tip per 250 g for a pastel shade, up to 5 to 8 tips for a dark shade\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIngredients\u003c\/td\u003e\n\u003ctd\u003eHumectant gel base (glycerol E422), food coloring pigments compliant with European regulations on additives (EU 1333\/2008)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAllergens\u003c\/td\u003e\n\u003ctd\u003eNo major declared allergens. Gluten-free, lactose-free, egg-free, peanut-free, soy-free. Suitable for vegetarian diets.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eStorage\u003c\/td\u003e\n\u003ctd\u003eStore in a cool, dry place away from light, between 15 and 22 °C. Once opened, use within 18 months. Always dispense with a clean toothpick.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eFrequently Asked Questions\u003c\/h3\u003e\n\u003cdiv class=\"vh-faq\"\u003e\n\u003cdetails open\u003e\u003csummary\u003eFor which occasion should you choose the Gray shade?\u003c\/summary\u003e\u003cp\u003eCorporate event or launch event cupcakes. This is one of the uses where this shade makes a particularly noticeable difference.\u003c\/p\u003e\u003c\/details\u003e\n\u003cdetails\u003e\u003csummary\u003eWhat dosage should be used for 250 g of preparation?\u003c\/summary\u003e\u003cp\u003eFor pastel shades: 1 toothpick tip. For vivid shades: 2 to 3 tips. For dark shades: 5 to 8 tips. Always start with less and adjust gradually; it is easier to intensify a color than to lighten it.\u003c\/p\u003e\u003c\/details\u003e\n\u003cdetails\u003e\u003csummary\u003eHow many colored preparations can be made from one tube?\u003c\/summary\u003e\u003cp\u003eOne 25 g ProGel tube covers approximately 30 to 50 preparations of 250 g, depending on the desired intensity. For a pastry business in regular production, this is the most economical format.\u003c\/p\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-pour\"\u003e\n\u003ch3\u003eExplore Further\u003c\/h3\u003e\n\u003cp\u003e\u003ca href=\"\/en\/products\/colorant-en-gel-25g-marron-progel\"\u003eProGel Brown\u003c\/a\u003e · \u003ca href=\"\/en\/products\/colorant-gel-concentre-navy-blue-progel\"\u003eProGel Navy Blue\u003c\/a\u003e · \u003ca href=\"\/en\/collections\/colorants\"\u003eAll our food colorings\u003c\/a\u003e · \u003ca href=\"\/en\/collections\/rainbow-dust\"\u003eComplete Rainbow Dust range\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"RAINBOW DUST","offers":[{"title":"Default Title","offer_id":21575652999268,"sku":"PGL-GREY-FG","price":3.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0108\/6167\/4596\/files\/colorant-en-gel-25g-gris-progel-rainbow-dust-1.webp?v=1772133807"},{"product_id":"colorant-en-gel-25g-green-leaf-vert-progel","title":"Gel Colorant 25g - Green Leaf \/ Green - ProGel","description":"\u003cstyle\u003e\n.vh-w{font-family:'Montserrat',sans-serif;color:#2a2419;line-height:1.65;font-size:15px;background:#faf7f0;padding:32px 28px;border-radius:14px;width:100%;box-sizing:border-box}\n.vh-w *{box-sizing:border-box}\n.vh-h{text-align:center;margin-bottom:28px;padding-bottom:24px;border-bottom:2px solid #d7b36a}\n.vh-c{display:inline-block;font-size:12px;letter-spacing:3px;color:#b98b35;font-weight:600;padding:6px 16px;border:1px solid #d7b36a;border-radius:20px;margin-bottom:14px;text-transform:uppercase}\n.vh-t{font-size:22px;font-weight:600;color:#2a2419;margin:0 0 10px}\n.vh-tg{font-style:italic;font-size:13px;color:#6b5d40;margin:0}\n.vh-b{background:#fbf9f3;border:1px solid #eadfcb;border-radius:12px;padding:22px 24px;margin:18px 0}\n.vh-bt{font-size:14px;font-weight:600;color:#b98b35;letter-spacing:2px;text-transform:uppercase;margin:0 0 14px;padding-bottom:8px;border-bottom:1px solid #eadfcb;display:flex;align-items:center;gap:10px}\n.vh-intro{font-size:15px;line-height:1.75;color:#2a2419;margin:10px 0}\n.vh-tech-zone{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;padding:14px 0}\n.vh-tech-item{flex:1;min-width:130px;max-width:200px;text-align:center;padding:14px 12px;background:#faf7f0;border:1px solid #eadfcb;border-radius:10px}\n.vh-tech-value{font-size:18px;font-weight:600;color:#b98b35;margin:0 0 4px}\n.vh-tech-label{font-size:11px;font-weight:600;color:#6b5d40;letter-spacing:1.2px;text-transform:uppercase}\n.vh-list{margin:0;padding-left:20px}\n.vh-list li{margin-bottom:6px;padding-left:4px;font-size:14px}\n.vh-list li::marker{color:#d7b36a}\n.vh-faq summary{cursor:pointer;padding:11px 14px;background:#faf4e5;border-radius:6px;font-weight:600;color:#2a2419;font-size:14px;margin-bottom:6px;list-style:none;position:relative;padding-right:36px;user-select:none}\n.vh-faq summary::-webkit-details-marker{display:none}\n.vh-faq summary::after{content:'+';position:absolute;right:14px;top:50%;transform:translateY(-50%);font-size:18px;color:#b98b35;font-weight:bold}\n.vh-faq details[open] summary::after{content:'-'}\n.vh-faq details{margin-bottom:6px}\n.vh-faq p{padding:10px 14px;margin:0;font-size:13.5px;color:#2a2419;background:#fbf9f3;border-radius:0 0 6px 6px;border:1px solid #eadfcb;border-top:none}\n.vh-tip{background:#fdf5e0;border-left:4px solid #b98b35;padding:14px 18px;border-radius:0 8px 8px 0;margin:14px 0}\n.vh-tip p{margin:0;font-size:13.5px;color:#2a2419;font-style:italic}\n.vh-tip strong{font-style:normal;color:#b98b35}\n.vh-table{width:100%;border-collapse:collapse;font-size:13.5px}\n.vh-table td{padding:8px 12px;border-bottom:1px solid #eadfcb}\n.vh-table td:first-child{font-weight:600;color:#6b5d40;width:38%}\n.vh-table tr:last-child td{border-bottom:none}\n.vh-pour{background:#faf4e5;border:1px solid #d7b36a;border-radius:12px;padding:20px 24px;margin:20px 0 0;text-align:center}\n.vh-pour h3{margin:0 0 12px;font-size:14px;color:#b98b35;letter-spacing:2px;text-transform:uppercase;font-weight:600}\n.vh-pour p{margin:0;font-size:14px;line-height:1.8}\n.vh-pour a{color:#b98b35;text-decoration:underline;font-weight:600}\n@media(max-width:680px){.vh-w{padding:20px 16px}.vh-tech-zone{flex-direction:column}}\n\u003c\/style\u003e\n\u003cdiv class=\"vh-w\"\u003e\n\u003cdiv class=\"vh-h\"\u003e\n\u003cdiv class=\"vh-c\"\u003eRainbow Dust - ProGel\u003c\/div\u003e\n\u003ch3 class=\"vh-t\"\u003e25 g Gel Food Coloring - Green Leaf - ProGel\u003c\/h3\u003e\n\u003cp class=\"vh-tg\"\u003eGreen Leaf gel food coloring, concentrated 25 g tube\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003cp class=\"vh-intro\"\u003eProGel Green Leaf evokes an oak leaf in spring: a classic natural green. This concentrated 25 g gel food coloring is designed for professional pastry chefs and demanding cake design enthusiasts. Particularly sought after for \u003cstrong\u003erustic and garden-themed wedding cakes\u003c\/strong\u003e and \u003cstrong\u003eleaf- or botanical-wreath-shaped royal icing cookies\u003c\/strong\u003e, it delivers a stable, intense color with just a few toothpick tips.\u003c\/p\u003e\n\u003cp class=\"vh-intro\"\u003eProGel's signature advantage: it is a \u003cstrong\u003egeneral-purpose water- and oil-compatible coloring\u003c\/strong\u003e, working equally well in water-based preparations (royal icing, water-based icings, syrups, meringues, macarons) and fat-based preparations (buttercream, ganache, tempered chocolate, pastry fondant, sugar paste). One tube is enough for the entire pastry range, whereas other colorings require two separate ranges depending on the base used. The concentrated 25 g format covers 30 to 50 preparations, depending on the desired intensity.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eFeatures\u003c\/h3\u003e\n\u003cdiv class=\"vh-tech-zone\"\u003e\n\u003cdiv class=\"vh-tech-item\"\u003e\n\u003cp class=\"vh-tech-value\"\u003e25 g\u003c\/p\u003e\n\u003cp class=\"vh-tech-label\"\u003eFormat\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-tech-item\"\u003e\n\u003cp class=\"vh-tech-value\"\u003e1 to 8 tips\u003c\/p\u003e\n\u003cp class=\"vh-tech-label\"\u003eDosage \/ 250 g\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-tech-item\"\u003e\n\u003cp class=\"vh-tech-value\"\u003eWater \u0026amp; oil\u003c\/p\u003e\n\u003cp class=\"vh-tech-label\"\u003eVersatility\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eProGel Green Leaf dosage guide\u003c\/h3\u003e\n\u003cp class=\"vh-intro\"\u003eThe color can be adjusted according to the dosage without losing its identity. The gel is measured by the toothpick tip for precise control. This shade belongs to the Rainbow Dust ProGel range, which includes 38 shades in total.\u003c\/p\u003e\n\u003ctable class=\"vh-table\"\u003e\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eLight dosage\u003c\/td\u003e\n\u003ctd\u003e1 toothpick tip \/ 250 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eStandard dosage\u003c\/td\u003e\n\u003ctd\u003e2 to 3 tips \/ 250 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIntense dosage\u003c\/td\u003e\n\u003ctd\u003e5 to 8 tips \/ 250 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eUses\u003c\/h3\u003e\n\u003cul class=\"vh-list\"\u003e\n\u003cli\u003eRustic and garden-themed wedding cakes\u003c\/li\u003e\n\u003cli\u003eLeaf- or botanical-wreath-shaped royal icing cookies\u003c\/li\u003e\n\u003cli\u003eNature- and botanical-themed birthday layer cakes\u003c\/li\u003e\n\u003cli\u003eChic botanical garden-themed drip cakes\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-tip\"\u003e\u003cp\u003e\u003cstrong\u003eGood to know:\u003c\/strong\u003e Green Leaf is a balanced natural green: neither too bright (like Bright Green) nor too dark (like Holly Racing Green). It is the ultimate versatile green for rustic wedding cakes, cake design workshops, and professional training. Combine it with Crème and Ochre for a complete earthy palette.\u003c\/p\u003e\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eComplete technical data\u003c\/h3\u003e\n\u003ctable class=\"vh-table\"\u003e\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eProGel by Rainbow Dust (United Kingdom)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eShade\u003c\/td\u003e\n\u003ctd\u003eGreen Leaf\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCapacity\u003c\/td\u003e\n\u003ctd\u003e25 g soft tube\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eConcentrated general-purpose gel food coloring\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eVersatility\u003c\/td\u003e\n\u003ctd\u003eWater- and fat-based preparations: royal icing, icings, buttercream, ganache, chocolate, fondant, sugar paste\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDosage\u003c\/td\u003e\n\u003ctd\u003e1 toothpick tip per 250 g for a pastel shade, up to 5 to 8 tips for a dark shade\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIngredients\u003c\/td\u003e\n\u003ctd\u003eHumectant gel base (glycerol E422), food coloring pigments compliant with European regulations on additives (EU 1333\/2008)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAllergens\u003c\/td\u003e\n\u003ctd\u003eNo major declared allergens. Gluten-free, lactose-free, egg-free, peanut-free, soy-free. Suitable for vegetarian diets.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eStorage\u003c\/td\u003e\n\u003ctd\u003eStore in a cool, dry place away from light, between 15 and 22 °C. Once opened, use within 18 months. Always remove product with a clean toothpick.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eFrequently asked questions\u003c\/h3\u003e\n\u003cdiv class=\"vh-faq\"\u003e\n\u003cdetails open\u003e\u003csummary\u003eFor which occasion should you choose the Green Leaf shade?\u003c\/summary\u003e\u003cp\u003eColored sugar paste for outdoor wedding cakes. This is one of the uses where this shade makes a particularly noticeable difference.\u003c\/p\u003e\u003c\/details\u003e\n\u003cdetails\u003e\u003csummary\u003eCan ProGel gel be mixed with melted chocolate?\u003c\/summary\u003e\u003cp\u003eYes, ProGel is designed to work with tempered chocolate, unlike classic water-based gel colorings, which cause chocolate to crystallize. Add the gel tip at the end of tempering, at 28-30 °C, and mix gently with a spatula.\u003c\/p\u003e\u003c\/details\u003e\n\u003cdetails\u003e\u003csummary\u003eHow can you avoid contaminating the tube?\u003c\/summary\u003e\u003cp\u003eAlways use a new toothpick for each portion, and never dip a toothpick that has already been used into the preparation again. This practice preserves the tube's shelf life and the purity of the gel.\u003c\/p\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-pour\"\u003e\n\u003ch3\u003eLearn more\u003c\/h3\u003e\n\u003cp\u003e\u003ca href=\"\/en\/products\/colorant-en-gel-25g-marron-progel\"\u003eProGel Brown\u003c\/a\u003e · \u003ca href=\"\/en\/products\/colorant-en-gel-25g-gris-progel\"\u003eProGel Grey\u003c\/a\u003e · \u003ca href=\"\/en\/collections\/colorants\"\u003eAll our food colorings\u003c\/a\u003e · \u003ca href=\"\/en\/collections\/rainbow-dust\"\u003eComplete Rainbow Dust range\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"RAINBOW DUST","offers":[{"title":"Default Title","offer_id":21575879524452,"sku":"PGL-LEGR-FG","price":3.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0108\/6167\/4596\/files\/colorant-en-gel-25g-green-leaf-vert-progel-rainbow-dust-1.webp?v=1772133812"},{"product_id":"colorant-gel-concentre-navy-blue-progel","title":"Gel Colorant 25g - Navy Blue \/ Dark Blue - ProGel","description":"\u003cstyle\u003e\n.vh-w{font-family:'Montserrat',sans-serif;color:#2a2419;line-height:1.65;font-size:15px;background:#faf7f0;padding:32px 28px;border-radius:14px;width:100%;box-sizing:border-box}\n.vh-w *{box-sizing:border-box}\n.vh-h{text-align:center;margin-bottom:28px;padding-bottom:24px;border-bottom:2px solid #d7b36a}\n.vh-c{display:inline-block;font-size:12px;letter-spacing:3px;color:#b98b35;font-weight:600;padding:6px 16px;border:1px solid #d7b36a;border-radius:20px;margin-bottom:14px;text-transform:uppercase}\n.vh-t{font-size:22px;font-weight:600;color:#2a2419;margin:0 0 10px}\n.vh-tg{font-style:italic;font-size:13px;color:#6b5d40;margin:0}\n.vh-b{background:#fbf9f3;border:1px solid #eadfcb;border-radius:12px;padding:22px 24px;margin:18px 0}\n.vh-bt{font-size:14px;font-weight:600;color:#b98b35;letter-spacing:2px;text-transform:uppercase;margin:0 0 14px;padding-bottom:8px;border-bottom:1px solid #eadfcb;display:flex;align-items:center;gap:10px}\n.vh-intro{font-size:15px;line-height:1.75;color:#2a2419;margin:10px 0}\n.vh-tech-zone{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;padding:14px 0}\n.vh-tech-item{flex:1;min-width:130px;max-width:200px;text-align:center;padding:14px 12px;background:#faf7f0;border:1px solid #eadfcb;border-radius:10px}\n.vh-tech-value{font-size:18px;font-weight:600;color:#b98b35;margin:0 0 4px}\n.vh-tech-label{font-size:11px;font-weight:600;color:#6b5d40;letter-spacing:1.2px;text-transform:uppercase}\n.vh-list{margin:0;padding-left:20px}\n.vh-list li{margin-bottom:6px;padding-left:4px;font-size:14px}\n.vh-list li::marker{color:#d7b36a}\n.vh-faq summary{cursor:pointer;padding:11px 14px;background:#faf4e5;border-radius:6px;font-weight:600;color:#2a2419;font-size:14px;margin-bottom:6px;list-style:none;position:relative;padding-right:36px;user-select:none}\n.vh-faq summary::-webkit-details-marker{display:none}\n.vh-faq summary::after{content:'+';position:absolute;right:14px;top:50%;transform:translateY(-50%);font-size:18px;color:#b98b35;font-weight:bold}\n.vh-faq details[open] summary::after{content:'-'}\n.vh-faq details{margin-bottom:6px}\n.vh-faq p{padding:10px 14px;margin:0;font-size:13.5px;color:#2a2419;background:#fbf9f3;border-radius:0 0 6px 6px;border:1px solid #eadfcb;border-top:none}\n.vh-tip{background:#fdf5e0;border-left:4px solid #b98b35;padding:14px 18px;border-radius:0 8px 8px 0;margin:14px 0}\n.vh-tip p{margin:0;font-size:13.5px;color:#2a2419;font-style:italic}\n.vh-tip strong{font-style:normal;color:#b98b35}\n.vh-table{width:100%;border-collapse:collapse;font-size:13.5px}\n.vh-table td{padding:8px 12px;border-bottom:1px solid #eadfcb}\n.vh-table td:first-child{font-weight:600;color:#6b5d40;width:38%}\n.vh-table tr:last-child td{border-bottom:none}\n.vh-pour{background:#faf4e5;border:1px solid #d7b36a;border-radius:12px;padding:20px 24px;margin:20px 0 0;text-align:center}\n.vh-pour h3{margin:0 0 12px;font-size:14px;color:#b98b35;letter-spacing:2px;text-transform:uppercase;font-weight:600}\n.vh-pour p{margin:0;font-size:14px;line-height:1.8}\n.vh-pour a{color:#b98b35;text-decoration:underline;font-weight:600}\n@media(max-width:680px){.vh-w{padding:20px 16px}.vh-tech-zone{flex-direction:column}}\n\u003c\/style\u003e\n\u003cdiv class=\"vh-w\"\u003e\n\u003cdiv class=\"vh-h\"\u003e\n\u003cdiv class=\"vh-c\"\u003eRainbow Dust - ProGel\u003c\/div\u003e\n\u003ch3 class=\"vh-t\"\u003e25 g Gel Colorant - Navy Blue - ProGel\u003c\/h3\u003e\n\u003cp class=\"vh-tg\"\u003eNavy Blue gel food coloring, 25 g concentrated tube\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003cp class=\"vh-intro\"\u003eProGel Navy Blue evokes an officer's sailor uniform and a classic inkwell. This concentrated 25 g gel food coloring is designed for professional pastry chefs and demanding cake design enthusiasts. Particularly sought after for \u003cstrong\u003eclassic and formal wedding cakes\u003c\/strong\u003e and \u003cstrong\u003enautical-themed boys' family celebration layer cakes\u003c\/strong\u003e, it delivers a stable, intense shade with just a few toothpick tips.\u003c\/p\u003e\n\u003cp class=\"vh-intro\"\u003eProGel's signature advantage: it is a \u003cstrong\u003egeneral-purpose water- and oil-based colorant\u003c\/strong\u003e, working equally well on water-based preparations (royal icing, water-based glazes, syrups, meringues, macarons) and fat-based preparations (buttercream, ganache, tempered chocolate, pastry fondant, sugar paste). One tube is enough for the entire pastry range, whereas other colorants require two separate ranges depending on the base used. The concentrated 25 g format covers 30 to 50 preparations depending on the desired intensity.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eFeatures\u003c\/h3\u003e\n\u003cdiv class=\"vh-tech-zone\"\u003e\n\u003cdiv class=\"vh-tech-item\"\u003e\n\u003cp class=\"vh-tech-value\"\u003e25 g\u003c\/p\u003e\n\u003cp class=\"vh-tech-label\"\u003eFormat\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-tech-item\"\u003e\n\u003cp class=\"vh-tech-value\"\u003e1 to 8 tips\u003c\/p\u003e\n\u003cp class=\"vh-tech-label\"\u003eDosage \/ 250 g\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-tech-item\"\u003e\n\u003cp class=\"vh-tech-value\"\u003eWater \u0026amp; oil\u003c\/p\u003e\n\u003cp class=\"vh-tech-label\"\u003eVersatility\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eProGel Navy Blue dosage guide\u003c\/h3\u003e\n\u003cp class=\"vh-intro\"\u003eThe shade can be adjusted according to the dosage without losing its identity. The gel is measured by the tip of a toothpick for precise control. This shade belongs to the Rainbow Dust ProGel range, which includes 38 shades in total.\u003c\/p\u003e\n\u003ctable class=\"vh-table\"\u003e\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eLight dosage\u003c\/td\u003e\n\u003ctd\u003e1 toothpick tip \/ 250 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eStandard dosage\u003c\/td\u003e\n\u003ctd\u003e2 to 3 tips \/ 250 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIntense dosage\u003c\/td\u003e\n\u003ctd\u003e5 to 8 tips \/ 250 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eUses\u003c\/h3\u003e\n\u003cul class=\"vh-list\"\u003e\n\u003cli\u003eClassic and formal wedding cakes\u003c\/li\u003e\n\u003cli\u003eNautical-themed boys' family celebration layer cakes\u003c\/li\u003e\n\u003cli\u003eRoyal icing cookies shaped like anchors, sailboats, or cabins\u003c\/li\u003e\n\u003cli\u003eChic adult nautical-themed drip cakes\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-tip\"\u003e\u003cp\u003e\u003cstrong\u003ePlease note:\u003c\/strong\u003e Navy Blue is the classic, elegant blue: the color of modern traditional wedding cakes that appeal to couples aged 30–50 seeking understated elegance. Combine it with lustre gold for a chic wedding effect, with white and Cream for a nautical wedding, or with Mulberry for a traditional autumn wedding.\u003c\/p\u003e\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eComplete technical data\u003c\/h3\u003e\n\u003ctable class=\"vh-table\"\u003e\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eProGel by Rainbow Dust (United Kingdom)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eShade\u003c\/td\u003e\n\u003ctd\u003eNavy Blue\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eContents\u003c\/td\u003e\n\u003ctd\u003e25 g squeezable tube\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eConcentrated general-purpose gel food coloring\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eVersatility\u003c\/td\u003e\n\u003ctd\u003eWater- and fat-based preparations: royal icing, glazes, buttercream, ganache, chocolate, fondant, sugar paste\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDosage\u003c\/td\u003e\n\u003ctd\u003e1 toothpick tip per 250 g for a pastel shade, up to 5 to 8 tips for a dark shade\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIngredients\u003c\/td\u003e\n\u003ctd\u003eHumectant gel base (glycerol E422), food coloring pigments compliant with European regulations on additives (EU 1333\/2008)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAllergens\u003c\/td\u003e\n\u003ctd\u003eNo major declared allergens. Gluten-free, lactose-free, egg-free, peanut-free, soy-free. Suitable for vegetarian diets.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eStorage\u003c\/td\u003e\n\u003ctd\u003eStore in a cool, dry place away from light, between 15 and 22 °C. Once opened, use within 18 months. Always dispense with a clean toothpick.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eFrequently asked questions\u003c\/h3\u003e\n\u003cdiv class=\"vh-faq\"\u003e\n\u003cdetails open\u003e\u003csummary\u003eFor which occasion should you choose the Navy Blue shade?\u003c\/summary\u003e\u003cp\u003eEvent cupcakes for yacht or nautical-themed evenings. This is one of the uses where the shade makes a particularly noticeable difference.\u003c\/p\u003e\u003c\/details\u003e\n\u003cdetails\u003e\u003csummary\u003eHow many colored preparations can be made from one tube?\u003c\/summary\u003e\u003cp\u003eOne 25 g ProGel tube covers approximately 30 to 50 preparations of 250 g, depending on the desired intensity. For regular pastry production, this is the most economical format.\u003c\/p\u003e\u003c\/details\u003e\n\u003cdetails\u003e\u003csummary\u003eDoes ProGel work on all preparations?\u003c\/summary\u003e\u003cp\u003eYes, ProGel is a general-purpose water- and oil-based gel: it works equally well on water-based preparations (royal icing, glazes, meringues, macarons) and fat-based preparations (buttercream, chocolate, ganache, fondant, sugar paste). One tube is enough where other colorants require a separate range depending on the type of base used.\u003c\/p\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-pour\"\u003e\n\u003ch3\u003eFind out more\u003c\/h3\u003e\n\u003cp\u003e\u003ca href=\"\/en\/products\/colorant-gel-concentre-bleu-aqua-progel\"\u003eProGel Aqua Blue\u003c\/a\u003e · \u003ca href=\"\/en\/products\/colorant-en-gel-25g-wine-red-progel\"\u003eProGel Mulberry\u003c\/a\u003e · \u003ca href=\"\/en\/collections\/colorants\"\u003eAll our food colorings\u003c\/a\u003e · \u003ca href=\"\/en\/collections\/rainbow-dust\"\u003eComplete Rainbow Dust range\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"RAINBOW DUST","offers":[{"title":"Default Title","offer_id":21576274640996,"sku":"PGL-NABL-FG","price":3.99,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0108\/6167\/4596\/files\/colorant-en-gel-25g-navy-blue-bleu-marine-progel-rainbow-dust-1.webp?v=1772133814"},{"product_id":"colorant-en-gel-25g-orange-progel","title":"Gel Colorant 25g - Orange - ProGel","description":"\u003cstyle\u003e\n.vh-w{font-family:'Montserrat',sans-serif;color:#2a2419;line-height:1.65;font-size:15px;background:#faf7f0;padding:32px 28px;border-radius:14px;width:100%;box-sizing:border-box}\n.vh-w *{box-sizing:border-box}\n.vh-h{text-align:center;margin-bottom:28px;padding-bottom:24px;border-bottom:2px solid #d7b36a}\n.vh-c{display:inline-block;font-size:12px;letter-spacing:3px;color:#b98b35;font-weight:600;padding:6px 16px;border:1px solid #d7b36a;border-radius:20px;margin-bottom:14px;text-transform:uppercase}\n.vh-t{font-size:22px;font-weight:600;color:#2a2419;margin:0 0 10px}\n.vh-tg{font-style:italic;font-size:13px;color:#6b5d40;margin:0}\n.vh-b{background:#fbf9f3;border:1px solid #eadfcb;border-radius:12px;padding:22px 24px;margin:18px 0}\n.vh-bt{font-size:14px;font-weight:600;color:#b98b35;letter-spacing:2px;text-transform:uppercase;margin:0 0 14px;padding-bottom:8px;border-bottom:1px solid #eadfcb;display:flex;align-items:center;gap:10px}\n.vh-intro{font-size:15px;line-height:1.75;color:#2a2419;margin:10px 0}\n.vh-tech-zone{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;padding:14px 0}\n.vh-tech-item{flex:1;min-width:130px;max-width:200px;text-align:center;padding:14px 12px;background:#faf7f0;border:1px solid #eadfcb;border-radius:10px}\n.vh-tech-value{font-size:18px;font-weight:600;color:#b98b35;margin:0 0 4px}\n.vh-tech-label{font-size:11px;font-weight:600;color:#6b5d40;letter-spacing:1.2px;text-transform:uppercase}\n.vh-list{margin:0;padding-left:20px}\n.vh-list li{margin-bottom:6px;padding-left:4px;font-size:14px}\n.vh-list li::marker{color:#d7b36a}\n.vh-faq summary{cursor:pointer;padding:11px 14px;background:#faf4e5;border-radius:6px;font-weight:600;color:#2a2419;font-size:14px;margin-bottom:6px;list-style:none;position:relative;padding-right:36px;user-select:none}\n.vh-faq summary::-webkit-details-marker{display:none}\n.vh-faq summary::after{content:'+';position:absolute;right:14px;top:50%;transform:translateY(-50%);font-size:18px;color:#b98b35;font-weight:bold}\n.vh-faq details[open] summary::after{content:'-'}\n.vh-faq details{margin-bottom:6px}\n.vh-faq p{padding:10px 14px;margin:0;font-size:13.5px;color:#2a2419;background:#fbf9f3;border-radius:0 0 6px 6px;border:1px solid #eadfcb;border-top:none}\n.vh-tip{background:#fdf5e0;border-left:4px solid #b98b35;padding:14px 18px;border-radius:0 8px 8px 0;margin:14px 0}\n.vh-tip p{margin:0;font-size:13.5px;color:#2a2419;font-style:italic}\n.vh-tip strong{font-style:normal;color:#b98b35}\n.vh-table{width:100%;border-collapse:collapse;font-size:13.5px}\n.vh-table td{padding:8px 12px;border-bottom:1px solid #eadfcb}\n.vh-table td:first-child{font-weight:600;color:#6b5d40;width:38%}\n.vh-table tr:last-child td{border-bottom:none}\n.vh-pour{background:#faf4e5;border:1px solid #d7b36a;border-radius:12px;padding:20px 24px;margin:20px 0 0;text-align:center}\n.vh-pour h3{margin:0 0 12px;font-size:14px;color:#b98b35;letter-spacing:2px;text-transform:uppercase;font-weight:600}\n.vh-pour p{margin:0;font-size:14px;line-height:1.8}\n.vh-pour a{color:#b98b35;text-decoration:underline;font-weight:600}\n@media(max-width:680px){.vh-w{padding:20px 16px}.vh-tech-zone{flex-direction:column}}\n\u003c\/style\u003e\n\u003cdiv class=\"vh-w\"\u003e\n\u003cdiv class=\"vh-h\"\u003e\n\u003cdiv class=\"vh-c\"\u003eRainbow Dust - ProGel\u003c\/div\u003e\n\u003ch3 class=\"vh-t\"\u003e25 g Gel Food Coloring - Orange - ProGel\u003c\/h3\u003e\n\u003cp class=\"vh-tg\"\u003eOrange gel food coloring, concentrated 25 g tube\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003cp class=\"vh-intro\"\u003eProGel Orange evokes blood orange peel and Halloween pumpkin. This concentrated 25 g gel food coloring is designed for professional pastry chefs and demanding cake design enthusiasts. Particularly sought after for \u003cstrong\u003esignature Halloween layer cakes (paired with black or mulberry)\u003c\/strong\u003e and \u003cstrong\u003eThanksgiving cupcakes and autumn palettes\u003c\/strong\u003e, it delivers a stable, intense color with just a few toothpick tips.\u003c\/p\u003e\n\u003cp class=\"vh-intro\"\u003eProGel's signature advantage: it is a \u003cstrong\u003egeneral-purpose water- and oil-compatible coloring\u003c\/strong\u003e, working equally well in water-based mixtures (royal icing, water-based glazes, syrups, meringues, macarons) and fat-based mixtures (buttercream, ganache, tempered chocolate, pastry fondant, sugar paste). One tube is enough for the entire pastry range, whereas other colorings require two separate ranges depending on the base used. The concentrated 25 g format covers 30 to 50 preparations depending on the desired intensity.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eFeatures\u003c\/h3\u003e\n\u003cdiv class=\"vh-tech-zone\"\u003e\n\u003cdiv class=\"vh-tech-item\"\u003e\n\u003cp class=\"vh-tech-value\"\u003e25 g\u003c\/p\u003e\n\u003cp class=\"vh-tech-label\"\u003eFormat\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-tech-item\"\u003e\n\u003cp class=\"vh-tech-value\"\u003e1 to 8 tips\u003c\/p\u003e\n\u003cp class=\"vh-tech-label\"\u003eDosage \/ 250 g\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-tech-item\"\u003e\n\u003cp class=\"vh-tech-value\"\u003eWater \u0026amp; oil\u003c\/p\u003e\n\u003cp class=\"vh-tech-label\"\u003eVersatility\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eProGel Orange Dosage Guide\u003c\/h3\u003e\n\u003cp class=\"vh-intro\"\u003eThe shade can be adjusted according to the dosage without losing its identity. The gel is measured by toothpick tip for precise control. This shade belongs to the Rainbow Dust ProGel range, which includes 38 shades in total.\u003c\/p\u003e\n\u003ctable class=\"vh-table\"\u003e\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eLight dosage\u003c\/td\u003e\n\u003ctd\u003e1 toothpick tip \/ 250 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eStandard dosage\u003c\/td\u003e\n\u003ctd\u003e2 to 3 tips \/ 250 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIntense dosage\u003c\/td\u003e\n\u003ctd\u003e5 to 8 tips \/ 250 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eUses\u003c\/h3\u003e\n\u003cul class=\"vh-list\"\u003e\n\u003cli\u003eSignature Halloween layer cakes (paired with Black or Mulberry)\u003c\/li\u003e\n\u003cli\u003eThanksgiving cupcakes and autumn palettes\u003c\/li\u003e\n\u003cli\u003ePumpkin- or fallen-leaf-shaped royal icing cookies\u003c\/li\u003e\n\u003cli\u003eAutumn harvest-themed wedding cakes\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-tip\"\u003e\u003cp\u003e\u003cstrong\u003ePlease note:\u003c\/strong\u003e Orange takes off during Halloween season (October to November, +400% of orders in pastry shops). Pair it with Black for classic Halloween, with Mulberry and Chestnut for sophisticated adult Halloween designs, or with Ochre for autumn wedding cakes. Primarily reserve it for the October-November period.\u003c\/p\u003e\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eComplete Technical Information\u003c\/h3\u003e\n\u003ctable class=\"vh-table\"\u003e\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eProGel by Rainbow Dust (United Kingdom)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eShade\u003c\/td\u003e\n\u003ctd\u003eOrange\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eContents\u003c\/td\u003e\n\u003ctd\u003e25 g soft tube\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eConcentrated general-purpose gel food coloring\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eVersatility\u003c\/td\u003e\n\u003ctd\u003eWater- and fat-based mixtures: royal icing, glazes, buttercream, ganache, chocolate, fondant, sugar paste\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDosage\u003c\/td\u003e\n\u003ctd\u003e1 toothpick tip per 250 g for a pastel shade, up to 5 to 8 tips for a dark shade\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIngredients\u003c\/td\u003e\n\u003ctd\u003eHumectant gel base (glycerol E422), food coloring pigments compliant with European regulations on additives (EU 1333\/2008)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAllergens\u003c\/td\u003e\n\u003ctd\u003eNo major declared allergens. Gluten-free, lactose-free, egg-free, peanut-free, soy-free. Suitable for vegetarian diets.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eStorage\u003c\/td\u003e\n\u003ctd\u003eStore in a cool, dry place away from light, between 15 and 22 °C. Once opened, use within 18 months. Always scoop with a clean toothpick.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eFrequently Asked Questions\u003c\/h3\u003e\n\u003cdiv class=\"vh-faq\"\u003e\n\u003cdetails open\u003e\u003csummary\u003eFor which occasion should you choose the Orange shade?\u003c\/summary\u003e\u003cp\u003eSophisticated adult Halloween drip cakes. This is one of the uses where this shade makes a particularly striking difference.\u003c\/p\u003e\u003c\/details\u003e\n\u003cdetails\u003e\u003csummary\u003eHow can you prevent contaminating the tube?\u003c\/summary\u003e\u003cp\u003eAlways use a new toothpick for each scoop, and never dip a used toothpick back into the preparation. This practice preserves the tube's shelf life and the gel's purity.\u003c\/p\u003e\u003c\/details\u003e\n\u003cdetails\u003e\u003csummary\u003eWhat dosage should be used for 250 g of preparation?\u003c\/summary\u003e\u003cp\u003eFor pastel shades: 1 toothpick tip. For bright shades: 2 to 3 tips. For dark shades: 5 to 8 tips. Always start with less and adjust gradually; it is easier to intensify a color than to lighten it.\u003c\/p\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-pour\"\u003e\n\u003ch3\u003eLearn More\u003c\/h3\u003e\n\u003cp\u003e\u003ca href=\"\/en\/products\/progel-noir\"\u003eProGel Black\u003c\/a\u003e · \u003ca href=\"\/en\/products\/colorant-en-gel-25g-wine-red-progel\"\u003eProGel Mulberry\u003c\/a\u003e · \u003ca href=\"\/en\/collections\/colorants\"\u003eAll our food colorings\u003c\/a\u003e · \u003ca href=\"\/en\/collections\/rainbow-dust\"\u003eComplete Rainbow Dust range\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"RAINBOW DUST","offers":[{"title":"Default Title","offer_id":21576367865956,"sku":"PGL-ORAN-FG","price":3.99,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0108\/6167\/4596\/files\/colorant-en-gel-25g-orange-progel-rainbow-dust-1.webp?v=1772133822"},{"product_id":"colorant-en-gel-25g-peche-progel","title":"Gel Colorant 25g - Peach - ProGel","description":"\u003cstyle\u003e\n.vh-w{font-family:'Montserrat',sans-serif;color:#2a2419;line-height:1.65;font-size:15px;background:#faf7f0;padding:32px 28px;border-radius:14px;width:100%;box-sizing:border-box}\n.vh-w *{box-sizing:border-box}\n.vh-h{text-align:center;margin-bottom:28px;padding-bottom:24px;border-bottom:2px solid #d7b36a}\n.vh-c{display:inline-block;font-size:12px;letter-spacing:3px;color:#b98b35;font-weight:600;padding:6px 16px;border:1px solid #d7b36a;border-radius:20px;margin-bottom:14px;text-transform:uppercase}\n.vh-t{font-size:22px;font-weight:600;color:#2a2419;margin:0 0 10px}\n.vh-tg{font-style:italic;font-size:13px;color:#6b5d40;margin:0}\n.vh-b{background:#fbf9f3;border:1px solid #eadfcb;border-radius:12px;padding:22px 24px;margin:18px 0}\n.vh-bt{font-size:14px;font-weight:600;color:#b98b35;letter-spacing:2px;text-transform:uppercase;margin:0 0 14px;padding-bottom:8px;border-bottom:1px solid #eadfcb;display:flex;align-items:center;gap:10px}\n.vh-intro{font-size:15px;line-height:1.75;color:#2a2419;margin:10px 0}\n.vh-tech-zone{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;padding:14px 0}\n.vh-tech-item{flex:1;min-width:130px;max-width:200px;text-align:center;padding:14px 12px;background:#faf7f0;border:1px solid #eadfcb;border-radius:10px}\n.vh-tech-value{font-size:18px;font-weight:600;color:#b98b35;margin:0 0 4px}\n.vh-tech-label{font-size:11px;font-weight:600;color:#6b5d40;letter-spacing:1.2px;text-transform:uppercase}\n.vh-list{margin:0;padding-left:20px}\n.vh-list li{margin-bottom:6px;padding-left:4px;font-size:14px}\n.vh-list li::marker{color:#d7b36a}\n.vh-faq summary{cursor:pointer;padding:11px 14px;background:#faf4e5;border-radius:6px;font-weight:600;color:#2a2419;font-size:14px;margin-bottom:6px;list-style:none;position:relative;padding-right:36px;user-select:none}\n.vh-faq summary::-webkit-details-marker{display:none}\n.vh-faq summary::after{content:'+';position:absolute;right:14px;top:50%;transform:translateY(-50%);font-size:18px;color:#b98b35;font-weight:bold}\n.vh-faq details[open] summary::after{content:'-'}\n.vh-faq details{margin-bottom:6px}\n.vh-faq p{padding:10px 14px;margin:0;font-size:13.5px;color:#2a2419;background:#fbf9f3;border-radius:0 0 6px 6px;border:1px solid #eadfcb;border-top:none}\n.vh-tip{background:#fdf5e0;border-left:4px solid #b98b35;padding:14px 18px;border-radius:0 8px 8px 0;margin:14px 0}\n.vh-tip p{margin:0;font-size:13.5px;color:#2a2419;font-style:italic}\n.vh-tip strong{font-style:normal;color:#b98b35}\n.vh-table{width:100%;border-collapse:collapse;font-size:13.5px}\n.vh-table td{padding:8px 12px;border-bottom:1px solid #eadfcb}\n.vh-table td:first-child{font-weight:600;color:#6b5d40;width:38%}\n.vh-table tr:last-child td{border-bottom:none}\n.vh-pour{background:#faf4e5;border:1px solid #d7b36a;border-radius:12px;padding:20px 24px;margin:20px 0 0;text-align:center}\n.vh-pour h3{margin:0 0 12px;font-size:14px;color:#b98b35;letter-spacing:2px;text-transform:uppercase;font-weight:600}\n.vh-pour p{margin:0;font-size:14px;line-height:1.8}\n.vh-pour a{color:#b98b35;text-decoration:underline;font-weight:600}\n@media(max-width:680px){.vh-w{padding:20px 16px}.vh-tech-zone{flex-direction:column}}\n\u003c\/style\u003e\n\u003cdiv class=\"vh-w\"\u003e\n\u003cdiv class=\"vh-h\"\u003e\n\u003cdiv class=\"vh-c\"\u003eRainbow Dust - ProGel\u003c\/div\u003e\n\u003ch3 class=\"vh-t\"\u003e25 g Gel Food Coloring - Peach - ProGel\u003c\/h3\u003e\n\u003cp class=\"vh-tg\"\u003ePeach-colored gel food coloring, 25 g concentrated tube\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003cp class=\"vh-intro\"\u003eProGel Peach evokes sun-kissed peach skin and ripe apricot. This concentrated 25 g gel food coloring is designed for professional bakers and demanding cake design enthusiasts. Particularly popular for \u003cstrong\u003erustic summer wedding cakes with a peach and coral theme\u003c\/strong\u003e and \u003cstrong\u003eSunday brunch cupcakes on a spring terrace\u003c\/strong\u003e, it delivers a stable, intense shade with just a few toothpick tips.\u003c\/p\u003e\n\u003cp class=\"vh-intro\"\u003eProGel's signature advantage: it is a \u003cstrong\u003euniversal water- and oil-based coloring\u003c\/strong\u003e, working equally well on water-based preparations (royal icing, water-based glazes, syrups, meringues, macarons) and fat-based preparations (buttercream, ganache, tempered chocolate, pastry fondant, sugar paste). One tube is enough for the entire range of pastry applications, whereas other colorings require two separate ranges depending on the base used. The concentrated 25 g format covers 30 to 50 preparations, depending on the desired intensity.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eFeatures\u003c\/h3\u003e\n\u003cdiv class=\"vh-tech-zone\"\u003e\n\u003cdiv class=\"vh-tech-item\"\u003e\n\u003cp class=\"vh-tech-value\"\u003e25 g\u003c\/p\u003e\n\u003cp class=\"vh-tech-label\"\u003eFormat\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-tech-item\"\u003e\n\u003cp class=\"vh-tech-value\"\u003e1 to 8 tips\u003c\/p\u003e\n\u003cp class=\"vh-tech-label\"\u003eDosage \/ 250 g\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-tech-item\"\u003e\n\u003cp class=\"vh-tech-value\"\u003eWater \u0026amp; oil\u003c\/p\u003e\n\u003cp class=\"vh-tech-label\"\u003eVersatility\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eProGel Peach dosage guide\u003c\/h3\u003e\n\u003cp class=\"vh-intro\"\u003eThe shade can be adjusted according to the dosage without losing its identity. The gel is measured by toothpick tip for precise control. This shade belongs to the Rainbow Dust ProGel range, which includes 38 shades in total.\u003c\/p\u003e\n\u003ctable class=\"vh-table\"\u003e\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eLight dosage\u003c\/td\u003e\n\u003ctd\u003e1 toothpick tip \/ 250 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eStandard dosage\u003c\/td\u003e\n\u003ctd\u003e2 to 3 tips \/ 250 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIntense dosage\u003c\/td\u003e\n\u003ctd\u003e5 to 8 tips \/ 250 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eUses\u003c\/h3\u003e\n\u003cul class=\"vh-list\"\u003e\n\u003cli\u003eRustic summer wedding cakes with a peach and coral theme\u003c\/li\u003e\n\u003cli\u003eSunday brunch cupcakes on a spring terrace\u003c\/li\u003e\n\u003cli\u003eRoyal icing cookies with a garden and summer flower theme\u003c\/li\u003e\n\u003cli\u003eNeutral baby shower layer cakes (an alternative to Baby Pink\/Baby Blue)\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-tip\"\u003e\u003cp\u003e\u003cstrong\u003eGood to know:\u003c\/strong\u003e Peach evokes summer and works best from May to September in pastry shops. Pair it with Orange for a tropical gradient, or with Mint Green for a retro 1950s pastel effect. Avoid Peach + Pink (oversaturated pinks); choose Peach + Cream instead for a more delicate result.\u003c\/p\u003e\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eComplete technical specifications\u003c\/h3\u003e\n\u003ctable class=\"vh-table\"\u003e\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eProGel by Rainbow Dust (United Kingdom)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eShade\u003c\/td\u003e\n\u003ctd\u003ePeach\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eNet weight\u003c\/td\u003e\n\u003ctd\u003e25 g squeeze tube\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eUniversal concentrated gel food coloring\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eVersatility\u003c\/td\u003e\n\u003ctd\u003eWater- and fat-based preparations: royal icing, glazes, buttercream, ganache, chocolate, fondant, sugar paste\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDosage\u003c\/td\u003e\n\u003ctd\u003e1 toothpick tip per 250 g for a pastel shade, up to 5 to 8 tips for a dark shade\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIngredients\u003c\/td\u003e\n\u003ctd\u003eHumectant gel base (glycerol E422), food coloring pigments compliant with European regulations on additives (EU 1333\/2008)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAllergens\u003c\/td\u003e\n\u003ctd\u003eNo major declared allergens. Gluten-free, lactose-free, egg-free, peanut-free, soy-free. Suitable for vegetarian diets.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eStorage\u003c\/td\u003e\n\u003ctd\u003eStore in a cool, dry place away from light, between 15 and 22 °C. Once opened, use within 18 months. Always scoop with a clean toothpick.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eFrequently asked questions\u003c\/h3\u003e\n\u003cdiv class=\"vh-faq\"\u003e\n\u003cdetails open\u003e\u003csummary\u003eFor what occasion should you choose the Peach shade?\u003c\/summary\u003e\u003cp\u003eSoft-palette teen birthday drip cakes. This is one of the uses where this shade makes a particularly noticeable difference.\u003c\/p\u003e\u003c\/details\u003e\n\u003cdetails\u003e\u003csummary\u003eDoes ProGel work on all preparations?\u003c\/summary\u003e\u003cp\u003eYes, ProGel is a universal water- and oil-based gel: it works equally well on water-based preparations (royal icing, glazes, meringues, macarons) and fat-based preparations (buttercream, chocolate, ganache, fondant, sugar paste). One tube is enough, whereas other colorings require a separate range depending on the type of base used.\u003c\/p\u003e\u003c\/details\u003e\n\u003cdetails\u003e\u003csummary\u003eCan ProGel gel be mixed with melted chocolate?\u003c\/summary\u003e\u003cp\u003eYes, ProGel is designed to work with tempered chocolate, unlike classic water-based gel colorings, which cause chocolate to crystallize. Add the gel tip at the end of tempering, at 28-30 °C, and mix gently with a spatula.\u003c\/p\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-pour\"\u003e\n\u003ch3\u003eExplore further\u003c\/h3\u003e\n\u003cp\u003e\u003ca href=\"\/en\/products\/colorant-en-gel-25g-orange-progel\"\u003eProGel Orange\u003c\/a\u003e · \u003ca href=\"\/en\/products\/colorant-en-gel-25g-baby-blue-progel\"\u003eProGel Baby Blue\u003c\/a\u003e · \u003ca href=\"\/en\/collections\/colorants\"\u003eAll our food colorings\u003c\/a\u003e · \u003ca href=\"\/en\/collections\/rainbow-dust\"\u003eComplete Rainbow Dust range\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"RAINBOW DUST","offers":[{"title":"Default Title","offer_id":21576586297444,"sku":"PGL-PEAC-FG","price":3.99,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0108\/6167\/4596\/files\/colorant-en-gel-25g-peche-progel-rainbow-dust-1.webp?v=1772133827"},{"product_id":"colorant-en-gel-25g-pink-progel","title":"Gel Colorant 25g - Pink - ProGel","description":"\u003cstyle\u003e\n.vh-w{font-family:'Montserrat',sans-serif;color:#2a2419;line-height:1.65;font-size:15px;background:#faf7f0;padding:32px 28px;border-radius:14px;width:100%;box-sizing:border-box}\n.vh-w *{box-sizing:border-box}\n.vh-h{text-align:center;margin-bottom:28px;padding-bottom:24px;border-bottom:2px solid #d7b36a}\n.vh-c{display:inline-block;font-size:12px;letter-spacing:3px;color:#b98b35;font-weight:600;padding:6px 16px;border:1px solid #d7b36a;border-radius:20px;margin-bottom:14px;text-transform:uppercase}\n.vh-t{font-size:22px;font-weight:600;color:#2a2419;margin:0 0 10px}\n.vh-tg{font-style:italic;font-size:13px;color:#6b5d40;margin:0}\n.vh-b{background:#fbf9f3;border:1px solid #eadfcb;border-radius:12px;padding:22px 24px;margin:18px 0}\n.vh-bt{font-size:14px;font-weight:600;color:#b98b35;letter-spacing:2px;text-transform:uppercase;margin:0 0 14px;padding-bottom:8px;border-bottom:1px solid #eadfcb;display:flex;align-items:center;gap:10px}\n.vh-intro{font-size:15px;line-height:1.75;color:#2a2419;margin:10px 0}\n.vh-tech-zone{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;padding:14px 0}\n.vh-tech-item{flex:1;min-width:130px;max-width:200px;text-align:center;padding:14px 12px;background:#faf7f0;border:1px solid #eadfcb;border-radius:10px}\n.vh-tech-value{font-size:18px;font-weight:600;color:#b98b35;margin:0 0 4px}\n.vh-tech-label{font-size:11px;font-weight:600;color:#6b5d40;letter-spacing:1.2px;text-transform:uppercase}\n.vh-list{margin:0;padding-left:20px}\n.vh-list li{margin-bottom:6px;padding-left:4px;font-size:14px}\n.vh-list li::marker{color:#d7b36a}\n.vh-faq summary{cursor:pointer;padding:11px 14px;background:#faf4e5;border-radius:6px;font-weight:600;color:#2a2419;font-size:14px;margin-bottom:6px;list-style:none;position:relative;padding-right:36px;user-select:none}\n.vh-faq summary::-webkit-details-marker{display:none}\n.vh-faq summary::after{content:'+';position:absolute;right:14px;top:50%;transform:translateY(-50%);font-size:18px;color:#b98b35;font-weight:bold}\n.vh-faq details[open] summary::after{content:'-'}\n.vh-faq details{margin-bottom:6px}\n.vh-faq p{padding:10px 14px;margin:0;font-size:13.5px;color:#2a2419;background:#fbf9f3;border-radius:0 0 6px 6px;border:1px solid #eadfcb;border-top:none}\n.vh-tip{background:#fdf5e0;border-left:4px solid #b98b35;padding:14px 18px;border-radius:0 8px 8px 0;margin:14px 0}\n.vh-tip p{margin:0;font-size:13.5px;color:#2a2419;font-style:italic}\n.vh-tip strong{font-style:normal;color:#b98b35}\n.vh-table{width:100%;border-collapse:collapse;font-size:13.5px}\n.vh-table td{padding:8px 12px;border-bottom:1px solid #eadfcb}\n.vh-table td:first-child{font-weight:600;color:#6b5d40;width:38%}\n.vh-table tr:last-child td{border-bottom:none}\n.vh-pour{background:#faf4e5;border:1px solid #d7b36a;border-radius:12px;padding:20px 24px;margin:20px 0 0;text-align:center}\n.vh-pour h3{margin:0 0 12px;font-size:14px;color:#b98b35;letter-spacing:2px;text-transform:uppercase;font-weight:600}\n.vh-pour p{margin:0;font-size:14px;line-height:1.8}\n.vh-pour a{color:#b98b35;text-decoration:underline;font-weight:600}\n@media(max-width:680px){.vh-w{padding:20px 16px}.vh-tech-zone{flex-direction:column}}\n\u003c\/style\u003e\n\u003cdiv class=\"vh-w\"\u003e\n\u003cdiv class=\"vh-h\"\u003e\n\u003cdiv class=\"vh-c\"\u003eRainbow Dust - ProGel\u003c\/div\u003e\n\u003ch3 class=\"vh-t\"\u003e25 g Gel Food Coloring - Pink - ProGel\u003c\/h3\u003e\n\u003cp class=\"vh-tg\"\u003ePink gel food coloring, concentrated 25 g tube\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003cp class=\"vh-intro\"\u003eProGel Pink evokes modern Barbie pink, vibrant magenta. This concentrated gel food coloring in a 25 g format is designed for professional pastry chefs and demanding cake design enthusiasts. Particularly sought after for \u003cstrong\u003eBarbie-themed drip cakes (a huge trend since the 2023 film)\u003c\/strong\u003e and \u003cstrong\u003ebirthdays for teenage girls and young adults\u003c\/strong\u003e, it delivers a stable, intense color with just a few toothpick tips.\u003c\/p\u003e\n\u003cp class=\"vh-intro\"\u003eProGel's signature advantage: it is a \u003cstrong\u003egeneral-purpose water- and oil-compatible coloring\u003c\/strong\u003e, working equally well with water-based mixtures (royal icing, water-based icings, syrups, meringues, macarons) and fat-based mixtures (buttercream, ganache, tempered chocolate, rolled fondant, sugar paste). One tube is enough for the entire pastry range, whereas other colorings require two separate ranges depending on the base used. The concentrated 25 g format covers 30 to 50 preparations depending on the desired intensity.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eFeatures\u003c\/h3\u003e\n\u003cdiv class=\"vh-tech-zone\"\u003e\n\u003cdiv class=\"vh-tech-item\"\u003e\n\u003cp class=\"vh-tech-value\"\u003e25 g\u003c\/p\u003e\n\u003cp class=\"vh-tech-label\"\u003eFormat\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-tech-item\"\u003e\n\u003cp class=\"vh-tech-value\"\u003e1 to 8 tips\u003c\/p\u003e\n\u003cp class=\"vh-tech-label\"\u003eDosage \/ 250 g\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-tech-item\"\u003e\n\u003cp class=\"vh-tech-value\"\u003eWater \u0026amp; oil\u003c\/p\u003e\n\u003cp class=\"vh-tech-label\"\u003eVersatility\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eProGel Pink dosage guide\u003c\/h3\u003e\n\u003cp class=\"vh-intro\"\u003eThe shade can be adjusted according to the dosage without losing its character. The gel is measured by toothpick tip for precise control. This shade belongs to the Rainbow Dust ProGel range, which includes 38 shades in total.\u003c\/p\u003e\n\u003ctable class=\"vh-table\"\u003e\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eLight dosage\u003c\/td\u003e\n\u003ctd\u003e1 toothpick tip \/ 250 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eStandard dosage\u003c\/td\u003e\n\u003ctd\u003e2 to 3 tips \/ 250 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIntense dosage\u003c\/td\u003e\n\u003ctd\u003e5 to 8 tips \/ 250 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eUses\u003c\/h3\u003e\n\u003cul class=\"vh-list\"\u003e\n\u003cli\u003eBarbie-themed drip cakes (a huge trend since the 2023 film)\u003c\/li\u003e\n\u003cli\u003eBirthdays for teenage girls and young adults\u003c\/li\u003e\n\u003cli\u003eNumber cakes for girls' nights and girly events\u003c\/li\u003e\n\u003cli\u003eModern February 14 layer cakes (not traditionally romantic)\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-tip\"\u003e\u003cp\u003e\u003cstrong\u003eWorth noting:\u003c\/strong\u003e Pink has exploded in popularity since the 2023 Barbie film: orders for Barbie-themed cakes have tripled at pastry shops according to market feedback. For a successful Barbie drip cake: 100% Pink ProGel + white chocolate drips + Barbie topper + gold sprinkles. This is the most profitable order of the year for anyone targeting female customers aged 16–30.\u003c\/p\u003e\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eComplete technical specifications\u003c\/h3\u003e\n\u003ctable class=\"vh-table\"\u003e\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eProGel by Rainbow Dust (United Kingdom)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eShade\u003c\/td\u003e\n\u003ctd\u003ePink\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eContents\u003c\/td\u003e\n\u003ctd\u003e25 g squeeze tube\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eConcentrated general-purpose gel food coloring\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eVersatility\u003c\/td\u003e\n\u003ctd\u003eWater- and fat-based mixtures: royal icing, icings, buttercream, ganache, chocolate, fondant, sugar paste\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDosage\u003c\/td\u003e\n\u003ctd\u003e1 toothpick tip per 250 g for a pastel shade, up to 5 to 8 tips for a dark shade\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIngredients\u003c\/td\u003e\n\u003ctd\u003eHumectant gel base (glycerol E422), food coloring pigments compliant with European regulations on additives (EU 1333\/2008)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAllergens\u003c\/td\u003e\n\u003ctd\u003eNo major declared allergens. Gluten-free, lactose-free, egg-free, peanut-free, soy-free. Suitable for vegetarian diets.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eStorage\u003c\/td\u003e\n\u003ctd\u003eStore in a cool, dry place away from light, between 15 and 22 °C. Once opened, use within 18 months. Always dispense with a clean toothpick.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eFrequently asked questions\u003c\/h3\u003e\n\u003cdiv class=\"vh-faq\"\u003e\n\u003cdetails open\u003e\u003csummary\u003eFor which occasion should you choose the Pink shade?\u003c\/summary\u003e\u003cp\u003eColored sugar paste for event cakes and tiered cakes. This is one of the uses where this shade makes a particularly noticeable difference.\u003c\/p\u003e\u003c\/details\u003e\n\u003cdetails\u003e\u003csummary\u003eWhat dosage should be used for 250 g of preparation?\u003c\/summary\u003e\u003cp\u003eFor pastel shades: 1 toothpick tip. For vibrant shades: 2 to 3 tips. For dark shades: 5 to 8 tips. Always start with less and adjust gradually; it is easier to intensify a color than to lighten it.\u003c\/p\u003e\u003c\/details\u003e\n\u003cdetails\u003e\u003csummary\u003eHow many colored preparations can be made with one tube?\u003c\/summary\u003e\u003cp\u003eOne 25 g ProGel tube covers approximately 30 to 50 preparations of 250 g, depending on the desired intensity. For a pastry business in regular production, this is the most economical format.\u003c\/p\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-pour\"\u003e\n\u003ch3\u003eLearn more\u003c\/h3\u003e\n\u003cp\u003e\u003ca href=\"\/en\/products\/colorant-en-gel-25g-rouge-progel\"\u003eProGel Red\u003c\/a\u003e · \u003ca href=\"\/en\/products\/colorant-en-gel-25g-purple-violet-progel\"\u003eProGel Purple Violet\u003c\/a\u003e · \u003ca href=\"\/en\/collections\/colorants\"\u003eAll our food colorings\u003c\/a\u003e · \u003ca href=\"\/en\/collections\/rainbow-dust\"\u003eComplete Rainbow Dust range\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"RAINBOW DUST","offers":[{"title":"Default Title","offer_id":21576808792164,"sku":"PGL-PINK-FG","price":3.99,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0108\/6167\/4596\/files\/colorant-en-gel-25g-pink-progel-rainbow-dust-1.webp?v=1772133831"},{"product_id":"colorant-en-gel-25g-purple-violet-progel","title":"Gel Colorant 25g - Purple \/ Violet - ProGel","description":"\u003cstyle\u003e\n.vh-w{font-family:'Montserrat',sans-serif;color:#2a2419;line-height:1.65;font-size:15px;background:#faf7f0;padding:32px 28px;border-radius:14px;width:100%;box-sizing:border-box}\n.vh-w *{box-sizing:border-box}\n.vh-h{text-align:center;margin-bottom:28px;padding-bottom:24px;border-bottom:2px solid #d7b36a}\n.vh-c{display:inline-block;font-size:12px;letter-spacing:3px;color:#b98b35;font-weight:600;padding:6px 16px;border:1px solid #d7b36a;border-radius:20px;margin-bottom:14px;text-transform:uppercase}\n.vh-t{font-size:22px;font-weight:600;color:#2a2419;margin:0 0 10px}\n.vh-tg{font-style:italic;font-size:13px;color:#6b5d40;margin:0}\n.vh-b{background:#fbf9f3;border:1px solid #eadfcb;border-radius:12px;padding:22px 24px;margin:18px 0}\n.vh-bt{font-size:14px;font-weight:600;color:#b98b35;letter-spacing:2px;text-transform:uppercase;margin:0 0 14px;padding-bottom:8px;border-bottom:1px solid #eadfcb;display:flex;align-items:center;gap:10px}\n.vh-intro{font-size:15px;line-height:1.75;color:#2a2419;margin:10px 0}\n.vh-tech-zone{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;padding:14px 0}\n.vh-tech-item{flex:1;min-width:130px;max-width:200px;text-align:center;padding:14px 12px;background:#faf7f0;border:1px solid #eadfcb;border-radius:10px}\n.vh-tech-value{font-size:18px;font-weight:600;color:#b98b35;margin:0 0 4px}\n.vh-tech-label{font-size:11px;font-weight:600;color:#6b5d40;letter-spacing:1.2px;text-transform:uppercase}\n.vh-list{margin:0;padding-left:20px}\n.vh-list li{margin-bottom:6px;padding-left:4px;font-size:14px}\n.vh-list li::marker{color:#d7b36a}\n.vh-faq summary{cursor:pointer;padding:11px 14px;background:#faf4e5;border-radius:6px;font-weight:600;color:#2a2419;font-size:14px;margin-bottom:6px;list-style:none;position:relative;padding-right:36px;user-select:none}\n.vh-faq summary::-webkit-details-marker{display:none}\n.vh-faq summary::after{content:'+';position:absolute;right:14px;top:50%;transform:translateY(-50%);font-size:18px;color:#b98b35;font-weight:bold}\n.vh-faq details[open] summary::after{content:'-'}\n.vh-faq details{margin-bottom:6px}\n.vh-faq p{padding:10px 14px;margin:0;font-size:13.5px;color:#2a2419;background:#fbf9f3;border-radius:0 0 6px 6px;border:1px solid #eadfcb;border-top:none}\n.vh-tip{background:#fdf5e0;border-left:4px solid #b98b35;padding:14px 18px;border-radius:0 8px 8px 0;margin:14px 0}\n.vh-tip p{margin:0;font-size:13.5px;color:#2a2419;font-style:italic}\n.vh-tip strong{font-style:normal;color:#b98b35}\n.vh-table{width:100%;border-collapse:collapse;font-size:13.5px}\n.vh-table td{padding:8px 12px;border-bottom:1px solid #eadfcb}\n.vh-table td:first-child{font-weight:600;color:#6b5d40;width:38%}\n.vh-table tr:last-child td{border-bottom:none}\n.vh-pour{background:#faf4e5;border:1px solid #d7b36a;border-radius:12px;padding:20px 24px;margin:20px 0 0;text-align:center}\n.vh-pour h3{margin:0 0 12px;font-size:14px;color:#b98b35;letter-spacing:2px;text-transform:uppercase;font-weight:600}\n.vh-pour p{margin:0;font-size:14px;line-height:1.8}\n.vh-pour a{color:#b98b35;text-decoration:underline;font-weight:600}\n@media(max-width:680px){.vh-w{padding:20px 16px}.vh-tech-zone{flex-direction:column}}\n\u003c\/style\u003e\n\u003cdiv class=\"vh-w\"\u003e\n\u003cdiv class=\"vh-h\"\u003e\n\u003cdiv class=\"vh-c\"\u003eRainbow Dust - ProGel\u003c\/div\u003e\n\u003ch3 class=\"vh-t\"\u003e25 g Gel Food Coloring - Purple \/ Violet - ProGel\u003c\/h3\u003e\n\u003cp class=\"vh-tg\"\u003ePurple Violet gel food coloring, concentrated 25 g tube\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003cp class=\"vh-intro\"\u003eProGel Purple Violet evokes crystalline amethyst and a violet stormy sky. This concentrated 25 g gel food coloring is designed for professional pastry chefs and demanding cake design enthusiasts. Particularly sought after for \u003cstrong\u003egirls' birthday cupcakes with a princess or unicorn theme\u003c\/strong\u003e and \u003cstrong\u003echildren's or teens' Halloween layer cakes\u003c\/strong\u003e, it delivers a stable, intense color with just a few toothpick tips.\u003c\/p\u003e\n\u003cp class=\"vh-intro\"\u003eProGel's signature advantage: it is a \u003cstrong\u003egeneral-purpose water- and oil-based coloring\u003c\/strong\u003e, working equally well with water-based preparations (royal icing, water-based frostings, syrups, meringues, macarons) and fat-based preparations (buttercream, ganache, tempered chocolate, pastry fondant, sugar paste). One tube is enough for the entire range of pastry applications, whereas other colorings require two separate ranges depending on the base used. The concentrated 25 g format covers 30 to 50 preparations, depending on the desired intensity.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eFeatures\u003c\/h3\u003e\n\u003cdiv class=\"vh-tech-zone\"\u003e\n\u003cdiv class=\"vh-tech-item\"\u003e\n\u003cp class=\"vh-tech-value\"\u003e25 g\u003c\/p\u003e\n\u003cp class=\"vh-tech-label\"\u003eFormat\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-tech-item\"\u003e\n\u003cp class=\"vh-tech-value\"\u003e1 to 8 tips\u003c\/p\u003e\n\u003cp class=\"vh-tech-label\"\u003eDosage \/ 250 g\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-tech-item\"\u003e\n\u003cp class=\"vh-tech-value\"\u003eWater \u0026amp; oil\u003c\/p\u003e\n\u003cp class=\"vh-tech-label\"\u003eVersatility\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eProGel Purple Violet Dosage Guide\u003c\/h3\u003e\n\u003cp class=\"vh-intro\"\u003eThe shade can be adjusted according to the dosage without losing its identity. The gel is measured by toothpick tip for precise control. This shade belongs to the Rainbow Dust ProGel range, which includes 38 shades in total.\u003c\/p\u003e\n\u003ctable class=\"vh-table\"\u003e\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eLight dosage\u003c\/td\u003e\n\u003ctd\u003e1 toothpick tip \/ 250 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eStandard dosage\u003c\/td\u003e\n\u003ctd\u003e2 to 3 tips \/ 250 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIntense dosage\u003c\/td\u003e\n\u003ctd\u003e5 to 8 tips \/ 250 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eUses\u003c\/h3\u003e\n\u003cul class=\"vh-list\"\u003e\n\u003cli\u003eGirls' birthday cupcakes with a princess or unicorn theme\u003c\/li\u003e\n\u003cli\u003eChildren's or teens' Halloween layer cakes\u003c\/li\u003e\n\u003cli\u003eFairytale-themed royal icing cookies\u003c\/li\u003e\n\u003cli\u003eWitch or Halloween-themed drip cakes\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-tip\"\u003e\u003cp\u003e\u003cstrong\u003eGood to know:\u003c\/strong\u003e Purple Violet is highly saturated and works very well for children's orders with a Disney princess, Halloween witch, or unicorn theme. It is a pop color for children's creations and is not suitable for wedding cakes (choose Lilac for weddings instead). For sophisticated adult Halloween designs, combine it with Black and lustre gold.\u003c\/p\u003e\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eComplete Technical Specifications\u003c\/h3\u003e\n\u003ctable class=\"vh-table\"\u003e\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eProGel by Rainbow Dust (United Kingdom)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eShade\u003c\/td\u003e\n\u003ctd\u003ePurple Violet\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eContents\u003c\/td\u003e\n\u003ctd\u003e25 g flexible tube\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eConcentrated general-purpose gel food coloring\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eVersatility\u003c\/td\u003e\n\u003ctd\u003eWater- and fat-based preparations: royal icing, frostings, buttercream, ganache, chocolate, fondant, sugar paste\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDosage\u003c\/td\u003e\n\u003ctd\u003e1 toothpick tip per 250 g for a pastel shade, up to 5 to 8 tips for a dark shade\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIngredients\u003c\/td\u003e\n\u003ctd\u003eHumectant gel base (glycerol E422), food coloring pigments compliant with European regulations on additives (EU 1333\/2008)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAllergens\u003c\/td\u003e\n\u003ctd\u003eNo major declared allergens. Gluten-free, lactose-free, egg-free, peanut-free, soy-free. Suitable for vegetarian diets.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eStorage\u003c\/td\u003e\n\u003ctd\u003eStore in a cool, dry place away from light, between 15 and 22 °C. Once opened, use within 18 months. Always use a clean toothpick for dispensing.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eFrequently Asked Questions\u003c\/h3\u003e\n\u003cdiv class=\"vh-faq\"\u003e\n\u003cdetails open\u003e\u003csummary\u003eFor which occasion should you choose the Purple Violet shade?\u003c\/summary\u003e\u003cp\u003eNumber cakes for girls aged 8 to 14. This is one of the uses where this shade makes a particularly noticeable difference.\u003c\/p\u003e\u003c\/details\u003e\n\u003cdetails\u003e\u003csummary\u003eCan ProGel gel be mixed with melted chocolate?\u003c\/summary\u003e\u003cp\u003eYes, ProGel is designed to work with tempered chocolate as well, unlike classic water-based gel colorings that cause chocolate to crystallize. Add the gel tip at the end of tempering, at 28-30 °C, and gently mix with a spatula.\u003c\/p\u003e\u003c\/details\u003e\n\u003cdetails\u003e\u003csummary\u003eHow can you prevent the tube from becoming contaminated?\u003c\/summary\u003e\u003cp\u003eAlways use a new toothpick for each portion, and never dip a toothpick that has already been used into the preparation again. This practice preserves the tube's shelf life and the gel's purity.\u003c\/p\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-pour\"\u003e\n\u003ch3\u003eLearn More\u003c\/h3\u003e\n\u003cp\u003e\u003ca href=\"\/en\/products\/progel-noir\"\u003eProGel Black\u003c\/a\u003e · \u003ca href=\"\/en\/products\/colorant-en-gel-25g-pink-progel\"\u003eProGel Pink\u003c\/a\u003e · \u003ca href=\"\/en\/collections\/colorants\"\u003eAll our food colorings\u003c\/a\u003e · \u003ca href=\"\/en\/collections\/rainbow-dust\"\u003eComplete Rainbow Dust range\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"RAINBOW DUST","offers":[{"title":"Default Title","offer_id":21577195716708,"sku":"PGL-PURP-FG","price":3.99,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0108\/6167\/4596\/files\/colorant-en-gel-25g-purple-violet-progel-rainbow-dust-1.webp?v=1772133835"},{"product_id":"colorant-en-gel-25g-rouge-progel","title":"Gel Colorant 25g - Red - ProGel","description":"\u003cstyle\u003e\n.vh-w{font-family:'Montserrat',sans-serif;color:#2a2419;line-height:1.65;font-size:15px;background:#faf7f0;padding:32px 28px;border-radius:14px;width:100%;box-sizing:border-box}\n.vh-w *{box-sizing:border-box}\n.vh-h{text-align:center;margin-bottom:28px;padding-bottom:24px;border-bottom:2px solid #d7b36a}\n.vh-c{display:inline-block;font-size:12px;letter-spacing:3px;color:#b98b35;font-weight:600;padding:6px 16px;border:1px solid #d7b36a;border-radius:20px;margin-bottom:14px;text-transform:uppercase}\n.vh-t{font-size:22px;font-weight:600;color:#2a2419;margin:0 0 10px}\n.vh-tg{font-style:italic;font-size:13px;color:#6b5d40;margin:0}\n.vh-b{background:#fbf9f3;border:1px solid #eadfcb;border-radius:12px;padding:22px 24px;margin:18px 0}\n.vh-bt{font-size:14px;font-weight:600;color:#b98b35;letter-spacing:2px;text-transform:uppercase;margin:0 0 14px;padding-bottom:8px;border-bottom:1px solid #eadfcb;display:flex;align-items:center;gap:10px}\n.vh-intro{font-size:15px;line-height:1.75;color:#2a2419;margin:10px 0}\n.vh-tech-zone{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;padding:14px 0}\n.vh-tech-item{flex:1;min-width:130px;max-width:200px;text-align:center;padding:14px 12px;background:#faf7f0;border:1px solid #eadfcb;border-radius:10px}\n.vh-tech-value{font-size:18px;font-weight:600;color:#b98b35;margin:0 0 4px}\n.vh-tech-label{font-size:11px;font-weight:600;color:#6b5d40;letter-spacing:1.2px;text-transform:uppercase}\n.vh-list{margin:0;padding-left:20px}\n.vh-list li{margin-bottom:6px;padding-left:4px;font-size:14px}\n.vh-list li::marker{color:#d7b36a}\n.vh-faq summary{cursor:pointer;padding:11px 14px;background:#faf4e5;border-radius:6px;font-weight:600;color:#2a2419;font-size:14px;margin-bottom:6px;list-style:none;position:relative;padding-right:36px;user-select:none}\n.vh-faq summary::-webkit-details-marker{display:none}\n.vh-faq summary::after{content:'+';position:absolute;right:14px;top:50%;transform:translateY(-50%);font-size:18px;color:#b98b35;font-weight:bold}\n.vh-faq details[open] summary::after{content:'-'}\n.vh-faq details{margin-bottom:6px}\n.vh-faq p{padding:10px 14px;margin:0;font-size:13.5px;color:#2a2419;background:#fbf9f3;border-radius:0 0 6px 6px;border:1px solid #eadfcb;border-top:none}\n.vh-tip{background:#fdf5e0;border-left:4px solid #b98b35;padding:14px 18px;border-radius:0 8px 8px 0;margin:14px 0}\n.vh-tip p{margin:0;font-size:13.5px;color:#2a2419;font-style:italic}\n.vh-tip strong{font-style:normal;color:#b98b35}\n.vh-table{width:100%;border-collapse:collapse;font-size:13.5px}\n.vh-table td{padding:8px 12px;border-bottom:1px solid #eadfcb}\n.vh-table td:first-child{font-weight:600;color:#6b5d40;width:38%}\n.vh-table tr:last-child td{border-bottom:none}\n.vh-pour{background:#faf4e5;border:1px solid #d7b36a;border-radius:12px;padding:20px 24px;margin:20px 0 0;text-align:center}\n.vh-pour h3{margin:0 0 12px;font-size:14px;color:#b98b35;letter-spacing:2px;text-transform:uppercase;font-weight:600}\n.vh-pour p{margin:0;font-size:14px;line-height:1.8}\n.vh-pour a{color:#b98b35;text-decoration:underline;font-weight:600}\n@media(max-width:680px){.vh-w{padding:20px 16px}.vh-tech-zone{flex-direction:column}}\n\u003c\/style\u003e\n\u003cdiv class=\"vh-w\"\u003e\n\u003cdiv class=\"vh-h\"\u003e\n\u003cdiv class=\"vh-c\"\u003eRainbow Dust - ProGel\u003c\/div\u003e\n\u003ch3 class=\"vh-t\"\u003e25 g Gel Food Coloring - Red - ProGel\u003c\/h3\u003e\n\u003cp class=\"vh-tg\"\u003eRed gel food coloring, concentrated 25 g tube\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003cp class=\"vh-intro\"\u003eProGel Red evokes iconic lipstick red and juicy Morello cherries. This concentrated 25 g gel food coloring is designed for professional bakers and demanding cake design enthusiasts. Particularly sought after for \u003cstrong\u003eValentine's Day layer cakes\u003c\/strong\u003e, as well as \u003cstrong\u003ewedding cakes, year-end weddings, or festive receptions\u003c\/strong\u003e, it delivers a stable, intense shade with just a few toothpick tips.\u003c\/p\u003e\n\u003cp class=\"vh-intro\"\u003eProGel's signature advantage: it is a \u003cstrong\u003ewater- and oil-compatible all-purpose coloring\u003c\/strong\u003e, working equally well with water-based preparations (royal icing, water-based icings, syrups, meringues, macarons) and fat-based preparations (buttercream, ganache, tempered chocolate, pastry fondant, sugar paste). One tube is enough for the entire range of pastry preparations, whereas other colorings require two separate ranges depending on the base used. The concentrated 25 g format covers 30 to 50 preparations depending on the desired intensity.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eFeatures\u003c\/h3\u003e\n\u003cdiv class=\"vh-tech-zone\"\u003e\n\u003cdiv class=\"vh-tech-item\"\u003e\n\u003cp class=\"vh-tech-value\"\u003e25 g\u003c\/p\u003e\n\u003cp class=\"vh-tech-label\"\u003eFormat\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-tech-item\"\u003e\n\u003cp class=\"vh-tech-value\"\u003e1 to 8 tips\u003c\/p\u003e\n\u003cp class=\"vh-tech-label\"\u003eDosage \/ 250 g\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-tech-item\"\u003e\n\u003cp class=\"vh-tech-value\"\u003eWater \u0026amp; oil\u003c\/p\u003e\n\u003cp class=\"vh-tech-label\"\u003eVersatility\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eProGel Red Dosage Guide\u003c\/h3\u003e\n\u003cp class=\"vh-intro\"\u003eThe shade can be adjusted according to the dosage without losing its identity. The gel is measured by toothpick tip for precise control. This shade belongs to the Rainbow Dust ProGel range, which includes 38 shades in total.\u003c\/p\u003e\n\u003ctable class=\"vh-table\"\u003e\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eLight dosage\u003c\/td\u003e\n\u003ctd\u003e1 toothpick tip \/ 250 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eStandard dosage\u003c\/td\u003e\n\u003ctd\u003e2 to 3 tips \/ 250 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIntense dosage\u003c\/td\u003e\n\u003ctd\u003e5 to 8 tips \/ 250 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eUses\u003c\/h3\u003e\n\u003cul class=\"vh-list\"\u003e\n\u003cli\u003eRomantic February 14 layer cakes\u003c\/li\u003e\n\u003cli\u003eYear-end wedding cakes or festive reception cakes\u003c\/li\u003e\n\u003cli\u003eHeart- or red-rose-shaped royal icing cookies\u003c\/li\u003e\n\u003cli\u003eGlamorous and sensual themed birthday drip cakes\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-tip\"\u003e\u003cp\u003e\u003cstrong\u003ePlease note:\u003c\/strong\u003e Red is the quintessential color for February 14 and year-end celebrations. For a deep red effect, add 1 tip of Black to Red to intensify it without shifting toward orange. Combined with Black, it creates a sophisticated mature black-rose effect for girls' nights and glamorous events.\u003c\/p\u003e\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eComplete Technical Data\u003c\/h3\u003e\n\u003ctable class=\"vh-table\"\u003e\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eProGel by Rainbow Dust (United Kingdom)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eShade\u003c\/td\u003e\n\u003ctd\u003eRed\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eContent\u003c\/td\u003e\n\u003ctd\u003e25 g flexible tube\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eConcentrated all-purpose gel food coloring\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eVersatility\u003c\/td\u003e\n\u003ctd\u003eWater- and fat-based preparations: royal icing, icings, buttercream, ganache, chocolate, fondant, sugar paste\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDosage\u003c\/td\u003e\n\u003ctd\u003e1 toothpick tip per 250 g for a pastel shade, up to 5 to 8 tips for a dark shade\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIngredients\u003c\/td\u003e\n\u003ctd\u003eHumectant gel base (glycerol E422), food coloring pigments compliant with European regulations on additives (EU 1333\/2008)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAllergens\u003c\/td\u003e\n\u003ctd\u003eNo major declared allergens. Gluten-free, lactose-free, egg-free, peanut-free, soy-free. Suitable for vegetarian diets.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eStorage\u003c\/td\u003e\n\u003ctd\u003eStore in a cool, dry place away from light, between 15 and 22 °C. Once opened, use within 18 months. Always dispense with a clean toothpick.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eFrequently Asked Questions\u003c\/h3\u003e\n\u003cdiv class=\"vh-faq\"\u003e\n\u003cdetails open\u003e\u003csummary\u003eFor which occasion should you choose the Red shade?\u003c\/summary\u003e\u003cp\u003eEvent cupcakes for a chic year-end evening. This is one of the uses where this shade makes a particularly noticeable difference.\u003c\/p\u003e\u003c\/details\u003e\n\u003cdetails\u003e\u003csummary\u003eHow many colored preparations can one tube produce?\u003c\/summary\u003e\u003cp\u003eA 25 g ProGel tube covers approximately 30 to 50 preparations of 250 g, depending on the desired intensity. For regular pastry production, it is the most economical format.\u003c\/p\u003e\u003c\/details\u003e\n\u003cdetails\u003e\u003csummary\u003eDoes ProGel work with all preparations?\u003c\/summary\u003e\u003cp\u003eYes, ProGel is a water- and oil-compatible all-purpose gel: it works equally well with water-based preparations (royal icing, icings, meringues, macarons) and fat-based preparations (buttercream, chocolate, ganache, fondant, sugar paste). One tube is enough where other colorings require a separate range depending on the type of base used.\u003c\/p\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-pour\"\u003e\n\u003ch3\u003eLearn More\u003c\/h3\u003e\n\u003cp\u003e\u003ca href=\"\/en\/products\/progel-noir\"\u003eProGel Black\u003c\/a\u003e · \u003ca href=\"\/en\/products\/colorant-en-gel-25g-pink-progel\"\u003eProGel Pink\u003c\/a\u003e · \u003ca href=\"\/en\/collections\/colorants\"\u003eAll our food colorings\u003c\/a\u003e · \u003ca href=\"\/en\/collections\/rainbow-dust\"\u003eComplete Rainbow Dust range\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"RAINBOW DUST","offers":[{"title":"Default Title","offer_id":21577341894756,"sku":"PGL-RED-FG","price":3.99,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0108\/6167\/4596\/files\/colorant-en-gel-25g-rouge-progel-rainbow-dust-1.webp?v=1772133840"},{"product_id":"colorant-en-gel-25g-ruby-progel","title":"Gel Colorant 25g - Ruby - ProGel","description":"\u003cstyle\u003e\n.vh-w{font-family:'Montserrat',sans-serif;color:#2a2419;line-height:1.65;font-size:15px;background:#faf7f0;padding:32px 28px;border-radius:14px;width:100%;box-sizing:border-box}\n.vh-w *{box-sizing:border-box}\n.vh-h{text-align:center;margin-bottom:28px;padding-bottom:24px;border-bottom:2px solid #d7b36a}\n.vh-c{display:inline-block;font-size:12px;letter-spacing:3px;color:#b98b35;font-weight:600;padding:6px 16px;border:1px solid #d7b36a;border-radius:20px;margin-bottom:14px;text-transform:uppercase}\n.vh-t{font-size:22px;font-weight:600;color:#2a2419;margin:0 0 10px}\n.vh-tg{font-style:italic;font-size:13px;color:#6b5d40;margin:0}\n.vh-b{background:#fbf9f3;border:1px solid #eadfcb;border-radius:12px;padding:22px 24px;margin:18px 0}\n.vh-bt{font-size:14px;font-weight:600;color:#b98b35;letter-spacing:2px;text-transform:uppercase;margin:0 0 14px;padding-bottom:8px;border-bottom:1px solid #eadfcb;display:flex;align-items:center;gap:10px}\n.vh-intro{font-size:15px;line-height:1.75;color:#2a2419;margin:10px 0}\n.vh-tech-zone{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;padding:14px 0}\n.vh-tech-item{flex:1;min-width:130px;max-width:200px;text-align:center;padding:14px 12px;background:#faf7f0;border:1px solid #eadfcb;border-radius:10px}\n.vh-tech-value{font-size:18px;font-weight:600;color:#b98b35;margin:0 0 4px}\n.vh-tech-label{font-size:11px;font-weight:600;color:#6b5d40;letter-spacing:1.2px;text-transform:uppercase}\n.vh-list{margin:0;padding-left:20px}\n.vh-list li{margin-bottom:6px;padding-left:4px;font-size:14px}\n.vh-list li::marker{color:#d7b36a}\n.vh-faq summary{cursor:pointer;padding:11px 14px;background:#faf4e5;border-radius:6px;font-weight:600;color:#2a2419;font-size:14px;margin-bottom:6px;list-style:none;position:relative;padding-right:36px;user-select:none}\n.vh-faq summary::-webkit-details-marker{display:none}\n.vh-faq summary::after{content:'+';position:absolute;right:14px;top:50%;transform:translateY(-50%);font-size:18px;color:#b98b35;font-weight:bold}\n.vh-faq details[open] summary::after{content:'-'}\n.vh-faq details{margin-bottom:6px}\n.vh-faq p{padding:10px 14px;margin:0;font-size:13.5px;color:#2a2419;background:#fbf9f3;border-radius:0 0 6px 6px;border:1px solid #eadfcb;border-top:none}\n.vh-tip{background:#fdf5e0;border-left:4px solid #b98b35;padding:14px 18px;border-radius:0 8px 8px 0;margin:14px 0}\n.vh-tip p{margin:0;font-size:13.5px;color:#2a2419;font-style:italic}\n.vh-tip strong{font-style:normal;color:#b98b35}\n.vh-table{width:100%;border-collapse:collapse;font-size:13.5px}\n.vh-table td{padding:8px 12px;border-bottom:1px solid #eadfcb}\n.vh-table td:first-child{font-weight:600;color:#6b5d40;width:38%}\n.vh-table tr:last-child td{border-bottom:none}\n.vh-pour{background:#faf4e5;border:1px solid #d7b36a;border-radius:12px;padding:20px 24px;margin:20px 0 0;text-align:center}\n.vh-pour h3{margin:0 0 12px;font-size:14px;color:#b98b35;letter-spacing:2px;text-transform:uppercase;font-weight:600}\n.vh-pour p{margin:0;font-size:14px;line-height:1.8}\n.vh-pour a{color:#b98b35;text-decoration:underline;font-weight:600}\n@media(max-width:680px){.vh-w{padding:20px 16px}.vh-tech-zone{flex-direction:column}}\n\u003c\/style\u003e\n\u003cdiv class=\"vh-w\"\u003e\n\u003cdiv class=\"vh-h\"\u003e\n\u003cdiv class=\"vh-c\"\u003eRainbow Dust - ProGel Colorants\u003c\/div\u003e\n\u003ch3 class=\"vh-t\"\u003e25 g Gel Food Coloring - Ruby - ProGel\u003c\/h3\u003e\n\u003cp class=\"vh-tg\"\u003eRuby-colored gel food coloring, 25 g concentrated bottle\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003cp class=\"vh-intro\"\u003eProGel Ruby evokes intense ruby and opened pomegranate. This concentrated 25 g gel food coloring is designed for professional bakers and demanding cake design enthusiasts. Particularly sought after for \u003cstrong\u003esophisticated autumn wedding cakes\u003c\/strong\u003e and \u003cstrong\u003e40th wedding anniversary layer cakes (ruby anniversary)\u003c\/strong\u003e, it delivers a stable, intense color with just a few toothpick tips.\u003c\/p\u003e\n\u003cp class=\"vh-intro\"\u003eProGel's signature advantage: it is a \u003cstrong\u003egeneral-purpose water- and oil-based coloring\u003c\/strong\u003e, working equally well on water-based preparations (royal icing, water-based icings, syrups, meringues, macarons) and fat-based preparations (buttercream, ganache, tempered chocolate, pastry fondant, sugar paste). One tube for the entire pastry range, whereas other colorings on the market require two separate ranges, one oil-soluble and one water-soluble. The concentrated 25 g format covers 30 to 50 preparations, depending on the desired intensity.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eFeatures\u003c\/h3\u003e\n\u003cdiv class=\"vh-tech-zone\"\u003e\n\u003cdiv class=\"vh-tech-item\"\u003e\n\u003cp class=\"vh-tech-value\"\u003e25 g\u003c\/p\u003e\n\u003cp class=\"vh-tech-label\"\u003eNet weight\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-tech-item\"\u003e\n\u003cp class=\"vh-tech-value\"\u003eWater + oil\u003c\/p\u003e\n\u003cp class=\"vh-tech-label\"\u003eVersatility\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-tech-item\"\u003e\n\u003cp class=\"vh-tech-value\"\u003e30 to 50\u003c\/p\u003e\n\u003cp class=\"vh-tech-label\"\u003ePreparations \/ tube\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eUses\u003c\/h3\u003e\n\u003cul class=\"vh-list\"\u003e\n\u003cli\u003eSophisticated autumn wedding cakes\u003c\/li\u003e\n\u003cli\u003e40th wedding anniversary layer cakes (ruby anniversary)\u003c\/li\u003e\n\u003cli\u003eRoyal icing cookies with an autumn and red berry theme\u003c\/li\u003e\n\u003cli\u003eGourmet, chic event drip cakes\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-tip\"\u003e\u003cp\u003e\u003cstrong\u003eGood to know:\u003c\/strong\u003e Ruby is the signature deep pink-red of high-end wedding cakes. More sophisticated than Red and more saturated than Raspberry. Very popular for 40th wedding anniversaries (ruby anniversaries). Combine with Olive Green and Ochre for a complete, chic autumn palette.\u003c\/p\u003e\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eDosage guide (for 250 g of preparation)\u003c\/h3\u003e\n\u003ctable class=\"vh-table\"\u003e\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eLight dosage\u003c\/td\u003e\n\u003ctd\u003e1 toothpick tip \/ 250 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eStandard dosage\u003c\/td\u003e\n\u003ctd\u003e2 to 3 tips \/ 250 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIntense dosage\u003c\/td\u003e\n\u003ctd\u003e5 to 8 tips \/ 250 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eComplete technical specifications\u003c\/h3\u003e\n\u003ctable class=\"vh-table\"\u003e\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eRainbow Dust, ProGel range\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eColor\u003c\/td\u003e\n\u003ctd\u003eRuby\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCapacity\u003c\/td\u003e\n\u003ctd\u003e25 g, flexible tube\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eConcentrated gel food coloring, general-purpose water- and oil-based\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIngredients\u003c\/td\u003e\n\u003ctd\u003ehumectant gel base (glycerol E422), food color pigments compliant with European regulations on additives (EU 1333\/2008).\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAllergens\u003c\/td\u003e\n\u003ctd\u003eno major declared allergens. Gluten-free, lactose-free, egg-free, peanut-free, soy-free. Suitable for vegetarian diets.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eStorage\u003c\/td\u003e\n\u003ctd\u003eStore in a cool, dry place away from light, between 15 and 22 degrees C. Use within 18 months after opening.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\u003c\/table\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eOther ProGel colors\u003c\/h3\u003e\n\u003cul class=\"vh-list\"\u003e\n\u003cli\u003e\n\u003ca href=\"\/en\/products\/colorant-en-gel-concentre-sapphire-progel\" style=\"color:#b98b35;text-decoration:underline;font-weight:600\"\u003eProGel Sapphire\u003c\/a\u003e : cool contrast for a ceremonial palette\u003c\/li\u003e\n\u003cli\u003e\n\u003ca href=\"\/en\/products\/progelfraise\" style=\"color:#b98b35;text-decoration:underline;font-weight:600\"\u003eProGel Strawberry Red\u003c\/a\u003e : a brighter, fruitier red shade\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eFrequently asked questions\u003c\/h3\u003e\n\u003cdiv class=\"vh-faq\"\u003e\n\u003cdetails open\u003e\u003csummary\u003eFor which occasions is the Ruby shade most requested?\u003c\/summary\u003e\u003cp\u003eRuby is a deep pink-red widely used on autumn wedding cakes and 40th wedding anniversary cakes (ruby anniversaries). More sophisticated than a classic red, it pairs well with Olive Green and Ochre for a complete autumn palette.\u003c\/p\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eHow can I adjust the color intensity?\u003c\/summary\u003e\u003cp\u003eAlways start with a light dosage (1 toothpick tip per 250 g), then add gradually: 2 to 3 tips for a standard shade, 5 to 8 tips for a deeper version. It is easier to intensify a shade that is too pale than to lighten one that is too strong.\u003c\/p\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eCan this coloring replace several products in my workshop?\u003c\/summary\u003e\u003cp\u003eYes: its general-purpose formula covers both water-based and fat-based preparations with a single tube, whereas other colorings on the market require two separate ranges depending on the base used. It saves space and money in a professional workshop.\u003c\/p\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-pour\"\u003e\n\u003ch3\u003eLearn more\u003c\/h3\u003e\n\u003cp\u003e\u003ca href=\"\/en\/products\/colorant-en-gel-concentre-sapphire-progel\" style=\"color:#b98b35;text-decoration:underline;font-weight:600\"\u003eProGel Sapphire\u003c\/a\u003e · \u003ca href=\"\/en\/products\/progelfraise\" style=\"color:#b98b35;text-decoration:underline;font-weight:600\"\u003eProGel Strawberry Red\u003c\/a\u003e · \u003ca href=\"\/en\/collections\/progel\" style=\"color:#b98b35;text-decoration:underline;font-weight:600\"\u003eRainbow Dust ProGel range\u003c\/a\u003e · \u003ca href=\"\/en\/collections\/rainbow-dust\" style=\"color:#b98b35;text-decoration:underline;font-weight:600\"\u003ethe entire Rainbow Dust brand\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"RAINBOW DUST","offers":[{"title":"Default Title","offer_id":21577494003812,"sku":"PGL-RUBY-FG","price":3.99,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0108\/6167\/4596\/files\/colorant-en-gel-25g-ruby-progel-rainbow-dust-1.webp?v=1772133844"},{"product_id":"colorant-en-gel-25g-sea-green-vert-bleu-progel","title":"Gel Colorant 25g - Sea Green - Blue Green - ProGel","description":"\u003cstyle\u003e\n.vh-w{font-family:'Montserrat',sans-serif;color:#2a2419;line-height:1.65;font-size:15px;background:#faf7f0;padding:32px 28px;border-radius:14px;width:100%;box-sizing:border-box}\n.vh-w *{box-sizing:border-box}\n.vh-h{text-align:center;margin-bottom:28px;padding-bottom:24px;border-bottom:2px solid #d7b36a}\n.vh-c{display:inline-block;font-size:12px;letter-spacing:3px;color:#b98b35;font-weight:600;padding:6px 16px;border:1px solid #d7b36a;border-radius:20px;margin-bottom:14px;text-transform:uppercase}\n.vh-t{font-size:22px;font-weight:600;color:#2a2419;margin:0 0 10px}\n.vh-tg{font-style:italic;font-size:13px;color:#6b5d40;margin:0}\n.vh-b{background:#fbf9f3;border:1px solid #eadfcb;border-radius:12px;padding:22px 24px;margin:18px 0}\n.vh-bt{font-size:14px;font-weight:600;color:#b98b35;letter-spacing:2px;text-transform:uppercase;margin:0 0 14px;padding-bottom:8px;border-bottom:1px solid #eadfcb;display:flex;align-items:center;gap:10px}\n.vh-intro{font-size:15px;line-height:1.75;color:#2a2419;margin:10px 0}\n.vh-tech-zone{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;padding:14px 0}\n.vh-tech-item{flex:1;min-width:130px;max-width:200px;text-align:center;padding:14px 12px;background:#faf7f0;border:1px solid #eadfcb;border-radius:10px}\n.vh-tech-value{font-size:18px;font-weight:600;color:#b98b35;margin:0 0 4px}\n.vh-tech-label{font-size:11px;font-weight:600;color:#6b5d40;letter-spacing:1.2px;text-transform:uppercase}\n.vh-list{margin:0;padding-left:20px}\n.vh-list li{margin-bottom:6px;padding-left:4px;font-size:14px}\n.vh-list li::marker{color:#d7b36a}\n.vh-faq summary{cursor:pointer;padding:11px 14px;background:#faf4e5;border-radius:6px;font-weight:600;color:#2a2419;font-size:14px;margin-bottom:6px;list-style:none;position:relative;padding-right:36px;user-select:none}\n.vh-faq summary::-webkit-details-marker{display:none}\n.vh-faq summary::after{content:'+';position:absolute;right:14px;top:50%;transform:translateY(-50%);font-size:18px;color:#b98b35;font-weight:bold}\n.vh-faq details[open] summary::after{content:'-'}\n.vh-faq details{margin-bottom:6px}\n.vh-faq p{padding:10px 14px;margin:0;font-size:13.5px;color:#2a2419;background:#fbf9f3;border-radius:0 0 6px 6px;border:1px solid #eadfcb;border-top:none}\n.vh-tip{background:#fdf5e0;border-left:4px solid #b98b35;padding:14px 18px;border-radius:0 8px 8px 0;margin:14px 0}\n.vh-tip p{margin:0;font-size:13.5px;color:#2a2419;font-style:italic}\n.vh-tip strong{font-style:normal;color:#b98b35}\n.vh-table{width:100%;border-collapse:collapse;font-size:13.5px}\n.vh-table td{padding:8px 12px;border-bottom:1px solid #eadfcb}\n.vh-table td:first-child{font-weight:600;color:#6b5d40;width:38%}\n.vh-table tr:last-child td{border-bottom:none}\n.vh-pour{background:#faf4e5;border:1px solid #d7b36a;border-radius:12px;padding:20px 24px;margin:20px 0 0;text-align:center}\n.vh-pour h3{margin:0 0 12px;font-size:14px;color:#b98b35;letter-spacing:2px;text-transform:uppercase;font-weight:600}\n.vh-pour p{margin:0;font-size:14px;line-height:1.8}\n.vh-pour a{color:#b98b35;text-decoration:underline;font-weight:600}\n@media(max-width:680px){.vh-w{padding:20px 16px}.vh-tech-zone{flex-direction:column}}\n\u003c\/style\u003e\n\u003cdiv class=\"vh-w\"\u003e\n\u003cdiv class=\"vh-h\"\u003e\n\u003cdiv class=\"vh-c\"\u003eRainbow Dust - Colorants ProGel\u003c\/div\u003e\n\u003ch3 class=\"vh-t\"\u003e25 g Gel Food Coloring - Sea Green - Blue-Green - ProGel\u003c\/h3\u003e\n\u003cp class=\"vh-tg\"\u003eSea Green gel food coloring, concentrated 25 g bottle\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003cp class=\"vh-intro\"\u003eProGel Sea Green evokes wave foam at dawn, the lagoon's aqua green. This concentrated 25 g gel food coloring is designed for professional pastry chefs and discerning cake design enthusiasts. Particularly sought after for \u003cstrong\u003eFrench Riviera or romantic Brittany-themed wedding cakes\u003c\/strong\u003e and \u003cstrong\u003eneutral baby shower cupcakes as alternatives to mint green\u003c\/strong\u003e, it provides a stable, intense color with just a few toothpick tips.\u003c\/p\u003e\n\u003cp class=\"vh-intro\"\u003eProGel's signature advantage: it is an \u003cstrong\u003eall-purpose water- and oil-compatible food coloring\u003c\/strong\u003e, working equally well on water-based preparations (royal icing, water-based glazes, syrups, meringues, macarons) and fat-based preparations (buttercream, ganache, tempered chocolate, pastry fondant, sugar paste). One tube for the entire pastry range, whereas other food colorings on the market require two separate ranges, one oil-soluble and one water-soluble. The concentrated 25 g format covers 30 to 50 preparations, depending on the desired intensity.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eFeatures\u003c\/h3\u003e\n\u003cdiv class=\"vh-tech-zone\"\u003e\n\u003cdiv class=\"vh-tech-item\"\u003e\n\u003cp class=\"vh-tech-value\"\u003e25 g\u003c\/p\u003e\n\u003cp class=\"vh-tech-label\"\u003eNet weight\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-tech-item\"\u003e\n\u003cp class=\"vh-tech-value\"\u003eWater + oil\u003c\/p\u003e\n\u003cp class=\"vh-tech-label\"\u003eVersatility\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-tech-item\"\u003e\n\u003cp class=\"vh-tech-value\"\u003e30 to 50\u003c\/p\u003e\n\u003cp class=\"vh-tech-label\"\u003ePreparations \/ tube\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eUses\u003c\/h3\u003e\n\u003cul class=\"vh-list\"\u003e\n\u003cli\u003eFrench Riviera or romantic Brittany-themed wedding cakes\u003c\/li\u003e\n\u003cli\u003eNeutral baby shower cupcakes as alternatives to Mint Green\u003c\/li\u003e\n\u003cli\u003eSeaside or nautical birthday layer cakes\u003c\/li\u003e\n\u003cli\u003eRoyal icing cookies shaped like shells or seahorses\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-tip\"\u003e\u003cp\u003e\u003cstrong\u003ePlease note:\u003c\/strong\u003e Sea Green (Blue-Green) is the sophisticated version of Mint Green for Mediterranean wedding cakes. The pitfall: do not pair it with pure navy blue, which creates a harsh contrast. Choose Sea Green + Cream + Peach instead to evoke a beach at sunset. One tip of ProGel is enough to tint 250 g of buttercream: it is a highly concentrated pigment.\u003c\/p\u003e\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eDosage guide (for 250 g of preparation)\u003c\/h3\u003e\n\u003ctable class=\"vh-table\"\u003e\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eLight dosage\u003c\/td\u003e\n\u003ctd\u003e1 toothpick tip \/ 250 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eStandard dosage\u003c\/td\u003e\n\u003ctd\u003e2 to 3 tips \/ 250 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIntense dosage\u003c\/td\u003e\n\u003ctd\u003e5 to 8 tips \/ 250 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eComplete technical specifications\u003c\/h3\u003e\n\u003ctable class=\"vh-table\"\u003e\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eRainbow Dust, ProGel range\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eColor\u003c\/td\u003e\n\u003ctd\u003eSea Green\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCapacity\u003c\/td\u003e\n\u003ctd\u003e25 g, squeezable tube\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eConcentrated gel food coloring, all-purpose water- and oil-compatible\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIngredients\u003c\/td\u003e\n\u003ctd\u003eHumectant gel base (glycerol E422), food coloring pigments compliant with European regulations on additives (EU 1333\/2008).\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAllergens\u003c\/td\u003e\n\u003ctd\u003eNo major declared allergens. Gluten-free, lactose-free, egg-free, peanut-free, soy-free. Suitable for vegetarian diets.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eStorage\u003c\/td\u003e\n\u003ctd\u003eStore in a cool, dry place away from light, between 15 and 22 degrees C. Use within 18 months after opening.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\u003c\/table\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eOther ProGel colors\u003c\/h3\u003e\n\u003cul class=\"vh-list\"\u003e\n\u003cli\u003e\n\u003ca href=\"\/en\/products\/colorant-en-gel-concentre-turquoise-progel\" style=\"color:#b98b35;text-decoration:underline;font-weight:600\"\u003eProGel Turquoise\u003c\/a\u003e: brighter for a coastal gradient\u003c\/li\u003e\n\u003cli\u003e\n\u003ca href=\"\/en\/products\/colorant-en-gel-concentre-olive-green-progel\" style=\"color:#b98b35;text-decoration:underline;font-weight:600\"\u003eProGel Olive Green\u003c\/a\u003e: a warmer nature-green pairing\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eFrequently asked questions\u003c\/h3\u003e\n\u003cdiv class=\"vh-faq\"\u003e\n\u003cdetails open\u003e\u003csummary\u003eWhat does the Sea Green color look like?\u003c\/summary\u003e\u003cp\u003eSea Green is a blue-green that evokes foam and lagoons, used for French Riviera or Brittany wedding cakes and as a more sophisticated alternative to Mint Green. It pairs well with Cream and Peach for a seaside atmosphere.\u003c\/p\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eDo I need a different food coloring depending on the type of preparation?\u003c\/summary\u003e\u003cp\u003eNo, this gel was designed to be versatile: the same formula can be used on water-based preparations (royal icing, syrups, macarons) and fat-based preparations (buttercream, ganache, chocolate, sugar paste). This avoids having to keep multiple products in stock, unlike some brands that separate their oil-soluble and water-soluble ranges.\u003c\/p\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eHow can I incorporate this gel into a chocolate preparation without graining?\u003c\/summary\u003e\u003cp\u003eAlways incorporate the gel at the very end of tempering, at around 28 to 30 degrees C, in a small quantity, mixing gently with a spatula. This method prevents the graining that a conventional water-based food coloring could cause.\u003c\/p\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-pour\"\u003e\n\u003ch3\u003eLearn more\u003c\/h3\u003e\n\u003cp\u003e\u003ca href=\"\/en\/products\/colorant-en-gel-concentre-turquoise-progel\" style=\"color:#b98b35;text-decoration:underline;font-weight:600\"\u003eProGel Turquoise\u003c\/a\u003e · \u003ca href=\"\/en\/products\/colorant-en-gel-concentre-olive-green-progel\" style=\"color:#b98b35;text-decoration:underline;font-weight:600\"\u003eProGel Olive Green\u003c\/a\u003e · \u003ca href=\"\/en\/collections\/progel\" style=\"color:#b98b35;text-decoration:underline;font-weight:600\"\u003eRainbow Dust ProGel range\u003c\/a\u003e · \u003ca href=\"\/en\/collections\/rainbow-dust\" style=\"color:#b98b35;text-decoration:underline;font-weight:600\"\u003ethe entire Rainbow Dust brand\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"RAINBOW DUST","offers":[{"title":"Default Title","offer_id":21577714892900,"sku":"PGL-SEGR-FG","price":3.99,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0108\/6167\/4596\/files\/colorant-en-gel-25g-sea-green-vert-bleu-progel-rainbow-dust-1.webp?v=1772133849"},{"product_id":"progelfraise","title":"Gel Colorant 25g - Strawberry Red - ProGel","description":"\u003cstyle\u003e\n.vh-w{font-family:'Montserrat',sans-serif;color:#2a2419;line-height:1.65;font-size:15px;background:#faf7f0;padding:32px 28px;border-radius:14px;width:100%;box-sizing:border-box}\n.vh-w *{box-sizing:border-box}\n.vh-h{text-align:center;margin-bottom:28px;padding-bottom:24px;border-bottom:2px solid #d7b36a}\n.vh-c{display:inline-block;font-size:12px;letter-spacing:3px;color:#b98b35;font-weight:600;padding:6px 16px;border:1px solid #d7b36a;border-radius:20px;margin-bottom:14px;text-transform:uppercase}\n.vh-t{font-size:22px;font-weight:600;color:#2a2419;margin:0 0 10px}\n.vh-tg{font-style:italic;font-size:13px;color:#6b5d40;margin:0}\n.vh-b{background:#fbf9f3;border:1px solid #eadfcb;border-radius:12px;padding:22px 24px;margin:18px 0}\n.vh-bt{font-size:14px;font-weight:600;color:#b98b35;letter-spacing:2px;text-transform:uppercase;margin:0 0 14px;padding-bottom:8px;border-bottom:1px solid #eadfcb;display:flex;align-items:center;gap:10px}\n.vh-intro{font-size:15px;line-height:1.75;color:#2a2419;margin:10px 0}\n.vh-tech-zone{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;padding:14px 0}\n.vh-tech-item{flex:1;min-width:130px;max-width:200px;text-align:center;padding:14px 12px;background:#faf7f0;border:1px solid #eadfcb;border-radius:10px}\n.vh-tech-value{font-size:18px;font-weight:600;color:#b98b35;margin:0 0 4px}\n.vh-tech-label{font-size:11px;font-weight:600;color:#6b5d40;letter-spacing:1.2px;text-transform:uppercase}\n.vh-list{margin:0;padding-left:20px}\n.vh-list li{margin-bottom:6px;padding-left:4px;font-size:14px}\n.vh-list li::marker{color:#d7b36a}\n.vh-faq summary{cursor:pointer;padding:11px 14px;background:#faf4e5;border-radius:6px;font-weight:600;color:#2a2419;font-size:14px;margin-bottom:6px;list-style:none;position:relative;padding-right:36px;user-select:none}\n.vh-faq summary::-webkit-details-marker{display:none}\n.vh-faq summary::after{content:'+';position:absolute;right:14px;top:50%;transform:translateY(-50%);font-size:18px;color:#b98b35;font-weight:bold}\n.vh-faq details[open] summary::after{content:'-'}\n.vh-faq details{margin-bottom:6px}\n.vh-faq p{padding:10px 14px;margin:0;font-size:13.5px;color:#2a2419;background:#fbf9f3;border-radius:0 0 6px 6px;border:1px solid #eadfcb;border-top:none}\n.vh-tip{background:#fdf5e0;border-left:4px solid #b98b35;padding:14px 18px;border-radius:0 8px 8px 0;margin:14px 0}\n.vh-tip p{margin:0;font-size:13.5px;color:#2a2419;font-style:italic}\n.vh-tip strong{font-style:normal;color:#b98b35}\n.vh-table{width:100%;border-collapse:collapse;font-size:13.5px}\n.vh-table td{padding:8px 12px;border-bottom:1px solid #eadfcb}\n.vh-table td:first-child{font-weight:600;color:#6b5d40;width:38%}\n.vh-table tr:last-child td{border-bottom:none}\n.vh-pour{background:#faf4e5;border:1px solid #d7b36a;border-radius:12px;padding:20px 24px;margin:20px 0 0;text-align:center}\n.vh-pour h3{margin:0 0 12px;font-size:14px;color:#b98b35;letter-spacing:2px;text-transform:uppercase;font-weight:600}\n.vh-pour p{margin:0;font-size:14px;line-height:1.8}\n.vh-pour a{color:#b98b35;text-decoration:underline;font-weight:600}\n@media(max-width:680px){.vh-w{padding:20px 16px}.vh-tech-zone{flex-direction:column}}\n\u003c\/style\u003e\n\u003cdiv class=\"vh-w\"\u003e\n\u003cdiv class=\"vh-h\"\u003e\n\u003cdiv class=\"vh-c\"\u003eRainbow Dust - ProGel Colorants\u003c\/div\u003e\n\u003ch3 class=\"vh-t\"\u003e25 g Gel Food Coloring - Strawberry Red - ProGel\u003c\/h3\u003e\n\u003cp class=\"vh-tg\"\u003eStrawberry Red gel food coloring, 25 g concentrated bottle\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003cp class=\"vh-intro\"\u003eProGel Strawberry Red evokes crushed wild strawberries and ripe raspberries. This concentrated 25 g gel food coloring is designed for professional pastry chefs and demanding cake design enthusiasts. Particularly sought after for \u003cstrong\u003ebirthday layer cakes with red fruit decorations\u003c\/strong\u003e and \u003cstrong\u003egarden- and summer-fruit-themed wedding cakes\u003c\/strong\u003e, it delivers a stable, intense color with just a few toothpick tips.\u003c\/p\u003e\n\u003cp class=\"vh-intro\"\u003eProGel's signature advantage: it is a \u003cstrong\u003egeneral-purpose water- and oil-based coloring\u003c\/strong\u003e that works equally well with water-based preparations (royal icing, water-based glazes, syrups, meringues, macarons) and fat-based preparations (buttercream, ganache, tempered chocolate, pastry fondant, sugar paste). One tube for the entire pastry range, whereas other colorings on the market require two separate ranges, one oil-soluble and one water-soluble. The concentrated 25 g format covers 30 to 50 preparations, depending on the desired intensity.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eFeatures\u003c\/h3\u003e\n\u003cdiv class=\"vh-tech-zone\"\u003e\n\u003cdiv class=\"vh-tech-item\"\u003e\n\u003cp class=\"vh-tech-value\"\u003e25 g\u003c\/p\u003e\n\u003cp class=\"vh-tech-label\"\u003eNet weight\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-tech-item\"\u003e\n\u003cp class=\"vh-tech-value\"\u003eWater + oil\u003c\/p\u003e\n\u003cp class=\"vh-tech-label\"\u003eVersatility\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-tech-item\"\u003e\n\u003cp class=\"vh-tech-value\"\u003e30 to 50\u003c\/p\u003e\n\u003cp class=\"vh-tech-label\"\u003ePreparations \/ tube\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eUses\u003c\/h3\u003e\n\u003cul class=\"vh-list\"\u003e\n\u003cli\u003eBirthday layer cakes with red fruit decorations\u003c\/li\u003e\n\u003cli\u003eGarden- and summer-fruit-themed wedding cakes\u003c\/li\u003e\n\u003cli\u003eStrawberry- or heart-shaped royal icing cookies\u003c\/li\u003e\n\u003cli\u003eDrip cakes featuring a reimagined classic dessert theme\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-tip\"\u003e\u003cp\u003e\u003cstrong\u003ePlease note:\u003c\/strong\u003e Strawberry Red is warmer and pinker than Classic Red: it is a fruity red that works everywhere (birthdays, weddings, February 14, Mother's Day). Combine it with Chestnut for a modern black forest effect, or with Mint Green for a contemporary garden gradient.\u003c\/p\u003e\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eDosage guide (for 250 g of preparation)\u003c\/h3\u003e\n\u003ctable class=\"vh-table\"\u003e\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eLight dosage\u003c\/td\u003e\n\u003ctd\u003e1 toothpick tip \/ 250 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eStandard dosage\u003c\/td\u003e\n\u003ctd\u003e2 to 3 tips \/ 250 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIntense dosage\u003c\/td\u003e\n\u003ctd\u003e5 to 8 tips \/ 250 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eComplete technical information\u003c\/h3\u003e\n\u003ctable class=\"vh-table\"\u003e\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eRainbow Dust, ProGel range\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eColor\u003c\/td\u003e\n\u003ctd\u003eStrawberry Red\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCapacity\u003c\/td\u003e\n\u003ctd\u003e25 g, soft tube\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eConcentrated gel food coloring, general-purpose water- and oil-based\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIngredients\u003c\/td\u003e\n\u003ctd\u003eHumectant gel base (glycerol E422), food coloring pigments compliant with European regulations on additives (EU 1333\/2008).\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAllergens\u003c\/td\u003e\n\u003ctd\u003eNo major declared allergens. Gluten-free, lactose-free, egg-free, peanut-free, soy-free. Suitable for vegetarian diets.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eStorage\u003c\/td\u003e\n\u003ctd\u003eStore in a cool, dry place away from light, between 15 and 22 degrees C. Use within 18 months after opening.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\u003c\/table\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eOther ProGel colors\u003c\/h3\u003e\n\u003cul class=\"vh-list\"\u003e\n\u003cli\u003e\n\u003ca href=\"\/en\/products\/colorant-en-gel-25g-ruby-progel\" style=\"color:#b98b35;text-decoration:underline;font-weight:600\"\u003eProGel Ruby\u003c\/a\u003e: deeper, more sophisticated red\u003c\/li\u003e\n\u003cli\u003e\n\u003ca href=\"\/en\/products\/colorant-en-gel-concentre-baby-pink-progel\" style=\"color:#b98b35;text-decoration:underline;font-weight:600\"\u003eProGel Baby Pink\u003c\/a\u003e: pastel pink for a softer combination\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eFrequently asked questions\u003c\/h3\u003e\n\u003cdiv class=\"vh-faq\"\u003e\n\u003cdetails open\u003e\u003csummary\u003eWhat is the difference between Strawberry Red and a classic red?\u003c\/summary\u003e\u003cp\u003eStrawberry Red is warmer and pinker than a classic red: it is a fruity red suited to birthdays, weddings, and food-themed events. It pairs well with Chestnut for a black forest effect or with Mint Green for a garden contrast.\u003c\/p\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eIs this coloring suitable for chocolate coating?\u003c\/summary\u003e\u003cp\u003eYes, it was formulated to blend into tempered chocolate without affecting its texture. Add the gel tip gradually at the end of tempering and mix with a spatula until you achieve an even color before coating or molding.\u003c\/p\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eHow should I store the tube between uses?\u003c\/summary\u003e\u003cp\u003eAlways use a clean toothpick to remove product, close the tube carefully after use, and store it in a cool, dry place away from direct light, between 15 and 22 degrees C. Once opened, use it within 18 months to maintain maximum intensity.\u003c\/p\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-pour\"\u003e\n\u003ch3\u003eGo further\u003c\/h3\u003e\n\u003cp\u003e\u003ca href=\"\/en\/products\/colorant-en-gel-25g-ruby-progel\" style=\"color:#b98b35;text-decoration:underline;font-weight:600\"\u003eProGel Ruby\u003c\/a\u003e · \u003ca href=\"\/en\/products\/colorant-en-gel-concentre-baby-pink-progel\" style=\"color:#b98b35;text-decoration:underline;font-weight:600\"\u003eProGel Baby Pink\u003c\/a\u003e · \u003ca href=\"\/en\/collections\/progel\" style=\"color:#b98b35;text-decoration:underline;font-weight:600\"\u003eRainbow Dust ProGel range\u003c\/a\u003e · \u003ca href=\"\/en\/collections\/rainbow-dust\" style=\"color:#b98b35;text-decoration:underline;font-weight:600\"\u003ethe entire Rainbow Dust brand\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"RAINBOW DUST","offers":[{"title":"Default Title","offer_id":21577972285540,"sku":"PGL-STRA-FG","price":3.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0108\/6167\/4596\/files\/colorant-en-gel-25g-rouge-fraise-progel-rainbow-dust-1.webp?v=1772133853"},{"product_id":"colorant-en-gel-25g-jaune-progel","title":"Gel Colorant 25g - Yellow - ProGel","description":"\u003cstyle\u003e\n.vh-w{font-family:'Montserrat',sans-serif;color:#2a2419;line-height:1.65;font-size:15px;background:#faf7f0;padding:32px 28px;border-radius:14px;width:100%;box-sizing:border-box}\n.vh-w *{box-sizing:border-box}\n.vh-h{text-align:center;margin-bottom:28px;padding-bottom:24px;border-bottom:2px solid #d7b36a}\n.vh-c{display:inline-block;font-size:12px;letter-spacing:3px;color:#b98b35;font-weight:600;padding:6px 16px;border:1px solid #d7b36a;border-radius:20px;margin-bottom:14px;text-transform:uppercase}\n.vh-t{font-size:22px;font-weight:600;color:#2a2419;margin:0 0 10px}\n.vh-tg{font-style:italic;font-size:13px;color:#6b5d40;margin:0}\n.vh-b{background:#fbf9f3;border:1px solid #eadfcb;border-radius:12px;padding:22px 24px;margin:18px 0}\n.vh-bt{font-size:14px;font-weight:600;color:#b98b35;letter-spacing:2px;text-transform:uppercase;margin:0 0 14px;padding-bottom:8px;border-bottom:1px solid #eadfcb;display:flex;align-items:center;gap:10px}\n.vh-intro{font-size:15px;line-height:1.75;color:#2a2419;margin:10px 0}\n.vh-tech-zone{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;padding:14px 0}\n.vh-tech-item{flex:1;min-width:130px;max-width:200px;text-align:center;padding:14px 12px;background:#faf7f0;border:1px solid #eadfcb;border-radius:10px}\n.vh-tech-value{font-size:18px;font-weight:600;color:#b98b35;margin:0 0 4px}\n.vh-tech-label{font-size:11px;font-weight:600;color:#6b5d40;letter-spacing:1.2px;text-transform:uppercase}\n.vh-list{margin:0;padding-left:20px}\n.vh-list li{margin-bottom:6px;padding-left:4px;font-size:14px}\n.vh-list li::marker{color:#d7b36a}\n.vh-faq summary{cursor:pointer;padding:11px 14px;background:#faf4e5;border-radius:6px;font-weight:600;color:#2a2419;font-size:14px;margin-bottom:6px;list-style:none;position:relative;padding-right:36px;user-select:none}\n.vh-faq summary::-webkit-details-marker{display:none}\n.vh-faq summary::after{content:'+';position:absolute;right:14px;top:50%;transform:translateY(-50%);font-size:18px;color:#b98b35;font-weight:bold}\n.vh-faq details[open] summary::after{content:'-'}\n.vh-faq details{margin-bottom:6px}\n.vh-faq p{padding:10px 14px;margin:0;font-size:13.5px;color:#2a2419;background:#fbf9f3;border-radius:0 0 6px 6px;border:1px solid #eadfcb;border-top:none}\n.vh-tip{background:#fdf5e0;border-left:4px solid #b98b35;padding:14px 18px;border-radius:0 8px 8px 0;margin:14px 0}\n.vh-tip p{margin:0;font-size:13.5px;color:#2a2419;font-style:italic}\n.vh-tip strong{font-style:normal;color:#b98b35}\n.vh-table{width:100%;border-collapse:collapse;font-size:13.5px}\n.vh-table td{padding:8px 12px;border-bottom:1px solid #eadfcb}\n.vh-table td:first-child{font-weight:600;color:#6b5d40;width:38%}\n.vh-table tr:last-child td{border-bottom:none}\n.vh-pour{background:#faf4e5;border:1px solid #d7b36a;border-radius:12px;padding:20px 24px;margin:20px 0 0;text-align:center}\n.vh-pour h3{margin:0 0 12px;font-size:14px;color:#b98b35;letter-spacing:2px;text-transform:uppercase;font-weight:600}\n.vh-pour p{margin:0;font-size:14px;line-height:1.8}\n.vh-pour a{color:#b98b35;text-decoration:underline;font-weight:600}\n@media(max-width:680px){.vh-w{padding:20px 16px}.vh-tech-zone{flex-direction:column}}\n\u003c\/style\u003e\n\u003cdiv class=\"vh-w\"\u003e\n\u003cdiv class=\"vh-h\"\u003e\n\u003cdiv class=\"vh-c\"\u003eRainbow Dust - ProGel Colorants\u003c\/div\u003e\n\u003ch3 class=\"vh-t\"\u003e25 g Gel Food Coloring - Yellow - ProGel\u003c\/h3\u003e\n\u003cp class=\"vh-tg\"\u003eYellow gel food coloring, concentrated 25 g bottle\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003cp class=\"vh-intro\"\u003eProGel Yellow evokes the midday summer sun and sunflower blooms. This concentrated 25 g gel food coloring is designed for professional bakers and discerning cake design enthusiasts. Particularly sought after for \u003cstrong\u003echeerful, sunny children's birthday layer cakes\u003c\/strong\u003e and \u003cstrong\u003espring and summer brunch cupcakes\u003c\/strong\u003e, it delivers a stable, intense color with just a few toothpick tips.\u003c\/p\u003e\n\u003cp class=\"vh-intro\"\u003eProGel's signature advantage: it is a \u003cstrong\u003egeneral-purpose water- and oil-compatible coloring\u003c\/strong\u003e, working equally well on water-based mixtures (royal icing, water-based glazes, syrups, meringues, macarons) and fat-based mixtures (buttercream, ganache, tempered chocolate, pastry fondant, sugar paste). One tube for the entire range of pastry applications, whereas other colorings on the market require two separate ranges, one oil-soluble and one water-soluble. The concentrated 25 g format covers 30 to 50 preparations, depending on the desired intensity.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eFeatures\u003c\/h3\u003e\n\u003cdiv class=\"vh-tech-zone\"\u003e\n\u003cdiv class=\"vh-tech-item\"\u003e\n\u003cp class=\"vh-tech-value\"\u003e25 g\u003c\/p\u003e\n\u003cp class=\"vh-tech-label\"\u003eNet weight\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-tech-item\"\u003e\n\u003cp class=\"vh-tech-value\"\u003eWater + oil\u003c\/p\u003e\n\u003cp class=\"vh-tech-label\"\u003eVersatility\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-tech-item\"\u003e\n\u003cp class=\"vh-tech-value\"\u003e30 to 50\u003c\/p\u003e\n\u003cp class=\"vh-tech-label\"\u003ePreparations \/ tube\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eUses\u003c\/h3\u003e\n\u003cul class=\"vh-list\"\u003e\n\u003cli\u003eCheerful, sunny children's birthday layer cakes\u003c\/li\u003e\n\u003cli\u003eSpring and summer brunch cupcakes\u003c\/li\u003e\n\u003cli\u003eRoyal icing cookies shaped like suns, stars, or sunflowers\u003c\/li\u003e\n\u003cli\u003eBee- and honey-themed drip cakes\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-tip\"\u003e\u003cp\u003e\u003cstrong\u003eNote:\u003c\/strong\u003e Yellow is highly saturated: reserve it for children's birthdays and sunny festive events. For more subtle wedding cakes, choose Lemon, which has a creamy tone. Combined with Black, Yellow creates the highly sought-after bee palette for hive-themed baby showers.\u003c\/p\u003e\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eDosage guide (for 250 g of preparation)\u003c\/h3\u003e\n\u003ctable class=\"vh-table\"\u003e\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eLight dosage\u003c\/td\u003e\n\u003ctd\u003e1 toothpick tip \/ 250 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eStandard dosage\u003c\/td\u003e\n\u003ctd\u003e2 to 3 tips \/ 250 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIntense dosage\u003c\/td\u003e\n\u003ctd\u003e5 to 8 tips \/ 250 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eComplete technical specifications\u003c\/h3\u003e\n\u003ctable class=\"vh-table\"\u003e\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eRainbow Dust, ProGel range\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eColor\u003c\/td\u003e\n\u003ctd\u003eYellow\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSize\u003c\/td\u003e\n\u003ctd\u003e25 g, squeeze tube\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eConcentrated gel food coloring, general-purpose water- and oil-compatible\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIngredients\u003c\/td\u003e\n\u003ctd\u003eHumectant gel base (glycerol E422), food coloring pigments compliant with European regulations on additives (EU 1333\/2008).\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAllergens\u003c\/td\u003e\n\u003ctd\u003eNo major declared allergens. Gluten-free, lactose-free, egg-free, peanut-free, and soy-free. Suitable for vegetarian diets.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eStorage\u003c\/td\u003e\n\u003ctd\u003eStore in a cool, dry place away from light, between 15 and 22 degrees C. Use within 18 months of opening.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\u003c\/table\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eOther ProGel colors\u003c\/h3\u003e\n\u003cul class=\"vh-list\"\u003e\n\u003cli\u003e\n\u003ca href=\"\/en\/products\/colorant-en-gel-concentre-citron-progel\" style=\"color:#b98b35;text-decoration:underline;font-weight:600\"\u003eProGel Lemon\u003c\/a\u003e: softer, pastel yellow\u003c\/li\u003e\n\u003cli\u003e\n\u003ca href=\"\/en\/products\/colorant-en-gel-concentre-ochre-progel\" style=\"color:#b98b35;text-decoration:underline;font-weight:600\"\u003eProGel Ochre \/ Caramel\u003c\/a\u003e: yellow and caramel combination for an autumn palette\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eFrequently asked questions\u003c\/h3\u003e\n\u003cdiv class=\"vh-faq\"\u003e\n\u003cdetails open\u003e\u003csummary\u003eWhat uses is the Yellow color recommended for?\u003c\/summary\u003e\u003cp\u003eYellow is a highly saturated color, ideal for children's birthdays and sunny festive events. For a softer result on a wedding cake, Lemon is preferable. Combined with black food coloring, Yellow creates a highly sought-after bee palette for baby showers.\u003c\/p\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhat storage precautions will help preserve the color's intensity?\u003c\/summary\u003e\u003cp\u003eKeep the closed tube in a cool, dry place between 15 and 22 degrees C, away from direct light, which can alter certain pigments. Using a clean toothpick for each application further supports good storage practices.\u003c\/p\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhat dosage should be used for 250 g of preparation?\u003c\/summary\u003e\u003cp\u003eUse 1 toothpick tip for a pastel color, 2 to 3 tips for a vivid color, and 5 to 8 tips for a deep, saturated color. Mix for at least 60 seconds and let rest for 15 to 30 minutes before adjusting if needed.\u003c\/p\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-pour\"\u003e\n\u003ch3\u003eLearn more\u003c\/h3\u003e\n\u003cp\u003e\u003ca href=\"\/en\/products\/colorant-en-gel-concentre-citron-progel\" style=\"color:#b98b35;text-decoration:underline;font-weight:600\"\u003eProGel Lemon\u003c\/a\u003e · \u003ca href=\"\/en\/products\/colorant-en-gel-concentre-ochre-progel\" style=\"color:#b98b35;text-decoration:underline;font-weight:600\"\u003eProGel Ochre \/ Caramel\u003c\/a\u003e · \u003ca href=\"\/en\/collections\/progel\" style=\"color:#b98b35;text-decoration:underline;font-weight:600\"\u003eRainbow Dust ProGel range\u003c\/a\u003e · \u003ca href=\"\/en\/collections\/rainbow-dust\" style=\"color:#b98b35;text-decoration:underline;font-weight:600\"\u003ethe entire Rainbow Dust brand\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"RAINBOW DUST","offers":[{"title":"Default Title","offer_id":21578664837220,"sku":"PGL-YELL-FG","price":3.99,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0108\/6167\/4596\/files\/colorant-en-gel-25g-jaune-progel-rainbow-dust-1.webp?v=1772133857"},{"product_id":"colorant-en-poudre-radical-red","title":"Powdered Colorant - Radical Red","description":"\u003cstyle\u003e\n.vh-w{font-family:'Montserrat',sans-serif;color:#2a2419;line-height:1.65;font-size:15px;background:#faf7f0;padding:32px 28px;border-radius:14px;width:100%;box-sizing:border-box}\n.vh-w *{box-sizing:border-box}\n.vh-h{text-align:center;margin-bottom:28px;padding-bottom:24px;border-bottom:2px solid #d7b36a}\n.vh-c{display:inline-block;font-size:12px;letter-spacing:3px;color:#b98b35;font-weight:600;padding:6px 16px;border:1px solid #d7b36a;border-radius:20px;margin-bottom:14px;text-transform:uppercase}\n.vh-t{font-size:22px;font-weight:600;color:#2a2419;margin:0 0 10px}\n.vh-tg{font-style:italic;font-size:13px;color:#6b5d40;margin:0}\n.vh-b{background:#fbf9f3;border:1px solid #eadfcb;border-radius:12px;padding:22px 24px;margin:18px 0}\n.vh-bt{font-size:14px;font-weight:600;color:#b98b35;letter-spacing:2px;text-transform:uppercase;margin:0 0 14px;padding-bottom:8px;border-bottom:1px solid #eadfcb;display:flex;align-items:center;gap:10px}\n.vh-intro{font-size:15px;line-height:1.75;color:#2a2419;margin:10px 0}\n.vh-tech-zone{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;padding:14px 0}\n.vh-tech-item{flex:1;min-width:130px;max-width:200px;text-align:center;padding:14px 12px;background:#faf7f0;border:1px solid #eadfcb;border-radius:10px}\n.vh-tech-value{font-size:18px;font-weight:600;color:#b98b35;margin:0 0 4px}\n.vh-tech-label{font-size:11px;font-weight:600;color:#6b5d40;letter-spacing:1.2px;text-transform:uppercase}\n.vh-list{margin:0;padding-left:20px}\n.vh-list li{margin-bottom:6px;padding-left:4px;font-size:14px}\n.vh-list li::marker{color:#d7b36a}\n.vh-faq summary{cursor:pointer;padding:11px 14px;background:#faf4e5;border-radius:6px;font-weight:600;color:#2a2419;font-size:14px;margin-bottom:6px;list-style:none;position:relative;padding-right:36px;user-select:none}\n.vh-faq summary::-webkit-details-marker{display:none}\n.vh-faq summary::after{content:'+';position:absolute;right:14px;top:50%;transform:translateY(-50%);font-size:18px;color:#b98b35;font-weight:bold}\n.vh-faq details[open] summary::after{content:'-'}\n.vh-faq details{margin-bottom:6px}\n.vh-faq p{padding:10px 14px;margin:0;font-size:13.5px;color:#2a2419;background:#fbf9f3;border-radius:0 0 6px 6px;border:1px solid #eadfcb;border-top:none}\n.vh-tip{background:#fdf5e0;border-left:4px solid #b98b35;padding:14px 18px;border-radius:0 8px 8px 0;margin:14px 0}\n.vh-tip p{margin:0;font-size:13.5px;color:#2a2419;font-style:italic}\n.vh-tip strong{font-style:normal;color:#b98b35}\n.vh-table{width:100%;border-collapse:collapse;font-size:13.5px}\n.vh-table td{padding:8px 12px;border-bottom:1px solid #eadfcb}\n.vh-table td:first-child{font-weight:600;color:#6b5d40;width:38%}\n.vh-table tr:last-child td{border-bottom:none}\n.vh-pour{background:#faf4e5;border:1px solid #d7b36a;border-radius:12px;padding:20px 24px;margin:20px 0 0;text-align:center}\n.vh-pour h3{margin:0 0 12px;font-size:14px;color:#b98b35;letter-spacing:2px;text-transform:uppercase;font-weight:600}\n.vh-pour p{margin:0;font-size:14px;line-height:1.8}\n.vh-pour a{color:#b98b35;text-decoration:underline;font-weight:600}\n@media(max-width:680px){.vh-w{padding:20px 16px}.vh-tech-zone{flex-direction:column}}\n\u003c\/style\u003e\n\u003cdiv class=\"vh-w\"\u003e\n\u003cdiv class=\"vh-h\"\u003e\n\u003cdiv class=\"vh-c\"\u003eRainbow Dust - Powder Colorant\u003c\/div\u003e\n\u003ch3 class=\"vh-t\"\u003ePowder Colorant - Radical Red\u003c\/h3\u003e\n\u003cp class=\"vh-tg\"\u003eFood-grade powder colorant, concentrated bright red\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003cp class=\"vh-intro\"\u003eRainbow Dust Radical Red Powder Colorant provides a vivid, opaque red shade on sugar paste, royal icing, buttercream, or tempered chocolate. In concentrated powder form, it adds no moisture to the medium and can be stored for several years in its tightly closed pot. Use it dry with a brush for a powdered effect or dilute it in a food-grade diluent for edible painting with precise strokes.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eFeatures\u003c\/h3\u003e\n\u003cdiv class=\"vh-tech-zone\"\u003e\n\u003cdiv class=\"vh-tech-item\"\u003e\n\u003cp class=\"vh-tech-value\"\u003e5 g\u003c\/p\u003e\n\u003cp class=\"vh-tech-label\"\u003eContents\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-tech-item\"\u003e\n\u003cp class=\"vh-tech-value\"\u003ePowder\u003c\/p\u003e\n\u003cp class=\"vh-tech-label\"\u003eFormat\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-tech-item\"\u003e\n\u003cp class=\"vh-tech-value\"\u003e2 methods\u003c\/p\u003e\n\u003cp class=\"vh-tech-label\"\u003eApplication\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eUses\u003c\/h3\u003e\n\u003cul class=\"vh-list\"\u003e\n\u003cli\u003eApply dry with a brush for a powdered effect on sugar paste or fondant.\u003c\/li\u003e\n\u003cli\u003eDilute in lemon extract or a food-grade rejuvenator for precise edible painting.\u003c\/li\u003e\n\u003cli\u003eMix directly into tempered white chocolate, buttercream, or royal icing.\u003c\/li\u003e\n\u003cli\u003eColor details on cupcakes, macarons, and decorated cookies.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-tip\"\u003e\u003cp\u003e\u003cstrong\u003ePlease note:\u003c\/strong\u003e shake or tap the pot before use, scoop with a completely dry brush or spoon, and close immediately after use to protect the powder from moisture.\u003c\/p\u003e\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eComplete technical specifications\u003c\/h3\u003e\n\u003ctable class=\"vh-table\"\u003e\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eRainbow Dust\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eContents\u003c\/td\u003e\n\u003ctd\u003e5 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eProduct type\u003c\/td\u003e\n\u003ctd\u003eConcentrated food-grade powder colorant\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eApplication method\u003c\/td\u003e\n\u003ctd\u003eDry dusting or painting after dilution\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCompatibility\u003c\/td\u003e\n\u003ctd\u003eSugar paste, fondant, royal icing, buttercream, tempered chocolate\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eStorage\u003c\/td\u003e\n\u003ctd\u003eClosed pot, at room temperature, protected from moisture and light\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eFrequently asked questions\u003c\/h3\u003e\n\u003cdiv class=\"vh-faq\"\u003e\n\u003cdetails open\u003e\u003csummary\u003eHow can I make edible paint with this powder?\u003c\/summary\u003e\u003cp\u003eDilute a small amount of powder in a few drops of lemon extract or food-grade rejuvenator until you achieve a creamy consistency, then apply with a fine brush.\u003c\/p\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eDoes this powder alter the flavor of preparations?\u003c\/summary\u003e\u003cp\u003eNo, the formula is designed to add color without a perceptible flavor, even when used in concentrated form on buttercream or icing.\u003c\/p\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eCan it be used to color tempered white chocolate?\u003c\/summary\u003e\u003cp\u003eYes, the powder mixes directly into melted chocolate without becoming grainy or disrupting tempering, producing an intense, even red.\u003c\/p\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-pour\"\u003e\n\u003ch3\u003eLearn more\u003c\/h3\u003e\n\u003cp\u003e\u003ca href=\"\/en\/collections\/colorants-en-poudre\"\u003ePowder colorants\u003c\/a\u003e · \u003ca href=\"\/en\/products\/colorant-en-poudre-chili-red\"\u003eChili Red Colorant\u003c\/a\u003e · \u003ca href=\"\/en\/products\/colorant-en-poudre-sunset-yellow\"\u003eSunset Yellow Colorant\u003c\/a\u003e · \u003ca href=\"\/en\/collections\/rainbow-dust\"\u003eRainbow Dust Collection\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"RAINBOW DUST","offers":[{"title":"Default Title","offer_id":21581771341924,"sku":"PC-RARE-R","price":2.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0108\/6167\/4596\/files\/colorant-en-poudre-radical-red-rainbow-dust-1.jpg?v=1772133860"},{"product_id":"colorant-en-poudre-sunset-yellow","title":"Powdered Colorant - Sunset Yellow","description":"\u003cstyle\u003e\n.vh-w{font-family:'Montserrat',sans-serif;color:#2a2419;line-height:1.65;font-size:15px;background:#faf7f0;padding:32px 28px;border-radius:14px;width:100%;box-sizing:border-box}\n.vh-w *{box-sizing:border-box}\n.vh-h{text-align:center;margin-bottom:28px;padding-bottom:24px;border-bottom:2px solid #d7b36a}\n.vh-c{display:inline-block;font-size:12px;letter-spacing:3px;color:#b98b35;font-weight:600;padding:6px 16px;border:1px solid #d7b36a;border-radius:20px;margin-bottom:14px;text-transform:uppercase}\n.vh-t{font-size:22px;font-weight:600;color:#2a2419;margin:0 0 10px}\n.vh-tg{font-style:italic;font-size:13px;color:#6b5d40;margin:0}\n.vh-b{background:#fbf9f3;border:1px solid #eadfcb;border-radius:12px;padding:22px 24px;margin:18px 0}\n.vh-bt{font-size:14px;font-weight:600;color:#b98b35;letter-spacing:2px;text-transform:uppercase;margin:0 0 14px;padding-bottom:8px;border-bottom:1px solid #eadfcb;display:flex;align-items:center;gap:10px}\n.vh-intro{font-size:15px;line-height:1.75;color:#2a2419;margin:10px 0}\n.vh-tech-zone{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;padding:14px 0}\n.vh-tech-item{flex:1;min-width:130px;max-width:200px;text-align:center;padding:14px 12px;background:#faf7f0;border:1px solid #eadfcb;border-radius:10px}\n.vh-tech-value{font-size:18px;font-weight:600;color:#b98b35;margin:0 0 4px}\n.vh-tech-label{font-size:11px;font-weight:600;color:#6b5d40;letter-spacing:1.2px;text-transform:uppercase}\n.vh-list{margin:0;padding-left:20px}\n.vh-list li{margin-bottom:6px;padding-left:4px;font-size:14px}\n.vh-list li::marker{color:#d7b36a}\n.vh-faq summary{cursor:pointer;padding:11px 14px;background:#faf4e5;border-radius:6px;font-weight:600;color:#2a2419;font-size:14px;margin-bottom:6px;list-style:none;position:relative;padding-right:36px;user-select:none}\n.vh-faq summary::-webkit-details-marker{display:none}\n.vh-faq summary::after{content:'+';position:absolute;right:14px;top:50%;transform:translateY(-50%);font-size:18px;color:#b98b35;font-weight:bold}\n.vh-faq details[open] summary::after{content:'-'}\n.vh-faq details{margin-bottom:6px}\n.vh-faq p{padding:10px 14px;margin:0;font-size:13.5px;color:#2a2419;background:#fbf9f3;border-radius:0 0 6px 6px;border:1px solid #eadfcb;border-top:none}\n.vh-tip{background:#fdf5e0;border-left:4px solid #b98b35;padding:14px 18px;border-radius:0 8px 8px 0;margin:14px 0}\n.vh-tip p{margin:0;font-size:13.5px;color:#2a2419;font-style:italic}\n.vh-tip strong{font-style:normal;color:#b98b35}\n.vh-table{width:100%;border-collapse:collapse;font-size:13.5px}\n.vh-table td{padding:8px 12px;border-bottom:1px solid #eadfcb}\n.vh-table td:first-child{font-weight:600;color:#6b5d40;width:38%}\n.vh-table tr:last-child td{border-bottom:none}\n.vh-pour{background:#faf4e5;border:1px solid #d7b36a;border-radius:12px;padding:20px 24px;margin:20px 0 0;text-align:center}\n.vh-pour h3{margin:0 0 12px;font-size:14px;color:#b98b35;letter-spacing:2px;text-transform:uppercase;font-weight:600}\n.vh-pour p{margin:0;font-size:14px;line-height:1.8}\n.vh-pour a{color:#b98b35;text-decoration:underline;font-weight:600}\n@media(max-width:680px){.vh-w{padding:20px 16px}.vh-tech-zone{flex-direction:column}}\n\u003c\/style\u003e\n\u003cdiv class=\"vh-w\"\u003e\n\u003cdiv class=\"vh-h\"\u003e\n\u003cdiv class=\"vh-c\"\u003eRainbow Dust - Powder Food Coloring\u003c\/div\u003e\n\u003ch3 class=\"vh-t\"\u003ePowder Food Coloring - Sunset Yellow\u003c\/h3\u003e\n\u003cp class=\"vh-tg\"\u003eBright yellow powdered food coloring\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003cp class=\"vh-intro\"\u003eRainbow Dust's Sunset Yellow Powder Food Coloring from the Plain and Simple range adds a bright, luminous yellow shade to your baking creations. Made with E102 coloring, it can be applied dry with a brush or diluted in lemon extract to create edible paint. The powder form adds no moisture and keeps for a long time in its closed jar.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eFeatures\u003c\/h3\u003e\n\u003cdiv class=\"vh-tech-zone\"\u003e\n\u003cdiv class=\"vh-tech-item\"\u003e\n\u003cp class=\"vh-tech-value\"\u003e5 g\u003c\/p\u003e\n\u003cp class=\"vh-tech-label\"\u003eSize\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-tech-item\"\u003e\n\u003cp class=\"vh-tech-value\"\u003eE102\u003c\/p\u003e\n\u003cp class=\"vh-tech-label\"\u003eColoring\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-tech-item\"\u003e\n\u003cp class=\"vh-tech-value\"\u003e2 methods\u003c\/p\u003e\n\u003cp class=\"vh-tech-label\"\u003eApplication\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eUses\u003c\/h3\u003e\n\u003cul class=\"vh-list\"\u003e\n\u003cli\u003eApply dry with a brush for a luminous yellow on sugar paste or fondant.\u003c\/li\u003e\n\u003cli\u003eDilute in lemon extract or rejuvenator to paint precise details.\u003c\/li\u003e\n\u003cli\u003eMix into buttercream, royal icing, or tempered white chocolate.\u003c\/li\u003e\n\u003cli\u003eDecorations for summer, floral, or fruit-themed designs: lemon, sunflower, citrus.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-tip\"\u003e\u003cp\u003e\u003cstrong\u003ePlease note:\u003c\/strong\u003e always test the result on a small sample of the exact medium before a large production run, as color absorption may vary slightly depending on the composition of the fondant or cream.\u003c\/p\u003e\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eComplete technical specifications\u003c\/h3\u003e\n\u003ctable class=\"vh-table\"\u003e\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eRainbow Dust\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSize\u003c\/td\u003e\n\u003ctd\u003e5 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eComposition\u003c\/td\u003e\n\u003ctd\u003eE102 coloring\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eApplication method\u003c\/td\u003e\n\u003ctd\u003eDusting dry or painting after dilution in lemon extract\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSuitable for\u003c\/td\u003e\n\u003ctd\u003eSugar paste, fondant, royal icing, buttercream, tempered chocolate\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eStorage\u003c\/td\u003e\n\u003ctd\u003eClosed jar, at room temperature, protected from moisture and light\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eFrequently asked questions\u003c\/h3\u003e\n\u003cdiv class=\"vh-faq\"\u003e\n\u003cdetails open\u003e\u003csummary\u003eWhich thinner should I use to paint with this coloring?\u003c\/summary\u003e\u003cp\u003eLemon extract or an edible rejuvenator is recommended: add a few drops to a small amount of powder until you achieve a creamy consistency.\u003c\/p\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eCan it be used on tempered white chocolate?\u003c\/summary\u003e\u003cp\u003eYes, the powder can be mixed directly into melted chocolate without graining, for an even yellow color without affecting crystallization.\u003c\/p\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eHow long does the jar keep once opened?\u003c\/summary\u003e\u003cp\u003eSeveral years if the jar remains tightly closed and is protected from moisture and direct light.\u003c\/p\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-pour\"\u003e\n\u003ch3\u003eDiscover more\u003c\/h3\u003e\n\u003cp\u003e\u003ca href=\"\/en\/collections\/colorants-en-poudre\"\u003ePowder food colorings\u003c\/a\u003e · \u003ca href=\"\/en\/products\/rd-powder-colour-lemon-tart\"\u003eLemon Tart Coloring\u003c\/a\u003e · \u003ca href=\"\/en\/products\/colorant-en-poudre-radical-red\"\u003eRadical Red Coloring\u003c\/a\u003e · \u003ca href=\"\/en\/collections\/rainbow-dust\"\u003eRainbow Dust Collection\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"RAINBOW DUST","offers":[{"title":"Default Title","offer_id":21587459768420,"sku":"PC-SUYE-R","price":2.99,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0108\/6167\/4596\/files\/colorant-en-poudre-sunset-yellow-rainbow-dust-1.jpg?v=1772133862"},{"product_id":"rd-powder-colour-lemon-tart","title":"Powdered Coloring - Lemon Tart","description":"\u003cstyle\u003e\n.vh-w{font-family:'Montserrat',sans-serif;color:#2a2419;line-height:1.65;font-size:15px;background:#faf7f0;padding:32px 28px;border-radius:14px;width:100%;box-sizing:border-box}\n.vh-w *{box-sizing:border-box}\n.vh-h{text-align:center;margin-bottom:28px;padding-bottom:24px;border-bottom:2px solid #d7b36a}\n.vh-c{display:inline-block;font-size:12px;letter-spacing:3px;color:#b98b35;font-weight:600;padding:6px 16px;border:1px solid #d7b36a;border-radius:20px;margin-bottom:14px;text-transform:uppercase}\n.vh-t{font-size:22px;font-weight:600;color:#2a2419;margin:0 0 10px}\n.vh-tg{font-style:italic;font-size:13px;color:#6b5d40;margin:0}\n.vh-b{background:#fbf9f3;border:1px solid #eadfcb;border-radius:12px;padding:22px 24px;margin:18px 0}\n.vh-bt{font-size:14px;font-weight:600;color:#b98b35;letter-spacing:2px;text-transform:uppercase;margin:0 0 14px;padding-bottom:8px;border-bottom:1px solid #eadfcb;display:flex;align-items:center;gap:10px}\n.vh-intro{font-size:15px;line-height:1.75;color:#2a2419;margin:10px 0}\n.vh-tech-zone{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;padding:14px 0}\n.vh-tech-item{flex:1;min-width:130px;max-width:200px;text-align:center;padding:14px 12px;background:#faf7f0;border:1px solid #eadfcb;border-radius:10px}\n.vh-tech-value{font-size:18px;font-weight:600;color:#b98b35;margin:0 0 4px}\n.vh-tech-label{font-size:11px;font-weight:600;color:#6b5d40;letter-spacing:1.2px;text-transform:uppercase}\n.vh-list{margin:0;padding-left:20px}\n.vh-list li{margin-bottom:6px;padding-left:4px;font-size:14px}\n.vh-list li::marker{color:#d7b36a}\n.vh-faq summary{cursor:pointer;padding:11px 14px;background:#faf4e5;border-radius:6px;font-weight:600;color:#2a2419;font-size:14px;margin-bottom:6px;list-style:none;position:relative;padding-right:36px;user-select:none}\n.vh-faq summary::-webkit-details-marker{display:none}\n.vh-faq summary::after{content:'+';position:absolute;right:14px;top:50%;transform:translateY(-50%);font-size:18px;color:#b98b35;font-weight:bold}\n.vh-faq details[open] summary::after{content:'-'}\n.vh-faq details{margin-bottom:6px}\n.vh-faq p{padding:10px 14px;margin:0;font-size:13.5px;color:#2a2419;background:#fbf9f3;border-radius:0 0 6px 6px;border:1px solid #eadfcb;border-top:none}\n.vh-tip{background:#fdf5e0;border-left:4px solid #b98b35;padding:14px 18px;border-radius:0 8px 8px 0;margin:14px 0}\n.vh-tip p{margin:0;font-size:13.5px;color:#2a2419;font-style:italic}\n.vh-tip strong{font-style:normal;color:#b98b35}\n.vh-table{width:100%;border-collapse:collapse;font-size:13.5px}\n.vh-table td{padding:8px 12px;border-bottom:1px solid #eadfcb}\n.vh-table td:first-child{font-weight:600;color:#6b5d40;width:38%}\n.vh-table tr:last-child td{border-bottom:none}\n.vh-pour{background:#faf4e5;border:1px solid #d7b36a;border-radius:12px;padding:20px 24px;margin:20px 0 0;text-align:center}\n.vh-pour h3{margin:0 0 12px;font-size:14px;color:#b98b35;letter-spacing:2px;text-transform:uppercase;font-weight:600}\n.vh-pour p{margin:0;font-size:14px;line-height:1.8}\n.vh-pour a{color:#b98b35;text-decoration:underline;font-weight:600}\n@media(max-width:680px){.vh-w{padding:20px 16px}.vh-tech-zone{flex-direction:column}}\n\u003c\/style\u003e\n\u003cdiv class=\"vh-w\"\u003e\n\u003cdiv class=\"vh-h\"\u003e\n\u003cdiv class=\"vh-c\"\u003eRainbow Dust - Powdered Food Coloring\u003c\/div\u003e\n\u003ch3 class=\"vh-t\"\u003ePowdered Food Coloring - Lemon Tart\u003c\/h3\u003e\n\u003cp class=\"vh-tg\"\u003ePowdered food coloring, bright lemon yellow\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003cp class=\"vh-intro\"\u003eRainbow Dust's Lemon Tart Powdered Food Coloring from the Plain and Simple range adds a bright lemon hue to your sweet creations. Formulated with E104 coloring, it can be applied dry with a brush or diluted in lemon extract to create edible paint for sugar paste, royal icing, buttercream, or tempered chocolate.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eFeatures\u003c\/h3\u003e\n\u003cdiv class=\"vh-tech-zone\"\u003e\n\u003cdiv class=\"vh-tech-item\"\u003e\n\u003cp class=\"vh-tech-value\"\u003e5 g\u003c\/p\u003e\n\u003cp class=\"vh-tech-label\"\u003eContents\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-tech-item\"\u003e\n\u003cp class=\"vh-tech-value\"\u003eE104\u003c\/p\u003e\n\u003cp class=\"vh-tech-label\"\u003eColoring\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-tech-item\"\u003e\n\u003cp class=\"vh-tech-value\"\u003e2 methods\u003c\/p\u003e\n\u003cp class=\"vh-tech-label\"\u003eApplication\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eUses\u003c\/h3\u003e\n\u003cul class=\"vh-list\"\u003e\n\u003cli\u003eDry brush application for a lemon hue on sugar paste or fondant.\u003c\/li\u003e\n\u003cli\u003eDilution in lemon extract to paint precise details such as zest or fruit motifs.\u003c\/li\u003e\n\u003cli\u003eMixing into buttercream or royal icing for an even lemon yellow.\u003c\/li\u003e\n\u003cli\u003eDecorations for fruity, spring, or summer themes: lemon, lemon curd, citrus.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-tip\"\u003e\u003cp\u003e\u003cstrong\u003ePlease note:\u003c\/strong\u003e prepare only the amount of paint needed for the day's production; the thinner evaporates and the mixture thickens within a few hours when exposed to air.\u003c\/p\u003e\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eComplete technical specifications\u003c\/h3\u003e\n\u003ctable class=\"vh-table\"\u003e\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eRainbow Dust\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eContents\u003c\/td\u003e\n\u003ctd\u003e5 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIngredients\u003c\/td\u003e\n\u003ctd\u003eE104 coloring\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eApplication method\u003c\/td\u003e\n\u003ctd\u003eDry dusting or painting after dilution in lemon extract\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCompatibility\u003c\/td\u003e\n\u003ctd\u003eSugar paste, fondant, royal icing, buttercream, tempered chocolate\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eStorage\u003c\/td\u003e\n\u003ctd\u003eClosed jar, at room temperature, protected from moisture and light\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eFrequently asked questions\u003c\/h3\u003e\n\u003cdiv class=\"vh-faq\"\u003e\n\u003cdetails open\u003e\u003csummary\u003eWhat is the difference compared with Sunset Yellow coloring?\u003c\/summary\u003e\u003cp\u003eLemon Tart is a brighter, more lemon-toned yellow, while Sunset Yellow leans toward a warmer, richer yellow. Both work well together for fruity gradients.\u003c\/p\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eCan it be used for macarons?\u003c\/summary\u003e\u003cp\u003eYes, it can be mixed into the meringue in a small quantity before macaronage, or applied to the surface with a fine brush as diluted paint on the baked shells.\u003c\/p\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eDoes the pigment withstand baking?\u003c\/summary\u003e\u003cp\u003eStability is better at low temperatures, such as for meringues. For biscuits baked at high temperatures, apply it in royal icing after baking.\u003c\/p\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-pour\"\u003e\n\u003ch3\u003eLearn more\u003c\/h3\u003e\n\u003cp\u003e\u003ca href=\"\/en\/collections\/colorants-en-poudre\"\u003ePowdered food colorings\u003c\/a\u003e · \u003ca href=\"\/en\/products\/colorant-en-poudre-sunset-yellow\"\u003eSunset Yellow coloring\u003c\/a\u003e · \u003ca href=\"\/en\/products\/colorant-en-poudre-signature-gold\"\u003eSignature Gold coloring\u003c\/a\u003e · \u003ca href=\"\/en\/collections\/patisserie-professionnelle\"\u003eProfessional baking\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"RAINBOW DUST","offers":[{"title":"Default Title","offer_id":21590167486564,"sku":"PC-LETA-R","price":2.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0108\/6167\/4596\/files\/colorant-en-poudre-tarte-au-citron-rainbow-dust-1.jpg?v=1772133876"},{"product_id":"colorant-en-poudre-navy-blue","title":"Powder Dye - Navy Blue","description":"\u003cstyle\u003e\n.vh-w{font-family:'Montserrat',sans-serif;color:#2a2419;line-height:1.65;font-size:15px;background:#faf7f0;padding:32px 28px;border-radius:14px;width:100%;box-sizing:border-box}\n.vh-w *{box-sizing:border-box}\n.vh-h{text-align:center;margin-bottom:28px;padding-bottom:24px;border-bottom:2px solid #d7b36a}\n.vh-c{display:inline-block;font-size:12px;letter-spacing:3px;color:#b98b35;font-weight:600;padding:6px 16px;border:1px solid #d7b36a;border-radius:20px;margin-bottom:14px;text-transform:uppercase}\n.vh-t{font-size:22px;font-weight:600;color:#2a2419;margin:0 0 10px}\n.vh-tg{font-style:italic;font-size:13px;color:#6b5d40;margin:0}\n.vh-b{background:#fbf9f3;border:1px solid #eadfcb;border-radius:12px;padding:22px 24px;margin:18px 0}\n.vh-bt{font-size:14px;font-weight:600;color:#b98b35;letter-spacing:2px;text-transform:uppercase;margin:0 0 14px;padding-bottom:8px;border-bottom:1px solid #eadfcb;display:flex;align-items:center;gap:10px}\n.vh-intro{font-size:15px;line-height:1.75;color:#2a2419;margin:10px 0}\n.vh-tech-zone{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;padding:14px 0}\n.vh-tech-item{flex:1;min-width:130px;max-width:200px;text-align:center;padding:14px 12px;background:#faf7f0;border:1px solid #eadfcb;border-radius:10px}\n.vh-tech-value{font-size:18px;font-weight:600;color:#b98b35;margin:0 0 4px}\n.vh-tech-label{font-size:11px;font-weight:600;color:#6b5d40;letter-spacing:1.2px;text-transform:uppercase}\n.vh-list{margin:0;padding-left:20px}\n.vh-list li{margin-bottom:6px;padding-left:4px;font-size:14px}\n.vh-list li::marker{color:#d7b36a}\n.vh-faq summary{cursor:pointer;padding:11px 14px;background:#faf4e5;border-radius:6px;font-weight:600;color:#2a2419;font-size:14px;margin-bottom:6px;list-style:none;position:relative;padding-right:36px;user-select:none}\n.vh-faq summary::-webkit-details-marker{display:none}\n.vh-faq summary::after{content:'+';position:absolute;right:14px;top:50%;transform:translateY(-50%);font-size:18px;color:#b98b35;font-weight:bold}\n.vh-faq details[open] summary::after{content:'-'}\n.vh-faq details{margin-bottom:6px}\n.vh-faq p{padding:10px 14px;margin:0;font-size:13.5px;color:#2a2419;background:#fbf9f3;border-radius:0 0 6px 6px;border:1px solid #eadfcb;border-top:none}\n.vh-tip{background:#fdf5e0;border-left:4px solid #b98b35;padding:14px 18px;border-radius:0 8px 8px 0;margin:14px 0}\n.vh-tip p{margin:0;font-size:13.5px;color:#2a2419;font-style:italic}\n.vh-tip strong{font-style:normal;color:#b98b35}\n.vh-table{width:100%;border-collapse:collapse;font-size:13.5px}\n.vh-table td{padding:8px 12px;border-bottom:1px solid #eadfcb}\n.vh-table td:first-child{font-weight:600;color:#6b5d40;width:38%}\n.vh-table tr:last-child td{border-bottom:none}\n.vh-pour{background:#faf4e5;border:1px solid #d7b36a;border-radius:12px;padding:20px 24px;margin:20px 0 0;text-align:center}\n.vh-pour h3{margin:0 0 12px;font-size:14px;color:#b98b35;letter-spacing:2px;text-transform:uppercase;font-weight:600}\n.vh-pour p{margin:0;font-size:14px;line-height:1.8}\n.vh-pour a{color:#b98b35;text-decoration:underline;font-weight:600}\n@media(max-width:680px){.vh-w{padding:20px 16px}.vh-tech-zone{flex-direction:column}}\n\u003c\/style\u003e\n\u003cdiv class=\"vh-w\"\u003e\n\u003cdiv class=\"vh-h\"\u003e\n\u003cdiv class=\"vh-c\"\u003eRainbow Dust - Powder Food Color\u003c\/div\u003e\n\u003ch3 class=\"vh-t\"\u003ePowder Food Color - Navy Blue\u003c\/h3\u003e\n\u003cp class=\"vh-tg\"\u003eIntense navy blue powdered food coloring\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003cp class=\"vh-intro\"\u003eRainbow Dust's Plain and Simple Navy Blue Powder Food Color provides an intense, deep navy blue shade. GMO-free and formulated with E122 and E133 colorants, it can be applied dry with a brush or diluted in lemon extract to create edible paint on sugar paste, royal icing, or tempered chocolate.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eFeatures\u003c\/h3\u003e\n\u003cdiv class=\"vh-tech-zone\"\u003e\n\u003cdiv class=\"vh-tech-item\"\u003e\n\u003cp class=\"vh-tech-value\"\u003e5 g\u003c\/p\u003e\n\u003cp class=\"vh-tech-label\"\u003eContents\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-tech-item\"\u003e\n\u003cp class=\"vh-tech-value\"\u003e2 pigments\u003c\/p\u003e\n\u003cp class=\"vh-tech-label\"\u003eComposition\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-tech-item\"\u003e\n\u003cp class=\"vh-tech-value\"\u003e2 methods\u003c\/p\u003e\n\u003cp class=\"vh-tech-label\"\u003eApplication\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eUses\u003c\/h3\u003e\n\u003cul class=\"vh-list\"\u003e\n\u003cli\u003eApply dry with a brush for a deep navy blue on sugar paste or fondant.\u003c\/li\u003e\n\u003cli\u003eDilute in lemon extract to paint nautical, celestial, or geometric designs.\u003c\/li\u003e\n\u003cli\u003eMix into buttercream or royal icing for an even midnight blue.\u003c\/li\u003e\n\u003cli\u003eDecorations for sea, space, starry sky, or nautical themes.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-tip\"\u003e\u003cp\u003e\u003cstrong\u003ePlease note:\u003c\/strong\u003e the E122 colorant may have an adverse effect on children's activity and attention. Preferably reserve this shade for surface decoration on orders intended for children.\u003c\/p\u003e\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eComplete technical specifications\u003c\/h3\u003e\n\u003ctable class=\"vh-table\"\u003e\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eRainbow Dust\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eContents\u003c\/td\u003e\n\u003ctd\u003e5 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eComposition\u003c\/td\u003e\n\u003ctd\u003eE122 and E133 colorants, GMO-free\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eApplication method\u003c\/td\u003e\n\u003ctd\u003eDusting dry or painting after dilution in lemon extract\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCompatibility\u003c\/td\u003e\n\u003ctd\u003eSugar paste, fondant, royal icing, buttercream, tempered chocolate\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eStorage\u003c\/td\u003e\n\u003ctd\u003eKeep the pot closed at room temperature, away from moisture and light\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eFrequently asked questions\u003c\/h3\u003e\n\u003cdiv class=\"vh-faq\"\u003e\n\u003cdetails open\u003e\u003csummary\u003eDoes this powder carry a regulatory warning?\u003c\/summary\u003e\u003cp\u003eYes: the E122 colorant it contains may have an adverse effect on children's activity and attention, in accordance with European regulations.\u003c\/p\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eIs navy blue suitable for a starry sky?\u003c\/summary\u003e\u003cp\u003eYes, when applied dry in a gradient from dark to light, it creates a convincing night sky, which can be enhanced with gold or white dots for a starry effect.\u003c\/p\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eCan it be used on tempered white chocolate?\u003c\/summary\u003e\u003cp\u003eYes, the powder can be added directly to melted chocolate without graining, creating a uniform navy blue without affecting the tempering.\u003c\/p\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-pour\"\u003e\n\u003ch3\u003eFind out more\u003c\/h3\u003e\n\u003cp\u003e\u003ca href=\"\/en\/collections\/colorants-en-poudre\"\u003ePowder food colors\u003c\/a\u003e · \u003ca href=\"\/en\/products\/colorant-en-poudre-bleu-royal\"\u003eRoyal Blue Colorant\u003c\/a\u003e · \u003ca href=\"\/en\/products\/rd-colorant-en-poudre-vert-mousse\"\u003eMoss Green Colorant\u003c\/a\u003e · \u003ca href=\"\/en\/collections\/decorations-en-sucre\"\u003eSugar decorations\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"RAINBOW DUST","offers":[{"title":"Default Title","offer_id":21590486712420,"sku":"PC-NABL-R","price":2.99,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0108\/6167\/4596\/files\/colorant-en-poudre-navy-blue-rainbow-dust-1.jpg?v=1772133878"},{"product_id":"colorant-en-poudre-ruby-2","title":"Powder Colorant - Ruby","description":"\u003cstyle\u003e\n.vh-w{font-family:'Montserrat',sans-serif;color:#2a2419;line-height:1.65;font-size:15px;background:#faf7f0;padding:32px 28px;border-radius:14px;width:100%;box-sizing:border-box}\n.vh-w *{box-sizing:border-box}\n.vh-h{text-align:center;margin-bottom:28px;padding-bottom:24px;border-bottom:2px solid #d7b36a}\n.vh-c{display:inline-block;font-size:12px;letter-spacing:3px;color:#b98b35;font-weight:600;padding:6px 16px;border:1px solid #d7b36a;border-radius:20px;margin-bottom:14px;text-transform:uppercase}\n.vh-t{font-size:22px;font-weight:600;color:#2a2419;margin:0 0 10px}\n.vh-tg{font-style:italic;font-size:13px;color:#6b5d40;margin:0}\n.vh-b{background:#fbf9f3;border:1px solid #eadfcb;border-radius:12px;padding:22px 24px;margin:18px 0}\n.vh-bt{font-size:14px;font-weight:600;color:#b98b35;letter-spacing:2px;text-transform:uppercase;margin:0 0 14px;padding-bottom:8px;border-bottom:1px solid #eadfcb;display:flex;align-items:center;gap:10px}\n.vh-intro{font-size:15px;line-height:1.75;color:#2a2419;margin:10px 0}\n.vh-tech-zone{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;padding:14px 0}\n.vh-tech-item{flex:1;min-width:130px;max-width:200px;text-align:center;padding:14px 12px;background:#faf7f0;border:1px solid #eadfcb;border-radius:10px}\n.vh-tech-value{font-size:18px;font-weight:600;color:#b98b35;margin:0 0 4px}\n.vh-tech-label{font-size:11px;font-weight:600;color:#6b5d40;letter-spacing:1.2px;text-transform:uppercase}\n.vh-list{margin:0;padding-left:20px}\n.vh-list li{margin-bottom:6px;padding-left:4px;font-size:14px}\n.vh-list li::marker{color:#d7b36a}\n.vh-faq summary{cursor:pointer;padding:11px 14px;background:#faf4e5;border-radius:6px;font-weight:600;color:#2a2419;font-size:14px;margin-bottom:6px;list-style:none;position:relative;padding-right:36px;user-select:none}\n.vh-faq summary::-webkit-details-marker{display:none}\n.vh-faq summary::after{content:'+';position:absolute;right:14px;top:50%;transform:translateY(-50%);font-size:18px;color:#b98b35;font-weight:bold}\n.vh-faq details[open] summary::after{content:'-'}\n.vh-faq details{margin-bottom:6px}\n.vh-faq p{padding:10px 14px;margin:0;font-size:13.5px;color:#2a2419;background:#fbf9f3;border-radius:0 0 6px 6px;border:1px solid #eadfcb;border-top:none}\n.vh-tip{background:#fdf5e0;border-left:4px solid #b98b35;padding:14px 18px;border-radius:0 8px 8px 0;margin:14px 0}\n.vh-tip p{margin:0;font-size:13.5px;color:#2a2419;font-style:italic}\n.vh-tip strong{font-style:normal;color:#b98b35}\n.vh-table{width:100%;border-collapse:collapse;font-size:13.5px}\n.vh-table td{padding:8px 12px;border-bottom:1px solid #eadfcb}\n.vh-table td:first-child{font-weight:600;color:#6b5d40;width:38%}\n.vh-table tr:last-child td{border-bottom:none}\n.vh-pour{background:#faf4e5;border:1px solid #d7b36a;border-radius:12px;padding:20px 24px;margin:20px 0 0;text-align:center}\n.vh-pour h3{margin:0 0 12px;font-size:14px;color:#b98b35;letter-spacing:2px;text-transform:uppercase;font-weight:600}\n.vh-pour p{margin:0;font-size:14px;line-height:1.8}\n.vh-pour a{color:#b98b35;text-decoration:underline;font-weight:600}\n@media(max-width:680px){.vh-w{padding:20px 16px}.vh-tech-zone{flex-direction:column}}\n\u003c\/style\u003e\n\u003cdiv class=\"vh-w\"\u003e\n\u003cdiv class=\"vh-h\"\u003e\n\u003cdiv class=\"vh-c\"\u003eRainbow Dust - Pro Powder\u003c\/div\u003e\n\u003ch3 class=\"vh-t\"\u003ePowdered Food Coloring - Ruby\u003c\/h3\u003e\n\u003cp class=\"vh-tg\"\u003eDeep ruby red powdered food coloring\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003cp class=\"vh-intro\"\u003eRainbow Dust Pro Powder Ruby Powdered Food Coloring provides a deep, radiant ruby-red shade. Its concentrated formula combines 2 food colorings (E122, E153) to reproduce the warm brilliance of a precious ruby gemstone, without shifting toward pink or orange after drying. The 5 g powder format is suitable for direct brush application to create shading effects or for dilution in lemon extract for precise edible painting. Ideal for chocolate work, luxurious cake design decoration, and event creations.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eFeatures\u003c\/h3\u003e\n\u003cdiv class=\"vh-tech-zone\"\u003e\n\u003cdiv class=\"vh-tech-item\"\u003e\n\u003cp class=\"vh-tech-value\"\u003e5 g\u003c\/p\u003e\n\u003cp class=\"vh-tech-label\"\u003eQuantity\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-tech-item\"\u003e\n\u003cp class=\"vh-tech-value\"\u003e2 pigments\u003c\/p\u003e\n\u003cp class=\"vh-tech-label\"\u003eComposition\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-tech-item\"\u003e\n\u003cp class=\"vh-tech-value\"\u003e2 methods\u003c\/p\u003e\n\u003cp class=\"vh-tech-label\"\u003eApplication\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eUses\u003c\/h3\u003e\n\u003cul class=\"vh-list\"\u003e\n\u003cli\u003eColoring tempered white chocolate ruby red for decorative sheets, molded chocolates, or macaron shells.\u003c\/li\u003e\n\u003cli\u003eDry brush application for shading and gradient effects on sugar-paste flowers or molded fruits.\u003c\/li\u003e\n\u003cli\u003eDilution in lemon extract for edible painting with crisp lines, lettering, and fine details.\u003c\/li\u003e\n\u003cli\u003eMixing into buttercream, Italian meringue, or royal icing without altering their texture.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-tip\"\u003e\u003cp\u003e\u003cstrong\u003ePlease note:\u003c\/strong\u003e keep a brush dedicated to this color: the pigment is highly covering and would color any other light shade subsequently used with the same brush.\u003c\/p\u003e\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eComplete technical specifications\u003c\/h3\u003e\n\u003ctable class=\"vh-table\"\u003e\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eRainbow Dust (Pro Powder)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eQuantity\u003c\/td\u003e\n\u003ctd\u003e5 g (resealable jar)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eComposition\u003c\/td\u003e\n\u003ctd\u003eColorings E122 (Azorubine), E153 (Vegetable carbon)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eApplication method\u003c\/td\u003e\n\u003ctd\u003eDry dusting or painting after dilution in lemon extract\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCompatibility\u003c\/td\u003e\n\u003ctd\u003eSugar paste, fondant, royal icing, buttercream, meringue, tempered chocolate, macarons\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eStorage\u003c\/td\u003e\n\u003ctd\u003eKeep the jar closed, at room temperature, protected from moisture and light\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eFrequently asked questions\u003c\/h3\u003e\n\u003cdiv class=\"vh-faq\"\u003e\n\u003cdetails open\u003e\u003csummary\u003eDoes this powder carry a regulatory warning?\u003c\/summary\u003e\u003cp\u003eYes: the E122 coloring it contains may have an adverse effect on activity and attention in children, in accordance with European regulations.\u003c\/p\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eDoes the ruby red shift toward pink or orange after drying?\u003c\/summary\u003e\u003cp\u003eNo, the 2-pigment formulation is calibrated to remain a deep, luminous red after drying and crystallization, without the common shifts of lower-quality red colorings.\u003c\/p\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eCan it be used to color tempered white chocolate?\u003c\/summary\u003e\u003cp\u003eYes, the powder can be mixed directly into melted chocolate without graining or disrupting tempering, transforming white chocolate into ruby chocolate.\u003c\/p\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-pour\"\u003e\n\u003ch3\u003eLearn more\u003c\/h3\u003e\n\u003cp\u003e\u003ca href=\"\/en\/collections\/colorants-en-poudre\"\u003ePowdered food colorings\u003c\/a\u003e · \u003ca href=\"\/en\/products\/colorant-en-poudre-chili-red\"\u003eChili Red Powdered Food Coloring\u003c\/a\u003e · \u003ca href=\"\/en\/products\/colorant-en-poudre-noir\"\u003eBlack Magic Food Coloring\u003c\/a\u003e · \u003ca href=\"\/en\/collections\/patisserie-professionnelle\"\u003eProfessional pastry\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"RAINBOW DUST","offers":[{"title":"Default Title","offer_id":21590763864164,"sku":"PP-RUBY-FG","price":2.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0108\/6167\/4596\/files\/PP-RUBY-FG_A.jpg-2.webp?v=1778083504"},{"product_id":"colorant-en-poudre-chocolat","title":"Powdered Colorant - Chocolate","description":"\u003cstyle\u003e\n.vh-w{font-family:'Montserrat',sans-serif;color:#2a2419;line-height:1.65;font-size:15px;background:#faf7f0;padding:32px 28px;border-radius:14px;width:100%;box-sizing:border-box}\n.vh-w *{box-sizing:border-box}\n.vh-h{text-align:center;margin-bottom:28px;padding-bottom:24px;border-bottom:2px solid #d7b36a}\n.vh-c{display:inline-block;font-size:12px;letter-spacing:3px;color:#b98b35;font-weight:600;padding:6px 16px;border:1px solid #d7b36a;border-radius:20px;margin-bottom:14px;text-transform:uppercase}\n.vh-t{font-size:22px;font-weight:600;color:#2a2419;margin:0 0 10px}\n.vh-tg{font-style:italic;font-size:13px;color:#6b5d40;margin:0}\n.vh-b{background:#fbf9f3;border:1px solid #eadfcb;border-radius:12px;padding:22px 24px;margin:18px 0}\n.vh-bt{font-size:14px;font-weight:600;color:#b98b35;letter-spacing:2px;text-transform:uppercase;margin:0 0 14px;padding-bottom:8px;border-bottom:1px solid #eadfcb;display:flex;align-items:center;gap:10px}\n.vh-intro{font-size:15px;line-height:1.75;color:#2a2419;margin:10px 0}\n.vh-tech-zone{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;padding:14px 0}\n.vh-tech-item{flex:1;min-width:130px;max-width:200px;text-align:center;padding:14px 12px;background:#faf7f0;border:1px solid #eadfcb;border-radius:10px}\n.vh-tech-value{font-size:18px;font-weight:600;color:#b98b35;margin:0 0 4px}\n.vh-tech-label{font-size:11px;font-weight:600;color:#6b5d40;letter-spacing:1.2px;text-transform:uppercase}\n.vh-list{margin:0;padding-left:20px}\n.vh-list li{margin-bottom:6px;padding-left:4px;font-size:14px}\n.vh-list li::marker{color:#d7b36a}\n.vh-faq summary{cursor:pointer;padding:11px 14px;background:#faf4e5;border-radius:6px;font-weight:600;color:#2a2419;font-size:14px;margin-bottom:6px;list-style:none;position:relative;padding-right:36px;user-select:none}\n.vh-faq summary::-webkit-details-marker{display:none}\n.vh-faq summary::after{content:'+';position:absolute;right:14px;top:50%;transform:translateY(-50%);font-size:18px;color:#b98b35;font-weight:bold}\n.vh-faq details[open] summary::after{content:'-'}\n.vh-faq details{margin-bottom:6px}\n.vh-faq p{padding:10px 14px;margin:0;font-size:13.5px;color:#2a2419;background:#fbf9f3;border-radius:0 0 6px 6px;border:1px solid #eadfcb;border-top:none}\n.vh-tip{background:#fdf5e0;border-left:4px solid #b98b35;padding:14px 18px;border-radius:0 8px 8px 0;margin:14px 0}\n.vh-tip p{margin:0;font-size:13.5px;color:#2a2419;font-style:italic}\n.vh-tip strong{font-style:normal;color:#b98b35}\n.vh-table{width:100%;border-collapse:collapse;font-size:13.5px}\n.vh-table td{padding:8px 12px;border-bottom:1px solid #eadfcb}\n.vh-table td:first-child{font-weight:600;color:#6b5d40;width:38%}\n.vh-table tr:last-child td{border-bottom:none}\n.vh-pour{background:#faf4e5;border:1px solid #d7b36a;border-radius:12px;padding:20px 24px;margin:20px 0 0;text-align:center}\n.vh-pour h3{margin:0 0 12px;font-size:14px;color:#b98b35;letter-spacing:2px;text-transform:uppercase;font-weight:600}\n.vh-pour p{margin:0;font-size:14px;line-height:1.8}\n.vh-pour a{color:#b98b35;text-decoration:underline;font-weight:600}\n@media(max-width:680px){.vh-w{padding:20px 16px}.vh-tech-zone{flex-direction:column}}\n\u003c\/style\u003e\n\u003cdiv class=\"vh-w\"\u003e\n\u003cdiv class=\"vh-h\"\u003e\n\u003cdiv class=\"vh-c\"\u003eRainbow Dust - Pro Powder\u003c\/div\u003e\n\u003ch3 class=\"vh-t\"\u003eChocolate Powder Colorant\u003c\/h3\u003e\n\u003cp class=\"vh-tg\"\u003ePowdered food coloring, deep chocolate shade\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003cp class=\"vh-intro\"\u003eRainbow Dust Pro Powder Chocolate Food Coloring is the go-to pigment for a deep, appetizing chocolate shade. Its concentrated formula combines 4 food colorings (E122, E102, E132, E153) to reproduce the rich color of an intense dark chocolate without altering the taste or texture of the medium. The 5 g powder format is suitable for dry brush application or dilution in lemon extract for precise edible painting.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eFeatures\u003c\/h3\u003e\n\u003cdiv class=\"vh-tech-zone\"\u003e\n\u003cdiv class=\"vh-tech-item\"\u003e\n\u003cp class=\"vh-tech-value\"\u003e5 g\u003c\/p\u003e\n\u003cp class=\"vh-tech-label\"\u003eContents\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-tech-item\"\u003e\n\u003cp class=\"vh-tech-value\"\u003e4 pigments\u003c\/p\u003e\n\u003cp class=\"vh-tech-label\"\u003eComposition\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-tech-item\"\u003e\n\u003cp class=\"vh-tech-value\"\u003e2 methods\u003c\/p\u003e\n\u003cp class=\"vh-tech-label\"\u003eApplication\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eUses\u003c\/h3\u003e\n\u003cul class=\"vh-list\"\u003e\n\u003cli\u003eColor white tempered chocolate to create dark milk chocolate or dark chocolate for bars and molded chocolates.\u003c\/li\u003e\n\u003cli\u003eApply dry with a brush to add shading and dimension to sugar paste figures.\u003c\/li\u003e\n\u003cli\u003eMix into buttercream or royal icing for an even chocolate brown without making the texture soggy.\u003c\/li\u003e\n\u003cli\u003eDecorations for indulgent themes, Easter (chocolate bunnies and eggs), or contemporary Christmas logs.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-tip\"\u003e\u003cp\u003e\u003cstrong\u003ePlease note:\u003c\/strong\u003e to turn white tempered chocolate into dark chocolate, add the powder gradually in small amounts, mixing for 1–2 minutes with a spatula between each addition, then check the shade on a cooled sample.\u003c\/p\u003e\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eComplete technical specifications\u003c\/h3\u003e\n\u003ctable class=\"vh-table\"\u003e\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eRainbow Dust (Pro Powder)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eContents\u003c\/td\u003e\n\u003ctd\u003e5 g (resealable jar)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eComposition\u003c\/td\u003e\n\u003ctd\u003eColorings E122, E102, E132, E153\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eApplication method\u003c\/td\u003e\n\u003ctd\u003eDry dusting or painting after dilution in lemon extract\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCompatibility\u003c\/td\u003e\n\u003ctd\u003eSugar paste, fondant, royal icing, buttercream, meringue, tempered chocolate, cookies\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eStorage\u003c\/td\u003e\n\u003ctd\u003eKeep the jar closed at room temperature, protected from moisture and light\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eFrequently asked questions\u003c\/h3\u003e\n\u003cdiv class=\"vh-faq\"\u003e\n\u003cdetails open\u003e\u003csummary\u003eDoes this powder carry a regulatory warning?\u003c\/summary\u003e\u003cp\u003eYes: the E122 and E102 colorings it contains may have an adverse effect on activity and attention in children, in accordance with European regulations.\u003c\/p\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhy choose this coloring instead of cocoa powder?\u003c\/summary\u003e\u003cp\u003eCocoa provides flavor and color, but with moderate coloring power, and absorbs moisture, which changes the texture. Chocolate Pro Powder is a pure, flavorless coloring that provides color only: combine the two for chocolate buttercream that is both flavorful and intensely colored.\u003c\/p\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eIs it compatible with white tempered chocolate?\u003c\/summary\u003e\u003cp\u003eYes, the powder can be mixed directly into melted chocolate without graining or causing the temper to set, resulting in an even brown after crystallization.\u003c\/p\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-pour\"\u003e\n\u003ch3\u003eLearn more\u003c\/h3\u003e\n\u003cp\u003e\u003ca href=\"\/en\/collections\/colorants-en-poudre\"\u003ePowdered colorings\u003c\/a\u003e · \u003ca href=\"\/en\/products\/rd-plain-simple-brown-rust\"\u003eRust Brown Colorant\u003c\/a\u003e · \u003ca href=\"\/en\/products\/colorant-en-poudre-noir\"\u003eBlack Magic Colorant\u003c\/a\u003e · \u003ca href=\"\/en\/collections\/patisserie-professionnelle\"\u003eProfessional baking\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"RAINBOW DUST","offers":[{"title":"Default Title","offer_id":21591457824868,"sku":"PP-CHOC-FG","price":2.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0108\/6167\/4596\/files\/PP-CHOC-FG_A.jpg-2.webp?v=1778083846"},{"product_id":"arome-concentre-amande-lorann","title":"Super Concentrated Flavor - Almond - LorAnn 3.7ml","description":"\u003cstyle\u003e.vh-w{font-family:'Montserrat',sans-serif;color:#2a2419;line-height:1.6;font-size:15px;background:#faf7f0;padding:26px 24px;border-radius:14px;width:100%;box-sizing:border-box}.vh-w *{box-sizing:border-box}.vh-h{text-align:center;margin-bottom:22px;padding-bottom:18px;border-bottom:2px solid #d7b36a}.vh-c{display:inline-block;font-size:12px;letter-spacing:3px;color:#b98b35;font-weight:600;padding:5px 14px;border:1px solid #d7b36a;border-radius:20px;margin-bottom:12px;text-transform:uppercase}.vh-t{font-size:20px;font-weight:600;color:#2a2419;margin:0 0 8px}.vh-tg{font-style:italic;font-size:13px;color:#6b5d40;margin:0}.vh-b{background:#fbf9f3;border:1px solid #eadfcb;border-radius:12px;padding:18px 20px;margin:14px 0}.vh-bt{font-size:13px;font-weight:600;color:#b98b35;letter-spacing:1.5px;text-transform:uppercase;margin:0 0 12px;padding-bottom:6px;border-bottom:1px solid #eadfcb}.vh-tech-zone{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;padding:6px 0}.vh-tech-item{flex:1;min-width:110px;max-width:170px;text-align:center;padding:12px 10px;background:#faf7f0;border:1px solid #eadfcb;border-radius:10px}.vh-tech-value{font-size:16px;font-weight:600;color:#b98b35;margin:0 0 3px}.vh-tech-label{font-size:10.5px;font-weight:600;color:#6b5d40;letter-spacing:1px;text-transform:uppercase}.vh-list{list-style:none;padding:0;margin:0}.vh-list li{padding-left:18px;position:relative;margin-bottom:9px;font-size:14px;line-height:1.5}.vh-list li::before{content:'•';color:#d7b36a;position:absolute;left:0;font-size:16px}.vh-tip{background:#fdf5e0;border-left:4px solid #b98b35;padding:12px 16px;border-radius:0 8px 8px 0;margin:4px 0}.vh-tip p{margin:0;font-size:13.5px;color:#2a2419}.vh-tip strong{color:#b98b35}.vh-table{width:100%;border-collapse:collapse;font-size:13.5px}.vh-table td{padding:7px 10px;border-bottom:1px solid #eadfcb}.vh-table td:first-child{font-weight:600;color:#6b5d40;width:38%}.vh-table tr:last-child td{border-bottom:none}.vh-faq summary{cursor:pointer;padding:10px 14px;background:#faf4e5;border-radius:6px;font-weight:600;color:#2a2419;font-size:14px;margin-bottom:6px;list-style:none;position:relative;padding-right:34px}.vh-faq summary::-webkit-details-marker{display:none}.vh-faq summary::after{content:'+';position:absolute;right:14px;top:50%;transform:translateY(-50%);font-size:17px;color:#b98b35;font-weight:bold}.vh-faq details[open] summary::after{content:'-'}.vh-faq details{margin-bottom:6px}.vh-faq p{padding:10px 14px;margin:0;font-size:13.5px;color:#2a2419;background:#fbf9f3;border-radius:0 0 6px 6px;border:1px solid #eadfcb;border-top:none}.vh-pour{background:#faf4e5;border:1px solid #d7b36a;border-radius:12px;padding:16px 20px;margin:14px 0 0;text-align:center}.vh-pour h3{margin:0 0 10px;font-size:13px;color:#b98b35;letter-spacing:1.5px;text-transform:uppercase;font-weight:600}.vh-pour p{margin:0;font-size:13.5px;line-height:1.7}.vh-pour a{color:#b98b35;text-decoration:underline;font-weight:600}@media(max-width:680px){.vh-w{padding:18px 14px}.vh-tech-zone{flex-direction:column}}\u003c\/style\u003e\n\u003cdiv class=\"vh-w\"\u003e\n\u003cdiv class=\"vh-h\"\u003e\n\u003cdiv class=\"vh-c\"\u003eLorAnn Oils - Super Strength Flavors\u003c\/div\u003e\n\u003ch3 class=\"vh-t\"\u003eSuper Concentrated Almond Flavor 3.7 ml\u003c\/h3\u003e\n\u003cp class=\"vh-tg\"\u003eUltra-concentrated almond flavor, a must-have for frangipane and financiers.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\u003cp\u003eLorAnn Super Concentrated Almond Flavor is an ultra-concentrated food flavoring in a 3.7 ml bottle, from the Super Strength Flavors range (LorAnn Oils, United States). Its high concentration delivers a pronounced almond note without using almond powder, making it useful for lightening a recipe or enhancing an existing flavor.\u003c\/p\u003e\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eFeatures\u003c\/h3\u003e\n\u003cdiv class=\"vh-tech-zone\"\u003e\n\u003cdiv class=\"vh-tech-item\"\u003e\n\u003cdiv class=\"vh-tech-value\"\u003e3.7 ml\u003c\/div\u003e\n\u003cdiv class=\"vh-tech-label\"\u003eBottle size\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-tech-item\"\u003e\n\u003cdiv class=\"vh-tech-value\"\u003ex3 to x4\u003c\/div\u003e\n\u003cdiv class=\"vh-tech-label\"\u003eVs. classic flavoring\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-tech-item\"\u003e\n\u003cdiv class=\"vh-tech-value\"\u003e180 °C\u003c\/div\u003e\n\u003cdiv class=\"vh-tech-label\"\u003eBaking-stable\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eApplications\u003c\/h3\u003e\n\u003cul class=\"vh-list\"\u003e\n\u003cli\u003eFinanciers and frangipane: enhances the almond note without adding fat or almond powder.\u003c\/li\u003e\n\u003cli\u003eMacarons: flavors the shells or ganache without altering their texture.\u003c\/li\u003e\n\u003cli\u003eCookies and shortbread: a few drops are enough for a consistent almond base across a large batch.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-tip\"\u003e\u003cp\u003e\u003cstrong\u003eGood to know\u003c\/strong\u003e\u003cbr\u003eGradual dosing: 2 to 4 drops per 250 g of mixture (buttercream, ganache, ice cream), 4 to 6 drops per 500 g of baked dough. Taste after each addition; the flavor intensifies as it rests (use 25% less the day before for a preparation that rests overnight).\u003c\/p\u003e\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eTechnical specifications\u003c\/h3\u003e\n\u003ctable class=\"vh-table\"\u003e\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eLorAnn Oils (United States)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eRange\u003c\/td\u003e\n\u003ctd\u003eSuper Strength Flavors\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFlavor\u003c\/td\u003e\n\u003ctd\u003eAlmond\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSize\u003c\/td\u003e\n\u003ctd\u003e3.7 ml bottle, screw cap with pouring insert\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDietary information\u003c\/td\u003e\n\u003ctd\u003eNo added sugar, gluten-free, kosher\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eStorage\u003c\/td\u003e\n\u003ctd\u003eRoom temperature (15-25 °C), away from light and heat\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eFrequently asked questions\u003c\/h3\u003e\n\u003cdiv class=\"vh-faq\"\u003e\n\u003cdetails open\u003e\u003csummary\u003eCan it replace almond powder in a recipe?\u003c\/summary\u003e\u003cp\u003eNo, it enhances the flavor but does not provide the texture or fat of almond powder: use it as a complement, not as a complete substitute.\u003c\/p\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhat dosage should I use for almond shortbread?\u003c\/summary\u003e\u003cp\u003e2 to 4 drops per 250 g of dough are generally sufficient; taste before baking, as the flavor intensifies in the oven.\u003c\/p\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eIs it suitable for people with tree nut allergies?\u003c\/summary\u003e\u003cp\u003eNo, almond flavoring naturally contains a tree nut derivative and is not suitable for people with tree nut allergies, unlike other LorAnn flavors that contain no tree nuts.\u003c\/p\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-pour\"\u003e\n\u003ch3\u003eFind out more\u003c\/h3\u003e\n\u003cp\u003eThe entire \u003ca href=\"\/en\/collections\/lorann\"\u003eLorAnn\u003c\/a\u003e range · Our \u003ca href=\"\/en\/collections\/aromes\"\u003efood flavorings\u003c\/a\u003e · Classic pairing: \u003ca href=\"\/en\/products\/super-strength-flavor-pear-natural-3-7ml\"\u003eSuper Concentrated Pear Flavor\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"LORANN","offers":[{"title":"Default Title","offer_id":21593087115364,"sku":"L0530","price":2.09,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0108\/6167\/4596\/files\/lorannAmande.png?v=1788262466"},{"product_id":"arome-concentre-bubble-gum","title":"Arome Super Concentrate - Bubble Gum - 3.7ml","description":"\u003cstyle\u003e.vh-w{font-family:'Montserrat',sans-serif;color:#2a2419;line-height:1.6;font-size:15px;background:#faf7f0;padding:26px 24px;border-radius:14px;width:100%;box-sizing:border-box}.vh-w *{box-sizing:border-box}.vh-h{text-align:center;margin-bottom:22px;padding-bottom:18px;border-bottom:2px solid #d7b36a}.vh-c{display:inline-block;font-size:12px;letter-spacing:3px;color:#b98b35;font-weight:600;padding:5px 14px;border:1px solid #d7b36a;border-radius:20px;margin-bottom:12px;text-transform:uppercase}.vh-t{font-size:20px;font-weight:600;color:#2a2419;margin:0 0 8px}.vh-tg{font-style:italic;font-size:13px;color:#6b5d40;margin:0}.vh-b{background:#fbf9f3;border:1px solid #eadfcb;border-radius:12px;padding:18px 20px;margin:14px 0}.vh-bt{font-size:13px;font-weight:600;color:#b98b35;letter-spacing:1.5px;text-transform:uppercase;margin:0 0 12px;padding-bottom:6px;border-bottom:1px solid #eadfcb}.vh-tech-zone{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;padding:6px 0}.vh-tech-item{flex:1;min-width:110px;max-width:170px;text-align:center;padding:12px 10px;background:#faf7f0;border:1px solid #eadfcb;border-radius:10px}.vh-tech-value{font-size:16px;font-weight:600;color:#b98b35;margin:0 0 3px}.vh-tech-label{font-size:10.5px;font-weight:600;color:#6b5d40;letter-spacing:1px;text-transform:uppercase}.vh-list{list-style:none;padding:0;margin:0}.vh-list li{padding-left:18px;position:relative;margin-bottom:9px;font-size:14px;line-height:1.5}.vh-list li::before{content:'\\2022';color:#d7b36a;position:absolute;left:0;font-size:16px}.vh-tip{background:#fdf5e0;border-left:4px solid #b98b35;padding:12px 16px;border-radius:0 8px 8px 0;margin:4px 0}.vh-tip p{margin:0;font-size:13.5px;color:#2a2419}.vh-tip strong{color:#b98b35}.vh-table{width:100%;border-collapse:collapse;font-size:13.5px}.vh-table td{padding:7px 10px;border-bottom:1px solid #eadfcb}.vh-table td:first-child{font-weight:600;color:#6b5d40;width:38%}.vh-table tr:last-child td{border-bottom:none}.vh-faq summary{cursor:pointer;padding:10px 14px;background:#faf4e5;border-radius:6px;font-weight:600;color:#2a2419;font-size:14px;margin-bottom:6px;list-style:none;position:relative;padding-right:34px}.vh-faq summary::-webkit-details-marker{display:none}.vh-faq summary::after{content:'+';position:absolute;right:14px;top:50%;transform:translateY(-50%);font-size:17px;color:#b98b35;font-weight:bold}.vh-faq details[open] summary::after{content:'-'}.vh-faq details{margin-bottom:6px}.vh-faq p{padding:10px 14px;margin:0;font-size:13.5px;color:#2a2419;background:#fbf9f3;border-radius:0 0 6px 6px;border:1px solid #eadfcb;border-top:none}.vh-pour{background:#faf4e5;border:1px solid #d7b36a;border-radius:12px;padding:16px 20px;margin:14px 0 0;text-align:center}.vh-pour h3{margin:0 0 10px;font-size:13px;color:#b98b35;letter-spacing:1.5px;text-transform:uppercase;font-weight:600}.vh-pour p{margin:0;font-size:13.5px;line-height:1.7}.vh-pour a{color:#b98b35;text-decoration:underline;font-weight:600}@media(max-width:680px){.vh-w{padding:18px 14px}.vh-tech-zone{flex-direction:column}}\u003c\/style\u003e\n\u003cdiv class=\"vh-w\"\u003e\n\u003cdiv class=\"vh-h\"\u003e\n\u003cdiv class=\"vh-c\"\u003eLorAnn Oils - Super Strength Flavors\u003c\/div\u003e\n\u003ch3 class=\"vh-t\"\u003eSuper-Concentrated Bubble Gum Flavor 3.7 ml\u003c\/h3\u003e\n\u003cp class=\"vh-tg\"\u003eUltra-concentrated bubble gum flavor, with a fruity chewing gum note for playful creations.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\u003cp\u003eLorAnn Super-Concentrated Bubble Gum Flavor is an ultra-concentrated food flavoring in a 3.7 ml bottle, from the Super Strength Flavors range (LorAnn Oils, United States). It has a fruity chewing gum signature, used primarily in children's creations and themed tiered cakes.\u003c\/p\u003e\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eFeatures\u003c\/h3\u003e\n\u003cdiv class=\"vh-tech-zone\"\u003e\n\u003cdiv class=\"vh-tech-item\"\u003e\n\u003cdiv class=\"vh-tech-value\"\u003e3.7 ml\u003c\/div\u003e\n\u003cdiv class=\"vh-tech-label\"\u003eBottle size\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-tech-item\"\u003e\n\u003cdiv class=\"vh-tech-value\"\u003e3x to 4x\u003c\/div\u003e\n\u003cdiv class=\"vh-tech-label\"\u003eVs. classic flavoring\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-tech-item\"\u003e\n\u003cdiv class=\"vh-tech-value\"\u003e180 °C\u003c\/div\u003e\n\u003cdiv class=\"vh-tech-label\"\u003eBaking-stable\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eApplications\u003c\/h3\u003e\n\u003cul class=\"vh-list\"\u003e\n\u003cli\u003eChildren's cake design: an immediately recognizable flavor for cupcakes and decorated cookies.\u003c\/li\u003e\n\u003cli\u003eColored whipped ganaches: pairs the flavor with vivid shades on macarons and number cakes.\u003c\/li\u003e\n\u003cli\u003eHomemade confectionery and fondant: reinforces the chewing gum character in worked sugar paste.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-tip\"\u003e\u003cp\u003e\u003cstrong\u003ePlease note\u003c\/strong\u003e\u003cbr\u003eGradual dosing: 2 to 4 drops per 250 g of mixture (buttercream, ganache, ice cream), 4 to 6 drops per 500 g of baked dough. Taste after each addition; the flavor intensifies as it rests (use 25% less the day before for a mixture that rests overnight).\u003c\/p\u003e\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eTechnical specifications\u003c\/h3\u003e\n\u003ctable class=\"vh-table\"\u003e\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eLorAnn Oils (United States)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eRange\u003c\/td\u003e\n\u003ctd\u003eSuper Strength Flavors\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFlavor\u003c\/td\u003e\n\u003ctd\u003eBubble Gum\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSize\u003c\/td\u003e\n\u003ctd\u003e3.7 ml bottle, screw cap with pourer\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDietary information\u003c\/td\u003e\n\u003ctd\u003eNo added sugar, gluten-free, kosher\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eStorage\u003c\/td\u003e\n\u003ctd\u003eRoom temperature (15-25 °C), protected from light and heat\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-b\"\u003e\n\u003ch3 class=\"vh-bt\"\u003eFrequently asked questions\u003c\/h3\u003e\n\u003cdiv class=\"vh-faq\"\u003e\n\u003cdetails open\u003e\u003csummary\u003eWhat dosage intensity is recommended for this flavor?\u003c\/summary\u003e\u003cp\u003eThis flavor is noticeable at a very low dose: start with 1 to 2 drops per 250 g and taste before adding more; bubble gum quickly saturates the palate.\u003c\/p\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eIs it suitable for a birthday number cake?\u003c\/summary\u003e\u003cp\u003eYes, this is a common use: flavor the cream or ganache of a child's number cake with a recognizable flavor.\u003c\/p\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eDoes it withstand baking decorated cookies?\u003c\/summary\u003e\u003cp\u003eYes, it retains most of its intensity up to 180 °C, making it suitable for baking cookies decorated with sugar paste or royal icing.\u003c\/p\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vh-pour\"\u003e\n\u003ch3\u003eExplore further\u003c\/h3\u003e\n\u003cp\u003eThe full \u003ca href=\"\/en\/collections\/lorann\"\u003eLorAnn\u003c\/a\u003e range · Our \u003ca href=\"\/en\/collections\/aromes\"\u003efood flavorings\u003c\/a\u003e · Related confectionery option: \u003ca href=\"\/en\/products\/arome-barbe-a-papa\"\u003eSuper-Concentrated Cotton Candy Flavor\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"LORANN","offers":[{"title":"Default Title","offer_id":21593280020580,"sku":"L0360","price":2.09,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0108\/6167\/4596\/files\/bubblegum.png?v=1788262966"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0108\/6167\/4596\/collections\/cupcakes_et_muffins_patissland_19e9d824-ee2a-413d-98a7-cfc9ae43f1a4.png?v=1784402112","url":"https:\/\/pitisslind.com\/en\/collections\/nouveautes.oembed?page=15","provider":"Patissland","version":"1.0","type":"link"}