{"id":264,"date":"2026-06-25T11:52:34","date_gmt":"2026-06-25T11:52:34","guid":{"rendered":"https:\/\/baixiangchocolate.com\/?post_type=product&#038;p=264"},"modified":"2026-06-25T14:14:49","modified_gmt":"2026-06-25T14:14:49","slug":"mini-waffle","status":"publish","type":"product","link":"https:\/\/baixiangchocolate.com\/zh\/product\/mini-waffle\/","title":{"rendered":"Mini Waffle"},"content":{"rendered":"<p><!DOCTYPE html><br \/>\n<html lang=\"zh-CN\"><br \/>\n<head><br \/>\n<meta charset=\"UTF-8\"><br \/>\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"><br \/>\n<title>Mini Waffle \u2014 BaiXiang Food<\/title>\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@400;600&#038;family=Inter:wght@300;400;500;600&#038;display=swap\" rel=\"stylesheet\">\n<style>\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }<\/p>\n<p>  :root {\n    --cream: #FDF8F2;\n    --warm-white: #FFFCF8;\n    --chocolate: #3D1F0D;\n    --caramel: #B8732A;\n    --caramel-light: #E8A84A;\n    --wafer: #F5E6C8;\n    --wafer-mid: #E8D0A0;\n    --text-main: #2A1A0A;\n    --text-muted: #7A6050;\n    --text-light: #AE9880;\n    --border: rgba(61,31,13,0.12);\n    --border-strong: rgba(61,31,13,0.22);\n  }<\/p>\n<p>  html { scroll-behavior: smooth; }<\/p>\n<p>  body {\n    font-family: 'Inter', sans-serif;\n    background: var(--warm-white);\n    color: var(--text-main);\n    overflow-x: hidden;\n  }<\/p>\n<p>  \/* NAV *\/\n  nav {\n    position: fixed; top: 0; left: 0; right: 0; z-index: 100;\n    background: rgba(253,248,242,0.95);\n    backdrop-filter: blur(12px);\n    border-bottom: 1px solid var(--border);\n    padding: 0 5vw;\n    display: flex; align-items: center; justify-content: space-between;\n    height: 60px;\n  }\n  .nav-logo {\n    font-family: 'Playfair Display', serif;\n    font-size: 17px; font-weight: 600;\n    color: var(--chocolate);\n    letter-spacing: 0.02em;\n  }\n  .nav-logo span { color: var(--caramel); }\n  .nav-links { display: flex; gap: 32px; list-style: none; }\n  .nav-links a {\n    font-size: 13px; font-weight: 500; letter-spacing: 0.04em;\n    color: var(--text-muted); text-decoration: none; text-transform: uppercase;\n    transition: color 0.2s;\n  }\n  .nav-links a:hover { color: var(--chocolate); }\n  .nav-cta {\n    background: var(--chocolate);\n    color: #fff;\n    font-size: 12px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase;\n    padding: 9px 20px; border-radius: 2px;\n    text-decoration: none;\n    transition: background 0.2s;\n  }\n  .nav-cta:hover { background: var(--caramel); }<\/p>\n<p>  \/* HERO *\/\n  .hero {\n    min-height: 100vh;\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    padding-top: 60px;\n  }\n  .hero-visual {\n    background: var(--wafer);\n    position: relative;\n    display: flex; align-items: center; justify-content: center;\n    overflow: hidden;\n    min-height: 600px;\n  }\n  .hero-waffle-art {\n    width: 320px; height: 320px;\n    position: relative;\n    display: flex; align-items: center; justify-content: center;\n  }<\/p>\n<p>  \/* SVG Waffle illustration *\/\n  .waffle-svg { width: 100%; height: 100%; filter: drop-shadow(0 8px 32px rgba(61,31,13,0.18)); }<\/p>\n<p>  .hero-badge {\n    position: absolute; top: 40px; right: 40px;\n    width: 88px; height: 88px;\n    background: var(--chocolate);\n    border-radius: 50%;\n    display: flex; flex-direction: column; align-items: center; justify-content: center;\n    text-align: center;\n  }\n  .hero-badge-top { font-size: 9px; color: var(--caramel-light); letter-spacing: 0.1em; text-transform: uppercase; }\n  .hero-badge-num { font-family: 'Playfair Display', serif; font-size: 22px; font-weight: 600; color: #fff; line-height: 1; }\n  .hero-badge-sub { font-size: 9px; color: var(--text-light); letter-spacing: 0.05em; }<\/p>\n<p>  .flavor-dots {\n    position: absolute; bottom: 40px; left: 40px;\n    display: flex; gap: 8px; align-items: center;\n  }\n  .flavor-dot {\n    width: 28px; height: 28px;\n    border-radius: 50%;\n    border: 2px solid rgba(255,255,255,0.6);\n    cursor: pointer;\n    transition: transform 0.2s, border-color 0.2s;\n    position: relative;\n  }\n  .flavor-dot:hover { transform: scale(1.15); border-color: var(--chocolate); }\n  .flavor-dot.active { border-color: var(--chocolate); transform: scale(1.1); }\n  .flavor-dot[data-flavor=\"chocolate\"] { background: #5C2E0A; }\n  .flavor-dot[data-flavor=\"strawberry\"] { background: #D94F6F; }\n  .flavor-dot[data-flavor=\"milk\"] { background: #E8D0A0; }\n  .flavor-dot[data-flavor=\"vanilla\"] { background: #F5EDD4; border-color: rgba(61,31,13,0.3); }\n  .flavor-label {\n    font-size: 11px; color: var(--text-muted); letter-spacing: 0.06em;\n    text-transform: uppercase; margin-left: 4px;\n  }<\/p>\n<p>  .hero-content {\n    padding: 80px 7vw 80px 60px;\n    display: flex; flex-direction: column; justify-content: center;\n    background: var(--warm-white);\n  }\n  .eyebrow {\n    font-size: 11px; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase;\n    color: var(--caramel);\n    margin-bottom: 16px;\n    display: flex; align-items: center; gap: 10px;\n  }\n  .eyebrow::before {\n    content: '';\n    display: block; width: 24px; height: 1.5px;\n    background: var(--caramel);\n  }\n  h1 {\n    font-family: 'Playfair Display', serif;\n    font-size: clamp(38px, 5vw, 56px);\n    font-weight: 400;\n    color: var(--chocolate);\n    line-height: 1.12;\n    margin-bottom: 8px;\n  }\n  h1 em { font-style: italic; color: var(--caramel); }\n  .hero-sub {\n    font-size: 15px; color: var(--text-muted); line-height: 1.7;\n    margin-bottom: 40px; max-width: 420px;\n    border-left: 2px solid var(--wafer-mid);\n    padding-left: 16px;\n  }<\/p>\n<p>  .spec-row {\n    display: grid; grid-template-columns: 1fr 1fr;\n    gap: 1px;\n    background: var(--border);\n    border: 1px solid var(--border);\n    border-radius: 4px;\n    overflow: hidden;\n    margin-bottom: 32px;\n  }\n  .spec-cell {\n    background: var(--warm-white);\n    padding: 14px 18px;\n  }\n  .spec-cell-label { font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-light); margin-bottom: 4px; }\n  .spec-cell-val { font-size: 16px; font-weight: 600; color: var(--chocolate); }<\/p>\n<p>  .hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }\n  .btn-primary {\n    background: var(--chocolate);\n    color: #fff;\n    font-size: 13px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase;\n    padding: 14px 28px; border-radius: 2px;\n    text-decoration: none; border: none; cursor: pointer;\n    transition: background 0.2s;\n  }\n  .btn-primary:hover { background: var(--caramel); }\n  .btn-outline {\n    background: transparent;\n    color: var(--chocolate);\n    font-size: 13px; font-weight: 500;\n    padding: 13px 24px; border-radius: 2px;\n    text-decoration: none;\n    border: 1.5px solid var(--border-strong);\n    cursor: pointer;\n    transition: border-color 0.2s, color 0.2s;\n  }\n  .btn-outline:hover { border-color: var(--caramel); color: var(--caramel); }<\/p>\n<p>  \/* STRIP *\/\n  .trust-strip {\n    background: var(--chocolate);\n    padding: 18px 5vw;\n    display: flex; gap: 48px; justify-content: center; align-items: center;\n    flex-wrap: wrap;\n  }\n  .trust-item { display: flex; align-items: center; gap: 10px; }\n  .trust-icon { font-size: 16px; color: var(--caramel-light); }\n  .trust-text { font-size: 12px; font-weight: 500; letter-spacing: 0.06em; color: rgba(255,255,255,0.85); text-transform: uppercase; }<\/p>\n<p>  \/* ABOUT SECTION *\/\n  .section { padding: 96px 5vw; }\n  .section-eyebrow {\n    font-size: 11px; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase;\n    color: var(--caramel); margin-bottom: 12px;\n  }\n  h2 {\n    font-family: 'Playfair Display', serif;\n    font-size: clamp(28px, 3.5vw, 40px);\n    font-weight: 400; color: var(--chocolate); line-height: 1.2;\n    margin-bottom: 20px;\n  }\n  .body-text { font-size: 15px; color: var(--text-muted); line-height: 1.8; max-width: 600px; }<\/p>\n<p>  \/* FEATURES *\/\n  .features-section {\n    background: var(--cream);\n    padding: 96px 5vw;\n  }\n  .features-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));\n    gap: 2px;\n    background: var(--border);\n    border: 1px solid var(--border);\n    border-radius: 4px;\n    overflow: hidden;\n    margin-top: 56px;\n  }\n  .feature-card {\n    background: var(--cream);\n    padding: 36px 28px;\n    transition: background 0.2s;\n  }\n  .feature-card:hover { background: var(--warm-white); }\n  .feature-num {\n    font-family: 'Playfair Display', serif;\n    font-size: 36px; font-weight: 400; color: var(--wafer-mid);\n    line-height: 1; margin-bottom: 20px;\n  }\n  .feature-title { font-size: 14px; font-weight: 600; color: var(--chocolate); margin-bottom: 10px; letter-spacing: 0.02em; }\n  .feature-desc { font-size: 13px; color: var(--text-muted); line-height: 1.7; }<\/p>\n<p>  \/* FLAVORS *\/\n  .flavors-section { padding: 96px 5vw; }\n  .flavors-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n    gap: 16px;\n    margin-top: 56px;\n  }\n  .flavor-card {\n    border: 1px solid var(--border);\n    border-radius: 4px;\n    overflow: hidden;\n    transition: transform 0.2s, box-shadow 0.2s;\n    cursor: default;\n  }\n  .flavor-card:hover { transform: translateY(-3px); box-shadow: 0 12px 32px rgba(61,31,13,0.1); }\n  .flavor-swatch { height: 100px; }\n  .flavor-info { padding: 20px; background: var(--warm-white); }\n  .flavor-name { font-size: 14px; font-weight: 600; color: var(--chocolate); margin-bottom: 4px; }\n  .flavor-desc-sm { font-size: 12px; color: var(--text-muted); line-height: 1.5; }<\/p>\n<p>  \/* SPECS TABLE *\/\n  .specs-section { background: var(--cream); padding: 96px 5vw; }\n  .specs-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; margin-top: 56px; }\n  .specs-table { width: 100%; border-collapse: collapse; }\n  .specs-table tr { border-bottom: 1px solid var(--border); }\n  .specs-table td { padding: 14px 0; font-size: 14px; vertical-align: top; }\n  .specs-table td:first-child { color: var(--text-light); font-size: 12px; text-transform: uppercase; letter-spacing: 0.08em; width: 40%; }\n  .specs-table td:last-child { color: var(--chocolate); font-weight: 500; }\n  .packaging-visual {\n    background: var(--wafer);\n    border-radius: 4px;\n    padding: 40px;\n    display: flex; flex-direction: column; align-items: center; justify-content: center;\n    min-height: 300px;\n    text-align: center;\n  }\n  .pkg-icon { font-size: 64px; margin-bottom: 16px; }\n  .pkg-label { font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-muted); margin-bottom: 8px; }\n  .pkg-detail { font-size: 15px; font-weight: 600; color: var(--chocolate); }<\/p>\n<p>  \/* PROCESS *\/\n  .process-section { padding: 96px 5vw; }\n  .process-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin-top: 56px; position: relative; }\n  .process-steps::before {\n    content: '';\n    position: absolute; top: 28px; left: 12.5%; right: 12.5%;\n    height: 1px; background: var(--border-strong);\n  }\n  .process-step { text-align: center; padding: 0 12px; position: relative; }\n  .process-dot {\n    width: 56px; height: 56px;\n    border-radius: 50%;\n    background: var(--chocolate);\n    display: flex; align-items: center; justify-content: center;\n    margin: 0 auto 20px;\n    position: relative; z-index: 1;\n  }\n  .process-dot-n { font-family: 'Playfair Display', serif; font-size: 18px; color: #fff; }\n  .process-step-title { font-size: 14px; font-weight: 600; color: var(--chocolate); margin-bottom: 8px; }\n  .process-step-desc { font-size: 12px; color: var(--text-muted); line-height: 1.6; }<\/p>\n<p>  \/* CTA *\/\n  .cta-section {\n    background: var(--chocolate);\n    padding: 100px 5vw;\n    text-align: center;\n  }\n  .cta-section h2 { color: #fff; }\n  .cta-section .body-text { color: rgba(255,255,255,0.65); margin: 20px auto 40px; }\n  .cta-form {\n    display: flex; gap: 12px; max-width: 480px; margin: 0 auto;\n    flex-wrap: wrap; justify-content: center;\n  }\n  .cta-input {\n    flex: 1; min-width: 220px;\n    padding: 14px 18px; border-radius: 2px;\n    border: 1px solid rgba(255,255,255,0.2);\n    background: rgba(255,255,255,0.08);\n    color: #fff; font-size: 14px; font-family: 'Inter', sans-serif;\n    outline: none;\n  }\n  .cta-input::placeholder { color: rgba(255,255,255,0.4); }\n  .cta-input:focus { border-color: var(--caramel-light); }\n  .btn-cta {\n    background: var(--caramel);\n    color: #fff;\n    font-size: 13px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase;\n    padding: 14px 28px; border-radius: 2px;\n    border: none; cursor: pointer;\n    transition: background 0.2s;\n    white-space: nowrap;\n  }\n  .btn-cta:hover { background: var(--caramel-light); }<\/p>\n<p>  \/* FOOTER *\/\n  footer {\n    background: #1A0A03;\n    padding: 48px 5vw 32px;\n    display: flex; justify-content: space-between; align-items: flex-start;\n    flex-wrap: wrap; gap: 32px;\n  }\n  .footer-brand { font-family: 'Playfair Display', serif; font-size: 18px; color: #fff; margin-bottom: 8px; }\n  .footer-sub { font-size: 12px; color: rgba(255,255,255,0.4); }\n  .footer-contact { font-size: 12px; color: rgba(255,255,255,0.55); line-height: 2; }\n  .footer-contact a { color: var(--caramel-light); text-decoration: none; }<\/p>\n<p>  \/* RESPONSIVE *\/\n  @media (max-width: 768px) {\n    .hero { grid-template-columns: 1fr; }\n    .hero-visual { min-height: 360px; }\n    .hero-content { padding: 48px 5vw; }\n    .specs-layout { grid-template-columns: 1fr; }\n    .process-steps { grid-template-columns: 1fr 1fr; gap: 32px; }\n    .process-steps::before { display: none; }\n    nav .nav-links { display: none; }\n  }\n<\/style>\n<p><\/head><br \/>\n<body><\/p>\n<p><!-- NAV --><\/p>\n<nav>\n<div class=\"nav-logo\">Bai<span>Xiang<\/span> Food<\/div>\n<ul class=\"nav-links\">\n<li><a href=\"#features\">Features<\/a><\/li>\n<li><a href=\"#flavors\">Flavors<\/a><\/li>\n<li><a href=\"#specs\">Specs<\/a><\/li>\n<li><a href=\"#process\">Process<\/a><\/li>\n<\/ul>\n<p>  <a href=\"#contact\" class=\"nav-cta\">Get Quote<\/a><br \/>\n<\/nav>\n<p><!-- HERO --><\/p>\n<section class=\"hero\">\n  <!-- Left: Visual --><\/p>\n<div class=\"hero-visual\">\n<div class=\"hero-waffle-art\">\n      <svg class=\"waffle-svg\" viewBox=\"0 0 320 320\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n        <!-- Waffle stack illustration -->\n        <!-- Shadow -->\n        <ellipse cx=\"160\" cy=\"280\" rx=\"90\" ry=\"14\" fill=\"rgba(61,31,13,0.12)\"\/><\/p>\n<p>        <!-- Bottom waffle layer -->\n        <g>\n          <rect x=\"68\" y=\"200\" width=\"184\" height=\"44\" rx=\"6\" fill=\"#C8A060\"\/>\n          <!-- grid lines horizontal -->\n          <line x1=\"68\" y1=\"214\" x2=\"252\" y2=\"214\" stroke=\"rgba(61,31,13,0.18)\" stroke-width=\"1\"\/>\n          <line x1=\"68\" y1=\"228\" x2=\"252\" y2=\"228\" stroke=\"rgba(61,31,13,0.18)\" stroke-width=\"1\"\/>\n          <!-- grid lines vertical -->\n          <line x1=\"98\" y1=\"200\" x2=\"98\" y2=\"244\" stroke=\"rgba(61,31,13,0.18)\" stroke-width=\"1\"\/>\n          <line x1=\"128\" y1=\"200\" x2=\"128\" y2=\"244\" stroke=\"rgba(61,31,13,0.18)\" stroke-width=\"1\"\/>\n          <line x1=\"158\" y1=\"200\" x2=\"158\" y2=\"244\" stroke=\"rgba(61,31,13,0.18)\" stroke-width=\"1\"\/>\n          <line x1=\"188\" y1=\"200\" x2=\"188\" y2=\"244\" stroke=\"rgba(61,31,13,0.18)\" stroke-width=\"1\"\/>\n          <line x1=\"218\" y1=\"200\" x2=\"218\" y2=\"244\" stroke=\"rgba(61,31,13,0.18)\" stroke-width=\"1\"\/>\n        <\/g><\/p>\n<p>        <!-- Chocolate filling -->\n        <rect x=\"68\" y=\"184\" width=\"184\" height=\"20\" rx=\"0\" fill=\"#3D1A06\"\/>\n        <!-- Drips -->\n        <path d=\"M100 184 Q104 196 100 200\" fill=\"none\" stroke=\"#3D1A06\" stroke-width=\"6\" stroke-linecap=\"round\"\/>\n        <path d=\"M140 184 Q144 200 140 208\" fill=\"none\" stroke=\"#3D1A06\" stroke-width=\"5\" stroke-linecap=\"round\"\/>\n        <path d=\"M190 184 Q194 194 190 200\" fill=\"none\" stroke=\"#3D1A06\" stroke-width=\"5\" stroke-linecap=\"round\"\/>\n        <path d=\"M220 184 Q224 200 220 208\" fill=\"none\" stroke=\"#3D1A06\" stroke-width=\"4\" stroke-linecap=\"round\"\/>\n<p>        <!-- Middle waffle layer -->\n        <g>\n          <rect x=\"72\" y=\"152\" width=\"176\" height=\"40\" rx=\"6\" fill=\"#D4AE70\"\/>\n          <line x1=\"72\" y1=\"165\" x2=\"248\" y2=\"165\" stroke=\"rgba(61,31,13,0.15)\" stroke-width=\"1\"\/>\n          <line x1=\"72\" y1=\"178\" x2=\"248\" y2=\"178\" stroke=\"rgba(61,31,13,0.15)\" stroke-width=\"1\"\/>\n          <line x1=\"102\" y1=\"152\" x2=\"102\" y2=\"192\" stroke=\"rgba(61,31,13,0.15)\" stroke-width=\"1\"\/>\n          <line x1=\"132\" y1=\"152\" x2=\"132\" y2=\"192\" stroke=\"rgba(61,31,13,0.15)\" stroke-width=\"1\"\/>\n          <line x1=\"162\" y1=\"152\" x2=\"162\" y2=\"192\" stroke=\"rgba(61,31,13,0.15)\" stroke-width=\"1\"\/>\n          <line x1=\"192\" y1=\"152\" x2=\"192\" y2=\"192\" stroke=\"rgba(61,31,13,0.15)\" stroke-width=\"1\"\/>\n          <line x1=\"218\" y1=\"152\" x2=\"218\" y2=\"192\" stroke=\"rgba(61,31,13,0.15)\" stroke-width=\"1\"\/>\n        <\/g><\/p>\n<p>        <!-- Strawberry filling -->\n        <rect x=\"72\" y=\"136\" width=\"176\" height=\"20\" rx=\"0\" fill=\"#C43C5C\"\/>\n        <path d=\"M105 136 Q108 148 105 152\" fill=\"none\" stroke=\"#C43C5C\" stroke-width=\"5\" stroke-linecap=\"round\"\/>\n        <path d=\"M148 136 Q151 152 148 158\" fill=\"none\" stroke=\"#C43C5C\" stroke-width=\"5\" stroke-linecap=\"round\"\/>\n        <path d=\"M200 136 Q203 148 200 152\" fill=\"none\" stroke=\"#C43C5C\" stroke-width=\"4\" stroke-linecap=\"round\"\/>\n<p>        <!-- Top waffle layer -->\n        <g>\n          <rect x=\"76\" y=\"100\" width=\"168\" height=\"42\" rx=\"6\" fill=\"#E8C882\"\/>\n          <line x1=\"76\" y1=\"114\" x2=\"244\" y2=\"114\" stroke=\"rgba(61,31,13,0.12)\" stroke-width=\"1\"\/>\n          <line x1=\"76\" y1=\"127\" x2=\"244\" y2=\"127\" stroke=\"rgba(61,31,13,0.12)\" stroke-width=\"1\"\/>\n          <line x1=\"106\" y1=\"100\" x2=\"106\" y2=\"142\" stroke=\"rgba(61,31,13,0.12)\" stroke-width=\"1\"\/>\n          <line x1=\"136\" y1=\"100\" x2=\"136\" y2=\"142\" stroke=\"rgba(61,31,13,0.12)\" stroke-width=\"1\"\/>\n          <line x1=\"166\" y1=\"100\" x2=\"166\" y2=\"142\" stroke=\"rgba(61,31,13,0.12)\" stroke-width=\"1\"\/>\n          <line x1=\"196\" y1=\"100\" x2=\"196\" y2=\"142\" stroke=\"rgba(61,31,13,0.12)\" stroke-width=\"1\"\/>\n          <line x1=\"220\" y1=\"100\" x2=\"220\" y2=\"142\" stroke=\"rgba(61,31,13,0.12)\" stroke-width=\"1\"\/>\n          <!-- Top gloss -->\n          <rect x=\"80\" y=\"103\" width=\"160\" height=\"8\" rx=\"3\" fill=\"rgba(255,255,255,0.25)\"\/>\n        <\/g><\/p>\n<p>        <!-- Chocolate drizzle on top -->\n        <path d=\"M100 100 Q120 82 140 90 Q160 98 180 80 Q200 62 220 75\" fill=\"none\" stroke=\"#3D1A06\" stroke-width=\"3.5\" stroke-linecap=\"round\"\/>\n        <path d=\"M90 90 Q110 72 130 80\" fill=\"none\" stroke=\"#5C2E0A\" stroke-width=\"2.5\" stroke-linecap=\"round\" opacity=\"0.6\"\/>\n<p>        <!-- Small chocolate chips on top waffle -->\n        <ellipse cx=\"115\" cy=\"110\" rx=\"5\" ry=\"3.5\" fill=\"#3D1A06\" transform=\"rotate(-10 115 110)\"\/>\n        <ellipse cx=\"145\" cy=\"122\" rx=\"4.5\" ry=\"3\" fill=\"#3D1A06\" transform=\"rotate(5 145 122)\"\/>\n        <ellipse cx=\"188\" cy=\"108\" rx=\"5\" ry=\"3.5\" fill=\"#3D1A06\" transform=\"rotate(-8 188 108)\"\/>\n        <ellipse cx=\"210\" cy=\"128\" rx=\"4\" ry=\"3\" fill=\"#3D1A06\" transform=\"rotate(12 210 128)\"\/><\/p>\n<p>        <!-- \"MINI WAFFLE\" text label below -->\n        <text x=\"160\" y=\"306\" text-anchor=\"middle\" font-family=\"'Inter',sans-serif\" font-size=\"10\" letter-spacing=\"6\" fill=\"#B8732A\" font-weight=\"600\">MINI WAFFLE<\/text>\n      <\/svg>\n    <\/div>\n<p>    <!-- Badge --><\/p>\n<div class=\"hero-badge\">\n      <span class=\"hero-badge-top\">Since<\/span><br \/>\n      <span class=\"hero-badge-num\">2008<\/span><br \/>\n      <span class=\"hero-badge-sub\">Founded<\/span>\n    <\/div>\n<p>    <!-- Flavor picker --><\/p>\n<div class=\"flavor-dots\">\n<div class=\"flavor-dot active\" data-flavor=\"chocolate\" title=\"Chocolate\"><\/div>\n<div class=\"flavor-dot\" data-flavor=\"strawberry\" title=\"Strawberry\"><\/div>\n<div class=\"flavor-dot\" data-flavor=\"milk\" title=\"Milk\"><\/div>\n<div class=\"flavor-dot\" data-flavor=\"vanilla\" title=\"Vanilla\"><\/div>\n<p>      <span class=\"flavor-label\">4 Flavors<\/span>\n    <\/div>\n<\/p><\/div>\n<p>  <!-- Right: Content --><\/p>\n<div class=\"hero-content\">\n<div class=\"eyebrow\">BaiXiang Signature<\/div>\n<h1>Mini<br \/><em>Waffle<\/em><br \/>Biscuit<\/h1>\n<p class=\"hero-sub\">\n      Crispy layered wafers with rich chocolate or fruit-flavored cream fillings \u2014 crafted for snacking delight and global distribution.\n    <\/p>\n<div class=\"spec-row\">\n<div class=\"spec-cell\">\n<div class=\"spec-cell-label\">Unit Weight<\/div>\n<div class=\"spec-cell-val\">20g \/ pc<\/div>\n<\/p><\/div>\n<div class=\"spec-cell\">\n<div class=\"spec-cell-label\">MOQ<\/div>\n<div class=\"spec-cell-val\">5,000 cartons<\/div>\n<\/p><\/div>\n<div class=\"spec-cell\">\n<div class=\"spec-cell-label\">Shelf Life<\/div>\n<div class=\"spec-cell-val\">12 months<\/div>\n<\/p><\/div>\n<div class=\"spec-cell\">\n<div class=\"spec-cell-label\">Certifications<\/div>\n<div class=\"spec-cell-val\">ISO \u00b7 HACCP<\/div>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"hero-actions\">\n      <a href=\"#contact\" class=\"btn-primary\">Request Sample<\/a><br \/>\n      <a href=\"#specs\" class=\"btn-outline\">View Full Specs<\/a>\n    <\/div>\n<\/p><\/div>\n<\/section>\n<p><!-- TRUST STRIP --><\/p>\n<div class=\"trust-strip\">\n<div class=\"trust-item\">\n    <span class=\"trust-icon\">\u2726<\/span><br \/>\n    <span class=\"trust-text\">OEM &amp; ODM Available<\/span>\n  <\/div>\n<div class=\"trust-item\">\n    <span class=\"trust-icon\">\u2726<\/span><br \/>\n    <span class=\"trust-text\">Custom Packaging<\/span>\n  <\/div>\n<div class=\"trust-item\">\n    <span class=\"trust-icon\">\u2726<\/span><br \/>\n    <span class=\"trust-text\">Private Label<\/span>\n  <\/div>\n<div class=\"trust-item\">\n    <span class=\"trust-icon\">\u2726<\/span><br \/>\n    <span class=\"trust-text\">Global Export<\/span>\n  <\/div>\n<div class=\"trust-item\">\n    <span class=\"trust-icon\">\u2726<\/span><br \/>\n    <span class=\"trust-text\">Free Samples<\/span>\n  <\/div>\n<\/div>\n<p><!-- ABOUT \/ INTRO --><\/p>\n<section class=\"section\" style=\"background: var(--warm-white);\">\n<div style=\"max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center;\">\n<div>\n<div class=\"section-eyebrow\">Who We Are<\/div>\n<h2>Factory-direct from Fujian, China<\/h2>\n<p class=\"body-text\">\n        Jinjiang BaiXiang Food Co., Ltd. is a professional confectionery manufacturer based in Quanzhou, Fujian. With over 15 years in wafer and biscuit production, we supply to retailers, distributors, and private-label brands across Southeast Asia, the Middle East, and Europe.\n      <\/p>\n<p class=\"body-text\" style=\"margin-top: 16px;\">\n        Our Mini Waffle is one of our flagship SKUs \u2014 a bite-sized, multi-layer crispy wafer enrobed or filled with premium chocolate and cream, designed for impulse purchase channels and gifting assortments.\n      <\/p>\n<\/p><\/div>\n<div style=\"display: grid; grid-template-columns: 1fr 1fr; gap: 2px; background: var(--border); border: 1px solid var(--border); border-radius: 4px; overflow: hidden;\">\n<div style=\"background: var(--cream); padding: 28px; text-align: center;\">\n<div style=\"font-family: 'Playfair Display', serif; font-size: 36px; color: var(--chocolate); font-weight: 400; line-height: 1;\">15+<\/div>\n<div style=\"font-size: 11px; text-transform: uppercase; letter-spacing: 0.1em; color: var(--text-light); margin-top: 6px;\">Years in Operation<\/div>\n<\/p><\/div>\n<div style=\"background: var(--cream); padding: 28px; text-align: center;\">\n<div style=\"font-family: 'Playfair Display', serif; font-size: 36px; color: var(--chocolate); font-weight: 400; line-height: 1;\">50+<\/div>\n<div style=\"font-size: 11px; text-transform: uppercase; letter-spacing: 0.1em; color: var(--text-light); margin-top: 6px;\">Export Countries<\/div>\n<\/p><\/div>\n<div style=\"background: var(--cream); padding: 28px; text-align: center;\">\n<div style=\"font-family: 'Playfair Display', serif; font-size: 36px; color: var(--chocolate); font-weight: 400; line-height: 1;\">8<\/div>\n<div style=\"font-size: 11px; text-transform: uppercase; letter-spacing: 0.1em; color: var(--text-light); margin-top: 6px;\">Product Lines<\/div>\n<\/p><\/div>\n<div style=\"background: var(--cream); padding: 28px; text-align: center;\">\n<div style=\"font-family: 'Playfair Display', serif; font-size: 36px; color: var(--chocolate); font-weight: 400; line-height: 1;\">ISO<\/div>\n<div style=\"font-size: 11px; text-transform: uppercase; letter-spacing: 0.1em; color: var(--text-light); margin-top: 6px;\">Certified Factory<\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<p><!-- FEATURES --><\/p>\n<section class=\"features-section\" id=\"features\">\n<div style=\"max-width: 1100px; margin: 0 auto;\">\n<div class=\"section-eyebrow\">Why Mini Waffle<\/div>\n<h2>Engineered for retail success<\/h2>\n<div class=\"features-grid\">\n<div class=\"feature-card\">\n<div class=\"feature-num\">01<\/div>\n<div class=\"feature-title\">Crispy Layered Texture<\/div>\n<div class=\"feature-desc\">Precision-baked wafer sheets create an audibly satisfying crunch that defines the eating experience and drives repeat purchase.<\/div>\n<\/p><\/div>\n<div class=\"feature-card\">\n<div class=\"feature-num\">02<\/div>\n<div class=\"feature-title\">Rich Cream Filling<\/div>\n<div class=\"feature-desc\">Proprietary cream formulations \u2014 chocolate, strawberry, milk, and vanilla \u2014 with a smooth mouthfeel and long-lasting flavor.<\/div>\n<\/p><\/div>\n<div class=\"feature-card\">\n<div class=\"feature-num\">03<\/div>\n<div class=\"feature-title\">Bite-Size Portioning<\/div>\n<div class=\"feature-desc\">20g per piece \u2014 the ideal impulse snack format. Easy to display, easy to merchandise, and shareable for gifting occasions.<\/div>\n<\/p><\/div>\n<div class=\"feature-card\">\n<div class=\"feature-num\">04<\/div>\n<div class=\"feature-title\">Custom Branding Ready<\/div>\n<div class=\"feature-desc\">Full OEM and private-label capability. We handle recipe, packaging design, and label printing to your specifications.<\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<p><!-- FLAVORS --><\/p>\n<section class=\"flavors-section\" id=\"flavors\">\n<div style=\"max-width: 1100px; margin: 0 auto;\">\n<div class=\"section-eyebrow\">Flavor Range<\/div>\n<h2>Four varieties, one format<\/h2>\n<div class=\"flavors-grid\">\n<div class=\"flavor-card\">\n<div class=\"flavor-swatch\" style=\"background: linear-gradient(145deg, #5C2E0A, #3D1A06);\"><\/div>\n<div class=\"flavor-info\">\n<div class=\"flavor-name\">Dark Chocolate<\/div>\n<div class=\"flavor-desc-sm\">Intense cocoa filling between golden wafer layers. A bestseller in Europe and the Middle East.<\/div>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"flavor-card\">\n<div class=\"flavor-swatch\" style=\"background: linear-gradient(145deg, #D94F6F, #B83058);\"><\/div>\n<div class=\"flavor-info\">\n<div class=\"flavor-name\">Strawberry<\/div>\n<div class=\"flavor-desc-sm\">Bright, fruity strawberry cream with a naturally sweet aroma. Top choice for Southeast Asia markets.<\/div>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"flavor-card\">\n<div class=\"flavor-swatch\" style=\"background: linear-gradient(145deg, #E8C882, #C8A060);\"><\/div>\n<div class=\"flavor-info\">\n<div class=\"flavor-name\">Milk Cream<\/div>\n<div class=\"flavor-desc-sm\">Classic milky filling with a gentle sweetness. Appeals to younger consumers and family formats.<\/div>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"flavor-card\">\n<div class=\"flavor-swatch\" style=\"background: linear-gradient(145deg, #F8F0D8, #E8D8A0); border-bottom: 1px solid var(--border);\"><\/div>\n<div class=\"flavor-info\">\n<div class=\"flavor-name\">Vanilla<\/div>\n<div class=\"flavor-desc-sm\">Warm, aromatic vanilla cream \u2014 clean and universally loved. Excellent as a base for custom flavor development.<\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<p><!-- SPECS --><\/p>\n<section class=\"specs-section\" id=\"specs\">\n<div style=\"max-width: 1100px; margin: 0 auto;\">\n<div class=\"section-eyebrow\">Product Specifications<\/div>\n<h2>Full technical details<\/h2>\n<div class=\"specs-layout\">\n<table class=\"specs-table\">\n<tr>\n<td>Product Name<\/td>\n<td>Mini Waffle Biscuit<\/td>\n<\/tr>\n<tr>\n<td>Net Weight<\/td>\n<td>20g \/ piece<\/td>\n<\/tr>\n<tr>\n<td>Dimensions<\/td>\n<td>Approx. 55 \u00d7 30 \u00d7 18 mm<\/td>\n<\/tr>\n<tr>\n<td>Flavors<\/td>\n<td>Chocolate, Strawberry, Milk, Vanilla<\/td>\n<\/tr>\n<tr>\n<td>Shelf Life<\/td>\n<td>12 months from production date<\/td>\n<\/tr>\n<tr>\n<td>Storage<\/td>\n<td>Cool, dry place \u2014 below 25\u00b0C<\/td>\n<\/tr>\n<tr>\n<td>Allergens<\/td>\n<td>Contains wheat, milk, soy<\/td>\n<\/tr>\n<tr>\n<td>Certifications<\/td>\n<td>ISO 22000, HACCP<\/td>\n<\/tr>\n<tr>\n<td>MOQ<\/td>\n<td>5,000 cartons<\/td>\n<\/tr>\n<tr>\n<td>Lead Time<\/td>\n<td>25\u201335 days after artwork approval<\/td>\n<\/tr>\n<tr>\n<td>Sample<\/td>\n<td>Free (freight collect)<\/td>\n<\/tr>\n<tr>\n<td>Origin<\/td>\n<td>Jinjiang, Fujian, China<\/td>\n<\/tr>\n<\/table>\n<div>\n<div class=\"packaging-visual\">\n<div style=\"font-size: 56px; margin-bottom: 12px;\">\ud83d\udce6<\/div>\n<div class=\"pkg-label\">Inner Pack<\/div>\n<div class=\"pkg-detail\" style=\"margin-bottom: 20px;\">24 pcs \/ box<\/div>\n<div style=\"width: 100%; height: 1px; background: var(--border); margin: 4px 0 20px;\"><\/div>\n<div class=\"pkg-label\">Master Carton<\/div>\n<div class=\"pkg-detail\" style=\"margin-bottom: 20px;\">12 boxes \/ carton<\/div>\n<div style=\"width: 100%; height: 1px; background: var(--border); margin: 4px 0 20px;\"><\/div>\n<div class=\"pkg-label\">Pallet<\/div>\n<div class=\"pkg-detail\">40 cartons \/ pallet<\/div>\n<\/p><\/div>\n<p style=\"font-size: 12px; color: var(--text-light); margin-top: 16px; line-height: 1.6;\">\n          Custom packaging sizes available upon request. OEM inner bag, outer box, and display stand options supported.\n        <\/p>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<p><!-- PROCESS --><\/p>\n<section class=\"process-section\" id=\"process\">\n<div style=\"max-width: 1100px; margin: 0 auto;\">\n<div class=\"section-eyebrow\">How to Order<\/div>\n<h2>From inquiry to delivery<\/h2>\n<div class=\"process-steps\">\n<div class=\"process-step\">\n<div class=\"process-dot\"><span class=\"process-dot-n\">1<\/span><\/div>\n<div class=\"process-step-title\">Inquiry<\/div>\n<div class=\"process-step-desc\">Share your target market, flavor preference, packaging requirements, and target quantity.<\/div>\n<\/p><\/div>\n<div class=\"process-step\">\n<div class=\"process-dot\"><span class=\"process-dot-n\">2<\/span><\/div>\n<div class=\"process-step-title\">Sample<\/div>\n<div class=\"process-step-desc\">Receive free product samples within 7 days. Evaluate taste, texture, and presentation.<\/div>\n<\/p><\/div>\n<div class=\"process-step\">\n<div class=\"process-dot\"><span class=\"process-dot-n\">3<\/span><\/div>\n<div class=\"process-step-title\">Confirm<\/div>\n<div class=\"process-step-desc\">Finalize artwork, approve pre-production samples, and place order with deposit.<\/div>\n<\/p><\/div>\n<div class=\"process-step\">\n<div class=\"process-dot\"><span class=\"process-dot-n\">4<\/span><\/div>\n<div class=\"process-step-title\">Deliver<\/div>\n<div class=\"process-step-desc\">Production in 25\u201335 days. FCL or LCL shipment to your port of choice worldwide.<\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<p><!-- CTA --><\/p>\n<section class=\"cta-section\" id=\"contact\">\n<div style=\"max-width: 1100px; margin: 0 auto;\">\n<div style=\"font-size: 11px; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: var(--caramel-light); margin-bottom: 16px;\">Ready to Start?<\/div>\n<h2>Request a free sample today<\/h2>\n<p class=\"body-text\" style=\"margin: 20px auto 40px; max-width: 480px; color: rgba(255,255,255,0.6);\">\n      Leave your email and our team will contact you within 24 hours with pricing, samples, and customization options.\n    <\/p>\n<div class=\"cta-form\">\n      <input type=\"email\" class=\"cta-input\" placeholder=\"your@email.com\"><br \/>\n      <button class=\"btn-cta\" onclick=\"handleCTA()\">Get Free Sample<\/button>\n    <\/div>\n<p style=\"margin-top: 20px; font-size: 12px; color: rgba(255,255,255,0.35);\">\n      Or contact us directly: tina.tingzhang89@gmail.com \u00b7 +86 159 8007 6476\n    <\/p>\n<\/p><\/div>\n<\/section>\n<p><!-- FOOTER --><\/p>\n<footer>\n<div>\n<div class=\"footer-brand\">BaiXiang Food<\/div>\n<div class=\"footer-sub\">Jinjiang City BaiXiang Food Co., Ltd.<\/div>\n<div class=\"footer-sub\" style=\"margin-top: 4px;\">Fujian, China \u00b7 Est. 2008<\/div>\n<\/p><\/div>\n<div class=\"footer-contact\">\n<div>\ud83d\udccd Jinjiang City, Quanzhou, Fujian<\/div>\n<div>\ud83d\udcde <a href=\"tel:+8615980076476\">+86 159 8007 6476<\/a><\/div>\n<div>\u2709\ufe0f <a href=\"mailto:tina.tingzhang89@gmail.com\">tina.tingzhang89@gmail.com<\/a><\/div>\n<\/p><\/div>\n<div style=\"font-size: 11px; color: rgba(255,255,255,0.3); text-align: right; align-self: flex-end;\">\n    \u00a9 2026 JINJIANG CITY BAIXIANG FOOD CO., LTD.<br \/>All rights reserved.\n  <\/div>\n<\/footer>\n<p><script>\n  \/\/ Flavor dot interaction\n  document.querySelectorAll('.flavor-dot').forEach(dot => {\n    dot.addEventListener('click', () => {\n      document.querySelectorAll('.flavor-dot').forEach(d => d.classList.remove('active'));\n      dot.classList.add('active');\n    });\n  });<\/p>\n<p>  \/\/ CTA submit\n  function handleCTA() {\n    const input = document.querySelector('.cta-input');\n    const btn = document.querySelector('.btn-cta');\n    if (input.value && input.value.includes('@')) {\n      btn.textContent = '\u2713 Sent!';\n      btn.style.background = '#3D7A3D';\n      input.value = '';\n      setTimeout(() => {\n        btn.textContent = 'Get Free Sample';\n        btn.style.background = '';\n      }, 3000);\n    } else {\n      input.style.borderColor = '#C43C5C';\n      input.placeholder = 'Please enter a valid email';\n      setTimeout(() => {\n        input.style.borderColor = '';\n        input.placeholder = 'your@email.com';\n      }, 2000);\n    }\n  }\n<\/script><\/p>\n<p><\/body><br \/>\n<\/html><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Mini Waffle \u2014 BaiXiang Food BaiXiang Food Features Flavors Specs Process Get Quote MINI WAFFLE Since 2008 Founded 4 Flavors BaiXiang Signature MiniWaffleBiscuit Crispy layered wafers with rich chocolate or fruit-flavored cream fillings \u2014 crafted for snacking delight and global distribution. Unit Weight 20g \/ pc MOQ 5,000 cartons Shelf Life 12 months Certifications ISO [&hellip;]<\/p>\n","protected":false},"featured_media":323,"comment_status":"open","ping_status":"closed","template":"","meta":[],"product_brand":[],"product_cat":[23],"product_tag":[],"class_list":["post-264","product","type-product","status-publish","has-post-thumbnail","product_cat-cone","first","instock","shipping-taxable","purchasable","product-type-variable"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Mini Waffle - JinjiangBaixiang Food Co., Ltd.<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/baixiangchocolate.com\/zh\/product\/mini-waffle\/\" \/>\n<meta property=\"og:locale\" content=\"zh_CN\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Mini Waffle - JinjiangBaixiang Food Co., Ltd.\" \/>\n<meta property=\"og:description\" content=\"Mini Waffle \u2014 BaiXiang Food BaiXiang Food Features Flavors Specs Process Get Quote MINI WAFFLE Since 2008 Founded 4 Flavors BaiXiang Signature MiniWaffleBiscuit Crispy layered wafers with rich chocolate or fruit-flavored cream fillings \u2014 crafted for snacking delight and global distribution. Unit Weight 20g \/ pc MOQ 5,000 cartons Shelf Life 12 months Certifications ISO [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/baixiangchocolate.com\/zh\/product\/mini-waffle\/\" \/>\n<meta property=\"og:site_name\" content=\"JinjiangBaixiang Food Co., Ltd.\" \/>\n<meta property=\"article:modified_time\" content=\"2026-06-25T14:14:49+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/baixiangchocolate.com\/wp-content\/uploads\/2026\/06\/\u767d\u76ae\u8349\u8393.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1113\" \/>\n\t<meta property=\"og:image:height\" content=\"1669\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u9884\u8ba1\u9605\u8bfb\u65f6\u95f4\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 \u5206\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/baixiangchocolate.com\\\/product\\\/mini-waffle\\\/\",\"url\":\"https:\\\/\\\/baixiangchocolate.com\\\/product\\\/mini-waffle\\\/\",\"name\":\"Mini Waffle - JinjiangBaixiang Food Co., Ltd.\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/baixiangchocolate.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/baixiangchocolate.com\\\/product\\\/mini-waffle\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/baixiangchocolate.com\\\/product\\\/mini-waffle\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/baixiangchocolate.com\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/\u767d\u76ae\u8349\u8393.png\",\"datePublished\":\"2026-06-25T11:52:34+00:00\",\"dateModified\":\"2026-06-25T14:14:49+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/baixiangchocolate.com\\\/product\\\/mini-waffle\\\/#breadcrumb\"},\"inLanguage\":\"zh-Hans\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/baixiangchocolate.com\\\/product\\\/mini-waffle\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"zh-Hans\",\"@id\":\"https:\\\/\\\/baixiangchocolate.com\\\/product\\\/mini-waffle\\\/#primaryimage\",\"url\":\"https:\\\/\\\/baixiangchocolate.com\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/\u767d\u76ae\u8349\u8393.png\",\"contentUrl\":\"https:\\\/\\\/baixiangchocolate.com\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/\u767d\u76ae\u8349\u8393.png\",\"width\":1113,\"height\":1669},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/baixiangchocolate.com\\\/product\\\/mini-waffle\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u9996\u9875\",\"item\":\"https:\\\/\\\/baixiangchocolate.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\u5546\u5e97\",\"item\":\"https:\\\/\\\/baixiangchocolate.com\\\/?page_id=7\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Mini Waffle\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/baixiangchocolate.com\\\/#website\",\"url\":\"https:\\\/\\\/baixiangchocolate.com\\\/\",\"name\":\"JinjiangBaixiang Food Co., Ltd.\",\"description\":\"Food Wholesale Factory\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/baixiangchocolate.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"zh-Hans\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Mini Waffle - JinjiangBaixiang Food Co., Ltd.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/baixiangchocolate.com\/zh\/product\/mini-waffle\/","og_locale":"zh_CN","og_type":"article","og_title":"Mini Waffle - JinjiangBaixiang Food Co., Ltd.","og_description":"Mini Waffle \u2014 BaiXiang Food BaiXiang Food Features Flavors Specs Process Get Quote MINI WAFFLE Since 2008 Founded 4 Flavors BaiXiang Signature MiniWaffleBiscuit Crispy layered wafers with rich chocolate or fruit-flavored cream fillings \u2014 crafted for snacking delight and global distribution. Unit Weight 20g \/ pc MOQ 5,000 cartons Shelf Life 12 months Certifications ISO [&hellip;]","og_url":"https:\/\/baixiangchocolate.com\/zh\/product\/mini-waffle\/","og_site_name":"JinjiangBaixiang Food Co., Ltd.","article_modified_time":"2026-06-25T14:14:49+00:00","og_image":[{"width":1113,"height":1669,"url":"https:\/\/baixiangchocolate.com\/wp-content\/uploads\/2026\/06\/\u767d\u76ae\u8349\u8393.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_misc":{"\u9884\u8ba1\u9605\u8bfb\u65f6\u95f4":"3 \u5206"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/baixiangchocolate.com\/product\/mini-waffle\/","url":"https:\/\/baixiangchocolate.com\/product\/mini-waffle\/","name":"Mini Waffle - JinjiangBaixiang Food Co., Ltd.","isPartOf":{"@id":"https:\/\/baixiangchocolate.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/baixiangchocolate.com\/product\/mini-waffle\/#primaryimage"},"image":{"@id":"https:\/\/baixiangchocolate.com\/product\/mini-waffle\/#primaryimage"},"thumbnailUrl":"https:\/\/baixiangchocolate.com\/wp-content\/uploads\/2026\/06\/\u767d\u76ae\u8349\u8393.png","datePublished":"2026-06-25T11:52:34+00:00","dateModified":"2026-06-25T14:14:49+00:00","breadcrumb":{"@id":"https:\/\/baixiangchocolate.com\/product\/mini-waffle\/#breadcrumb"},"inLanguage":"zh-Hans","potentialAction":[{"@type":"ReadAction","target":["https:\/\/baixiangchocolate.com\/product\/mini-waffle\/"]}]},{"@type":"ImageObject","inLanguage":"zh-Hans","@id":"https:\/\/baixiangchocolate.com\/product\/mini-waffle\/#primaryimage","url":"https:\/\/baixiangchocolate.com\/wp-content\/uploads\/2026\/06\/\u767d\u76ae\u8349\u8393.png","contentUrl":"https:\/\/baixiangchocolate.com\/wp-content\/uploads\/2026\/06\/\u767d\u76ae\u8349\u8393.png","width":1113,"height":1669},{"@type":"BreadcrumbList","@id":"https:\/\/baixiangchocolate.com\/product\/mini-waffle\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u9996\u9875","item":"https:\/\/baixiangchocolate.com\/"},{"@type":"ListItem","position":2,"name":"\u5546\u5e97","item":"https:\/\/baixiangchocolate.com\/?page_id=7"},{"@type":"ListItem","position":3,"name":"Mini Waffle"}]},{"@type":"WebSite","@id":"https:\/\/baixiangchocolate.com\/#website","url":"https:\/\/baixiangchocolate.com\/","name":"JinjiangBaixiang Food Co., Ltd.","description":"Food Wholesale Factory","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/baixiangchocolate.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"zh-Hans"}]}},"_links":{"self":[{"href":"https:\/\/baixiangchocolate.com\/zh\/wp-json\/wp\/v2\/product\/264","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/baixiangchocolate.com\/zh\/wp-json\/wp\/v2\/product"}],"about":[{"href":"https:\/\/baixiangchocolate.com\/zh\/wp-json\/wp\/v2\/types\/product"}],"replies":[{"embeddable":true,"href":"https:\/\/baixiangchocolate.com\/zh\/wp-json\/wp\/v2\/comments?post=264"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/baixiangchocolate.com\/zh\/wp-json\/wp\/v2\/media\/323"}],"wp:attachment":[{"href":"https:\/\/baixiangchocolate.com\/zh\/wp-json\/wp\/v2\/media?parent=264"}],"wp:term":[{"taxonomy":"product_brand","embeddable":true,"href":"https:\/\/baixiangchocolate.com\/zh\/wp-json\/wp\/v2\/product_brand?post=264"},{"taxonomy":"product_cat","embeddable":true,"href":"https:\/\/baixiangchocolate.com\/zh\/wp-json\/wp\/v2\/product_cat?post=264"},{"taxonomy":"product_tag","embeddable":true,"href":"https:\/\/baixiangchocolate.com\/zh\/wp-json\/wp\/v2\/product_tag?post=264"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}