{"product_id":"flour-funnel-for-stand-mixer","title":"⏳ Last Day 49% OFF –🏠Flour Funnel for Stand Mixer","description":"\u003cstyle\u003e\n\/* =========================================================\n   STAND MIXER INGREDIENT FUNNEL\n   Shopify Landing Page\n   Warm Cream × Baking Orange × Cocoa Brown\n========================================================= *\/\n\n.smf,\n.smf *{\n  box-sizing:border-box;\n}\n\n.smf{\n  --orange:#d9732d;\n  --orange2:#f29b55;\n  --orange3:#b65b21;\n\n  --brown:#51382c;\n  --brown2:#34231c;\n  --deep:#241711;\n\n  --cream:#fffaf4;\n  --cream2:#f7eee4;\n  --cream3:#f1e2d2;\n\n  --gold:#d8a45a;\n  --gold2:#f0ce8d;\n\n  --text:#382f2a;\n  --muted:#756b65;\n  --line:#e6d9cc;\n\n  width:100%;\n  max-width:780px;\n\n  margin:0 auto!important;\n\n  padding:\n    0 10px\n    0!important;\n\n  overflow:visible!important;\n\n  background:#fff;\n  color:var(--text);\n\n  font-family:\n    -apple-system,\n    BlinkMacSystemFont,\n    \"Segoe UI\",\n    Roboto,\n    Helvetica,\n    Arial,\n    sans-serif;\n\n  line-height:1.65;\n}\n\n\n\/* =========================================================\n   GLOBAL IMAGE SAFETY\n   NO CROP \/ NO DISTORTION\n========================================================= *\/\n\n.smf img{\n  display:block!important;\n\n  width:100%!important;\n  max-width:100%!important;\n\n  height:auto!important;\n  min-height:0!important;\n  max-height:none!important;\n\n  aspect-ratio:auto!important;\n\n  object-fit:contain!important;\n  object-position:center center!important;\n\n  margin:0!important;\n  padding:0!important;\n\n  transform:none!important;\n\n  clip-path:none!important;\n  mask:none!important;\n  -webkit-mask:none!important;\n\n  border:0;\n}\n\n\n.smf h1,\n.smf h2,\n.smf h3,\n.smf p{\n  margin-top:0;\n}\n\n\n.smf strong{\n  font-weight:850;\n}\n\n\n\/* =========================================================\n   ANIMATIONS\n========================================================= *\/\n\n@keyframes smfReveal{\n\n  from{\n    opacity:0;\n    transform:translateY(18px);\n  }\n\n  to{\n    opacity:1;\n    transform:none;\n  }\n\n}\n\n\n@keyframes smfFloat{\n\n  0%,100%{\n    transform:\n      translateY(0)\n      rotate(-1deg);\n  }\n\n  50%{\n    transform:\n      translateY(-6px)\n      rotate(1deg);\n  }\n\n}\n\n\n@keyframes smfPulse{\n\n  0%,100%{\n    transform:scale(1);\n\n    box-shadow:\n      0 8px 23px\n      rgba(217,115,45,.24);\n  }\n\n  50%{\n    transform:scale(1.035);\n\n    box-shadow:\n      0 13px 32px\n      rgba(217,115,45,.44);\n  }\n\n}\n\n\n@keyframes smfGlow{\n\n  0%,100%{\n    box-shadow:\n      inset 0 0 0\n      rgba(235,178,95,0);\n  }\n\n  50%{\n    box-shadow:\n      inset 0 0 90px\n      rgba(235,178,95,.075);\n  }\n\n}\n\n\n@keyframes smfSpark{\n\n  0%,100%{\n    opacity:.25;\n\n    transform:\n      scale(.72)\n      rotate(0deg);\n  }\n\n  50%{\n    opacity:1;\n\n    transform:\n      scale(1.16)\n      rotate(28deg);\n  }\n\n}\n\n\n@keyframes smfPour{\n\n  0%,100%{\n    transform:\n      translateY(0)\n      rotate(0deg);\n  }\n\n  50%{\n    transform:\n      translateY(5px)\n      rotate(2deg);\n  }\n\n}\n\n\n\/* visible fallback *\/\n\n.smf-reveal{\n  opacity:1;\n  transform:none;\n}\n\n\n\/* scroll animation *\/\n\n@supports(animation-timeline:view()){\n\n  .smf-reveal{\n    animation:\n      smfReveal\n      .8s\n      ease\n      both;\n\n    animation-timeline:view();\n\n    animation-range:\n      entry 5%\n      cover 28%;\n  }\n\n}\n\n\n\/* =========================================================\n   GENERAL\n========================================================= *\/\n\n.smf-sec{\n  margin:32px 0;\n}\n\n\n.smf-copy{\n  margin-bottom:16px!important;\n\n  color:var(--muted);\n\n  font-size:15px;\n}\n\n\n.smf-kicker{\n  margin:\n    0 0\n    7px!important;\n\n  color:var(--orange);\n\n  font-size:11.5px;\n  font-weight:900;\n\n  letter-spacing:1.08px;\n\n  text-transform:uppercase;\n}\n\n\n.smf h2{\n  margin:\n    0 0\n    10px;\n\n  color:#46352c;\n\n  font-family:\n    Georgia,\n    \"Times New Roman\",\n    serif;\n\n  font-size:26px;\n\n  line-height:1.2;\n}\n\n\n\/* =========================================================\n   HERO\n========================================================= *\/\n\n.smf-hero{\n  position:relative;\n\n  overflow:hidden;\n\n  margin:\n    0 -10px\n    25px;\n\n  padding:\n    36px 10px\n    29px;\n\n  text-align:center;\n\n  color:#fff;\n\n  background:\n\n    radial-gradient(\n      circle at 12% 12%,\n      rgba(224,124,55,.31),\n      transparent 31%\n    ),\n\n    radial-gradient(\n      circle at 90% 82%,\n      rgba(211,165,88,.18),\n      transparent 35%\n    ),\n\n    radial-gradient(\n      circle at 50% 3%,\n      rgba(245,211,150,.12),\n      transparent 29%\n    ),\n\n    linear-gradient(\n      145deg,\n      #503224,\n      #21140f 72%\n    );\n}\n\n\n.smf-hero:before{\n  content:\"\";\n\n  position:absolute;\n  inset:0;\n\n  pointer-events:none;\n\n  opacity:.11;\n\n  background-image:\n\n    radial-gradient(\n      circle,\n      #fff 1px,\n      transparent 1.5px\n    ),\n\n    radial-gradient(\n      circle,\n      #f3cf94 1px,\n      transparent 1.5px\n    );\n\n  background-size:\n    54px 54px;\n\n  background-position:\n    0 0,\n    27px 27px;\n}\n\n\n.smf-hero:after{\n  content:\"✦\";\n\n  position:absolute;\n\n  right:8%;\n  top:44px;\n\n  color:#f4d59c;\n\n  font-size:27px;\n\n  animation:\n    smfSpark\n    2.8s\n    ease-in-out\n    infinite;\n}\n\n\n.smf-hero-inner{\n  position:relative;\n\n  z-index:2;\n}\n\n\n.smf-mark{\n  display:inline-grid;\n\n  place-items:center;\n\n  width:58px;\n  height:58px;\n\n  margin-bottom:10px;\n\n  border:\n    1px solid\n    rgba(255,255,255,.18);\n\n  border-radius:50%;\n\n  background:\n    rgba(255,255,255,.07);\n\n  font-size:30px;\n\n  box-shadow:\n    0 0 30px\n    rgba(237,165,86,.23);\n\n  animation:\n    smfFloat\n    3.2s\n    ease-in-out\n    infinite;\n}\n\n\n.smf-hero h1{\n  max-width:700px;\n\n  margin:\n    0 auto\n    12px;\n\n  color:#fff;\n\n  font-family:\n    Georgia,\n    \"Times New Roman\",\n    serif;\n\n  font-size:35px;\n\n  line-height:1.1;\n}\n\n\n.smf-hero h1 span{\n  color:#f4c982;\n}\n\n\n.smf-hero-sub{\n  max-width:660px;\n\n  margin:\n    0 auto\n    18px!important;\n\n  color:#f2e8e1;\n\n  font-size:15.5px;\n}\n\n\n.smf-pill{\n  display:inline-flex;\n\n  flex-wrap:wrap;\n  justify-content:center;\n\n  gap:6px;\n\n  margin:\n    0 auto\n    20px;\n\n  padding:\n    8px 14px;\n\n  border:\n    1px solid\n    rgba(240,204,144,.28);\n\n  border-radius:999px;\n\n  background:\n    rgba(255,255,255,.07);\n\n  color:#f7dfb6;\n\n  font-size:12.5px;\n  font-weight:850;\n\n  animation:\n    smfFloat\n    3.6s\n    ease-in-out\n    infinite;\n}\n\n\n\/* =========================================================\n   HERO IMAGE — PORTRAIT SAFE\n========================================================= *\/\n\n.smf-hero-media{\n  display:block!important;\n\n  width:100%!important;\n  max-width:430px!important;\n\n  height:auto!important;\n\n  margin:0 auto!important;\n  padding:0!important;\n\n  overflow:visible!important;\n\n  background:transparent!important;\n}\n\n\n.smf-hero-media img{\n  display:block!important;\n\n  width:100%!important;\n  max-width:100%!important;\n\n  height:auto!important;\n  max-height:none!important;\n\n  aspect-ratio:auto!important;\n\n  object-fit:contain!important;\n\n  margin:0!important;\n\n  border-radius:16px!important;\n\n  transform:none!important;\n\n  box-shadow:\n    0 14px 38px\n    rgba(0,0,0,.25);\n}\n\n\n\/* =========================================================\n   QUICK STRIP\n========================================================= *\/\n\n.smf-strip{\n  display:grid;\n\n  grid-template-columns:\n    repeat(4,1fr);\n\n  margin:\n    0 0\n    31px;\n\n  overflow:hidden;\n\n  border:\n    1px solid\n    var(--line);\n\n  border-radius:14px;\n\n  background:#fff;\n\n  box-shadow:\n    0 6px 20px\n    rgba(58,42,32,.08);\n}\n\n\n.smf-strip-item{\n  padding:\n    14px 7px;\n\n  text-align:center;\n}\n\n\n.smf-strip-item + .smf-strip-item{\n  border-left:\n    1px solid\n    var(--line);\n}\n\n\n.smf-strip-item strong{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#a75522;\n\n  font-size:13px;\n}\n\n\n.smf-strip-item span{\n  display:block;\n\n  color:#776e68;\n\n  font-size:11.5px;\n\n  line-height:1.3;\n}\n\n\n\/* =========================================================\n   MEDIA\n========================================================= *\/\n\n.smf-media{\n  display:block!important;\n\n  position:relative!important;\n\n  width:100%!important;\n\n  height:auto!important;\n  min-height:0!important;\n  max-height:none!important;\n\n  margin:\n    0 0\n    18px!important;\n\n  padding:0!important;\n\n  overflow:visible!important;\n\n  aspect-ratio:auto!important;\n\n  background:transparent!important;\n}\n\n\n.smf-media img{\n  display:block!important;\n\n  width:100%!important;\n\n  height:auto!important;\n  max-height:none!important;\n\n  aspect-ratio:auto!important;\n\n  object-fit:contain!important;\n\n  border-radius:16px!important;\n\n  transform:none!important;\n\n  box-shadow:\n    0 11px 29px\n    rgba(54,39,30,.11);\n\n  transition:\n    filter .3s ease,\n    box-shadow .3s ease;\n}\n\n\n.smf-media:hover img{\n  transform:none!important;\n\n  filter:\n    contrast(1.015)\n    saturate(1.025);\n\n  box-shadow:\n    0 15px 34px\n    rgba(54,39,30,.16);\n}\n\n\n\/* =========================================================\n   DARK SECTION\n========================================================= *\/\n\n.smf-dark{\n  position:relative;\n\n  margin:\n    33px -10px;\n\n  padding:\n    32px 10px;\n\n  color:#fff;\n\n  background:\n\n    radial-gradient(\n      circle at 90% 8%,\n      rgba(224,126,56,.23),\n      transparent 31%\n    ),\n\n    radial-gradient(\n      circle at 7% 92%,\n      rgba(219,175,99,.10),\n      transparent 29%\n    ),\n\n    linear-gradient(\n      145deg,\n      #281913,\n      #493024\n    );\n}\n\n\n.smf-dark h2{\n  color:#fff;\n}\n\n\n.smf-dark .smf-copy{\n  color:#eee2dc;\n}\n\n\n.smf-dark .smf-kicker{\n  color:#f1bd7c;\n}\n\n\n\/* =========================================================\n   CREAM SECTION\n========================================================= *\/\n\n.smf-cream{\n  position:relative;\n\n  margin:\n    33px -10px;\n\n  padding:\n    32px 10px;\n\n  background:\n\n    radial-gradient(\n      circle at 88% 7%,\n      rgba(219,112,45,.08),\n      transparent 30%\n    ),\n\n    radial-gradient(\n      circle at 8% 92%,\n      rgba(210,158,78,.07),\n      transparent 30%\n    ),\n\n    linear-gradient(\n      145deg,\n      #fffaf4,\n      #f5eadf\n    );\n}\n\n\n\/* =========================================================\n   CALLOUT\n========================================================= *\/\n\n.smf-call{\n  margin:\n    18px 0;\n\n  padding:\n    16px 17px;\n\n  border-left:\n    4px solid\n    var(--orange);\n\n  border-radius:\n    0 11px\n    11px 0;\n\n  background:\n    linear-gradient(\n      90deg,\n      #fff0df,\n      #fff9f2\n    );\n\n  color:#675044;\n}\n\n\n.smf-call strong{\n  color:#453127;\n}\n\n\n\/* =========================================================\n   DARK CARDS\n========================================================= *\/\n\n.smf-dark-grid{\n  display:grid;\n\n  grid-template-columns:\n    repeat(2,1fr);\n\n  gap:9px;\n\n  margin-top:17px;\n}\n\n\n.smf-dark-card{\n  padding:\n    16px 10px;\n\n  border:\n    1px solid\n    rgba(255,255,255,.12);\n\n  border-radius:12px;\n\n  background:\n    rgba(255,255,255,.055);\n\n  text-align:center;\n\n  transition:\n    transform .25s ease,\n    background .25s ease;\n}\n\n\n.smf-dark-card:hover{\n  transform:\n    translateY(-4px);\n\n  background:\n    rgba(255,255,255,.10);\n}\n\n\n.smf-dark-card i{\n  display:block;\n\n  margin-bottom:5px;\n\n  font-style:normal;\n\n  font-size:25px;\n\n  animation:\n    smfFloat\n    3.4s\n    ease-in-out\n    infinite;\n}\n\n\n.smf-dark-card b{\n  display:block;\n\n  color:#f2cd94;\n\n  font-size:13.5px;\n}\n\n\n.smf-dark-card span{\n  display:block;\n\n  margin-top:4px;\n\n  color:#eadfd8;\n\n  font-size:11.8px;\n\n  line-height:1.4;\n}\n\n\n\/* =========================================================\n   FEATURE CARDS\n========================================================= *\/\n\n.smf-grid{\n  display:grid;\n\n  grid-template-columns:\n    repeat(2,1fr);\n\n  gap:10px;\n\n  margin-top:16px;\n}\n\n\n.smf-card{\n  padding:16px;\n\n  border:\n    1px solid\n    var(--line);\n\n  border-radius:14px;\n\n  background:#fff;\n\n  transition:\n    transform .3s ease,\n    box-shadow .3s ease,\n    border-color .3s ease;\n}\n\n\n.smf-card:hover{\n  transform:\n    translateY(-3px);\n\n  border-color:#ddb995;\n\n  box-shadow:\n    0 10px 23px\n    rgba(57,39,29,.09);\n}\n\n\n.smf-card-icon{\n  display:block;\n\n  margin-bottom:7px;\n\n  font-size:25px;\n\n  animation:\n    smfFloat\n    3.4s\n    ease-in-out\n    infinite;\n}\n\n\n.smf-card b{\n  display:block;\n\n  margin-bottom:5px;\n\n  color:#79502f;\n\n  font-size:14px;\n}\n\n\n.smf-card span{\n  display:block;\n\n  color:#756c66;\n\n  font-size:12.5px;\n\n  line-height:1.48;\n}\n\n\n\/* =========================================================\n   BEFORE \/ AFTER\n========================================================= *\/\n\n.smf-ba{\n  display:grid;\n\n  grid-template-columns:\n    repeat(2,1fr);\n\n  gap:10px;\n\n  margin-top:16px;\n}\n\n\n.smf-ba-card{\n  padding:\n    17px 14px;\n\n  border-radius:14px;\n\n  text-align:center;\n}\n\n\n.smf-ba-card.before{\n  border:\n    1px solid\n    #e3ded9;\n\n  background:#f7f6f4;\n}\n\n\n.smf-ba-card.after{\n  border:\n    1px solid\n    #e8c49e;\n\n  background:\n    linear-gradient(\n      145deg,\n      #fff2df,\n      #fffaf3\n    );\n}\n\n\n.smf-ba-card i{\n  display:block;\n\n  margin-bottom:5px;\n\n  font-style:normal;\n\n  font-size:26px;\n}\n\n\n.smf-ba-card b{\n  display:block;\n\n  margin-bottom:4px;\n\n  color:#563e31;\n\n  font-size:14px;\n}\n\n\n.smf-ba-card span{\n  display:block;\n\n  color:#756c66;\n\n  font-size:12px;\n\n  line-height:1.42;\n}\n\n\n\/* =========================================================\n   INSTALLATION STEPS\n========================================================= *\/\n\n.smf-steps{\n  display:grid;\n\n  grid-template-columns:\n    repeat(3,1fr);\n\n  gap:9px;\n\n  margin-top:17px;\n}\n\n\n.smf-step{\n  padding:\n    17px 10px;\n\n  border:\n    1px solid\n    var(--line);\n\n  border-radius:13px;\n\n  background:#fff;\n\n  text-align:center;\n\n  transition:\n    transform .25s ease,\n    box-shadow .25s ease;\n}\n\n\n.smf-step:hover{\n  transform:translateY(-4px);\n\n  box-shadow:\n    0 8px 20px\n    rgba(55,38,29,.08);\n}\n\n\n.smf-step-num{\n  display:grid;\n\n  place-items:center;\n\n  width:35px;\n  height:35px;\n\n  margin:\n    0 auto\n    8px;\n\n  border-radius:50%;\n\n  background:\n    linear-gradient(\n      135deg,\n      #e3843e,\n      #b95b22\n    );\n\n  color:#fff;\n\n  font-size:13px;\n  font-weight:900;\n}\n\n\n.smf-step b{\n  display:block;\n\n  color:#513c31;\n\n  font-size:13px;\n}\n\n\n.smf-step span{\n  display:block;\n\n  margin-top:4px;\n\n  color:#756d67;\n\n  font-size:11px;\n\n  line-height:1.4;\n}\n\n\n\/* =========================================================\n   INGREDIENT TAGS\n========================================================= *\/\n\n.smf-tags{\n  display:flex;\n\n  flex-wrap:wrap;\n\n  gap:8px;\n\n  margin-top:14px;\n}\n\n\n.smf-tag{\n  padding:\n    8px 12px;\n\n  border:\n    1px solid\n    var(--line);\n\n  border-radius:999px;\n\n  background:#fff;\n\n  color:#644a3c;\n\n  font-size:12px;\n  font-weight:800;\n\n  transition:.25s ease;\n}\n\n\n.smf-tag:hover{\n  transform:\n    translateY(-3px);\n\n  box-shadow:\n    0 7px 16px\n    rgba(57,39,29,.08);\n}\n\n\n\/* =========================================================\n   SPECIFICATIONS\n========================================================= *\/\n\n.smf-spec-grid{\n  display:grid;\n\n  grid-template-columns:\n    repeat(3,1fr);\n\n  gap:9px;\n\n  margin-top:16px;\n}\n\n\n.smf-spec{\n  padding:\n    17px 10px;\n\n  border:\n    1px solid\n    var(--line);\n\n  border-radius:13px;\n\n  background:#fff;\n\n  text-align:center;\n}\n\n\n.smf-spec i{\n  display:block;\n\n  margin-bottom:5px;\n\n  font-style:normal;\n\n  font-size:24px;\n}\n\n\n.smf-spec b{\n  display:block;\n\n  color:#7d4e2d;\n\n  font-size:13px;\n}\n\n\n.smf-spec span{\n  display:block;\n\n  margin-top:4px;\n\n  color:#756c66;\n\n  font-size:11.5px;\n}\n\n\n\/* =========================================================\n   PACKAGE\n========================================================= *\/\n\n.smf-package{\n  margin:32px 0;\n\n  padding:\n    23px 20px;\n\n  border:\n    1px solid\n    var(--line);\n\n  border-radius:16px;\n\n  background:\n    linear-gradient(\n      145deg,\n      #fffaf4,\n      #f6ece1\n    );\n\n  text-align:center;\n}\n\n\n.smf-package-icon{\n  display:inline-grid;\n\n  place-items:center;\n\n  width:48px;\n  height:48px;\n\n  margin-bottom:8px;\n\n  border-radius:50%;\n\n  background:#fff;\n\n  font-size:25px;\n\n  box-shadow:\n    0 7px 18px\n    rgba(62,42,30,.08);\n\n  animation:\n    smfFloat\n    3.4s\n    ease-in-out\n    infinite;\n}\n\n\n.smf-package h2{\n  margin-bottom:8px;\n}\n\n\n.smf-package p{\n  color:var(--muted);\n}\n\n\n.smf-package strong{\n  display:inline-block;\n\n  margin-top:10px;\n\n  padding:\n    9px 15px;\n\n  border-radius:999px;\n\n  background:#fff;\n\n  border:\n    1px solid\n    var(--line);\n\n  color:#7e4a27;\n}\n\n\n\/* =========================================================\n   FINAL CTA\n========================================================= *\/\n\n.smf-final{\n  position:relative;\n\n  overflow:hidden;\n\n  margin:\n    33px -10px\n    0!important;\n\n  padding:\n    39px 16px\n    40px!important;\n\n  text-align:center;\n\n  color:#fff;\n\n  background:\n\n    radial-gradient(\n      circle at 50% 0,\n      rgba(232,153,74,.25),\n      transparent 39%\n    ),\n\n    radial-gradient(\n      circle at 0 100%,\n      rgba(209,162,85,.12),\n      transparent 35%\n    ),\n\n    linear-gradient(\n      145deg,\n      #4a3023,\n      #21140f\n    );\n\n  animation:\n    smfGlow\n    4s\n    ease-in-out\n    infinite;\n}\n\n\n.smf-final:before{\n  content:\"🧁\";\n\n  position:absolute;\n\n  right:-5px;\n  top:-35px;\n\n  opacity:.055;\n\n  font-size:165px;\n\n  transform:\n    rotate(-9deg);\n}\n\n\n.smf-final h2{\n  position:relative;\n\n  max-width:650px;\n\n  margin:\n    0 auto\n    10px;\n\n  color:#fff;\n\n  font-size:28px;\n}\n\n\n.smf-final p{\n  position:relative;\n\n  max-width:620px;\n\n  margin:\n    0 auto\n    18px;\n\n  color:#eee3dc;\n}\n\n\n.smf-cta{\n  position:relative;\n\n  display:inline-block;\n\n  padding:\n    12px 22px;\n\n  border-radius:999px;\n\n  color:#fff!important;\n\n  background:\n    linear-gradient(\n      90deg,\n      #cf692b,\n      #ec934d\n    );\n\n  text-decoration:none;\n\n  font-size:13.5px;\n  font-weight:900;\n\n  animation:\n    smfPulse\n    2.7s\n    ease-in-out\n    infinite;\n}\n\n\n\/* =========================================================\n   TRUST\n========================================================= *\/\n\n.smf-trust{\n  margin:\n    22px 0\n    0;\n\n  padding:20px;\n\n  border:\n    1px solid\n    var(--line);\n\n  border-radius:15px;\n\n  background:#fff;\n\n  text-align:center;\n}\n\n\n.smf-trust h3{\n  margin:\n    0 0\n    6px;\n\n  color:#493a32;\n\n  font-size:18px;\n}\n\n\n.smf-trust p{\n  max-width:650px;\n\n  margin:0 auto;\n\n  color:#756c67;\n\n  font-size:13.5px;\n}\n\n\n.smf-trust-row{\n  display:grid;\n\n  grid-template-columns:\n    repeat(3,1fr);\n\n  gap:7px;\n\n  margin-top:15px;\n\n  padding-top:14px;\n\n  border-top:\n    1px solid\n    var(--line);\n\n  color:#5d534e;\n\n  text-align:center;\n\n  font-size:12.5px;\n  font-weight:800;\n}\n\n\n.smf-trust-media{\n  width:100%;\n\n  margin:\n    15px auto\n    0!important;\n\n  padding:0!important;\n\n  overflow:visible!important;\n}\n\n\n.smf-trust-media img{\n  width:100%!important;\n\n  height:auto!important;\n\n  object-fit:contain!important;\n\n  transform:none!important;\n}\n\n\n\/* =========================================================\n   BOTTOM WHITE SPACE FIX\n========================================================= *\/\n\n.smf{\n  margin-bottom:0!important;\n  padding-bottom:0!important;\n}\n\n\n.smf \u003e *:last-child{\n  margin-bottom:0!important;\n}\n\n\n\/* =========================================================\n   MOBILE\n========================================================= *\/\n\n@media(max-width:640px){\n\n  .smf{\n    padding:\n      0 8px\n      0!important;\n  }\n\n\n  .smf-hero{\n    margin-left:-8px;\n    margin-right:-8px;\n\n    padding:\n      29px 8px\n      24px;\n  }\n\n\n  .smf-hero h1{\n    font-size:27px;\n  }\n\n\n  .smf-hero-media{\n    max-width:380px!important;\n  }\n\n\n  .smf-strip{\n    grid-template-columns:\n      1fr 1fr;\n  }\n\n\n  .smf-strip-item:nth-child(3),\n  .smf-strip-item:nth-child(4){\n    border-top:\n      1px solid\n      var(--line);\n  }\n\n\n  .smf-strip-item:nth-child(3){\n    border-left:0;\n  }\n\n\n  .smf-grid,\n  .smf-dark-grid{\n    grid-template-columns:1fr;\n  }\n\n\n  .smf-steps{\n    grid-template-columns:1fr;\n  }\n\n\n  .smf-spec-grid{\n    grid-template-columns:1fr;\n  }\n\n\n  .smf-ba{\n    grid-template-columns:\n      1fr 1fr;\n  }\n\n\n  .smf-trust-row{\n    grid-template-columns:1fr;\n\n    text-align:left;\n  }\n\n\n  .smf-media,\n  .smf-hero-media,\n  .smf-trust-media{\n    overflow:visible!important;\n\n    height:auto!important;\n\n    aspect-ratio:auto!important;\n  }\n\n\n  .smf-media img,\n  .smf-hero-media img,\n  .smf-trust-media img{\n    width:100%!important;\n\n    height:auto!important;\n\n    max-height:none!important;\n\n    aspect-ratio:auto!important;\n\n    object-fit:contain!important;\n\n    transform:none!important;\n  }\n\n\n  .smf-pill{\n    border-radius:14px;\n  }\n\n\n  .smf-final{\n    margin:\n      33px -8px\n      0!important;\n\n    padding-bottom:35px!important;\n  }\n\n}\n\n\n@media(max-width:430px){\n\n  .smf-ba{\n    grid-template-columns:1fr;\n  }\n\n}\n\n\n\/* =========================================================\n   REDUCED MOTION\n========================================================= *\/\n\n@media(prefers-reduced-motion:reduce){\n\n  .smf *,\n  .smf *::before,\n  .smf *::after{\n    animation:none!important;\n    transition:none!important;\n  }\n\n\n  .smf-reveal{\n    opacity:1!important;\n    transform:none!important;\n  }\n\n}\n\u003c\/style\u003e\n\n\n\n\u003cdiv class=\"smf\" id=\"smf-top\"\u003e\n\n\n\u003c!-- =====================================================\n     HERO\n===================================================== --\u003e\n\n\u003csection class=\"smf-hero\"\u003e\n\n  \u003cdiv class=\"smf-hero-inner\"\u003e\n\n    \u003cdiv class=\"smf-mark\"\u003e\n      🧁\n    \u003c\/div\u003e\n\n\n    \u003cp class=\"smf-kicker\" style=\"color:#f0c48d;\"\u003e\n\n      Less Mess • Easier Pouring • Keep Mixing\n\n    \u003c\/p\u003e\n\n\n    \u003ch1\u003e\n\n      Stop Dusting Your Counter With Flour\n      \u003cspan\u003eEvery Time You Bake.\u003c\/span\u003e\n\n    \u003c\/h1\u003e\n\n\n    \u003cp class=\"smf-hero-sub\"\u003e\n\n      This side-mounted ingredient trough guides flour,\n      sugar, cocoa, liquids and other ingredients\n      directly toward the mixing bowl,\n      so you can add them gradually while your compatible mixer keeps working.\n\n    \u003c\/p\u003e\n\n\n    \u003cdiv class=\"smf-pill\"\u003e\n\n      🥣 Add While Mixing\n       • \n      ✨ Cleaner Pouring\n       • \n      🙌 Hands-Free Support\n       • \n      💧 Wet \u0026amp; Dry Ingredients\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"smf-hero-media\"\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0741\/4169\/6166\/files\/dcd43f32399f221415663046a5654bd1_36946a5f-2d70-4acc-96dd-755a11d0b4d5.gif?v=1789022859\" alt=\"Ingredient funnel attachment for compatible stand mixer\" loading=\"eager\"\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\n\u003c!-- =====================================================\n     QUICK BENEFITS\n===================================================== --\u003e\n\n\u003cdiv class=\"smf-strip\"\u003e\n\n  \u003cdiv class=\"smf-strip-item\"\u003e\n\n    \u003cstrong\u003e\n      🥣 Keep Mixing\n    \u003c\/strong\u003e\n\n    \u003cspan\u003e\n      Add ingredients without stopping\n    \u003c\/span\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"smf-strip-item\"\u003e\n\n    \u003cstrong\u003e\n      ✨ Less Mess\n    \u003c\/strong\u003e\n\n    \u003cspan\u003e\n      Guide ingredients toward the bowl\n    \u003c\/span\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"smf-strip-item\"\u003e\n\n    \u003cstrong\u003e\n      🙌 Easier Pouring\n    \u003c\/strong\u003e\n\n    \u003cspan\u003e\n      No narrow gap to aim for\n    \u003c\/span\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"smf-strip-item\"\u003e\n\n    \u003cstrong\u003e\n      ⚡ Quick Setup\n    \u003c\/strong\u003e\n\n    \u003cspan\u003e\n      Attach, pour and keep baking\n    \u003c\/span\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\n\u003c!-- =====================================================\n     ADD WHILE MIXING\n===================================================== --\u003e\n\n\u003csection class=\"smf-sec smf-reveal\"\u003e\n\n  \u003cp class=\"smf-kicker\"\u003e\n    No Need to Stop Between Every Ingredient\n  \u003c\/p\u003e\n\n\n  \u003ch2\u003e\n    🧁 Pour. Mix. Keep Going.\n  \u003c\/h2\u003e\n\n\n  \u003cp class=\"smf-copy\"\u003e\n\n    Recipes often call for flour, sugar,\n    cocoa powder or liquids to be added gradually.\n\n    Instead of repeatedly stopping the mixer,\n    the side-mounted trough gives you a convenient opening\n    for adding ingredients step by step while mixing continues.\n\n  \u003c\/p\u003e\n\n\n  \u003cdiv class=\"smf-media\"\u003e\n\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0741\/4169\/6166\/files\/ChatGPTImage2026_9_10_02_28_58.png?v=1789022239\" alt=\"Adding ingredients through mixer funnel while mixing\" loading=\"lazy\"\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"smf-call\"\u003e\n\n    \u003cstrong\u003e\n      Especially useful for recipes that require ingredients to be added gradually instead of all at once.\n    \u003c\/strong\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\n\u003c!-- =====================================================\n     LESS MESS\n===================================================== --\u003e\n\n\u003csection class=\"smf-dark smf-reveal\"\u003e\n\n  \u003cdiv class=\"smf-media\"\u003e\n\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0741\/4169\/6166\/files\/ChatGPTImage2026_9_10_02_28_49_4.png?v=1789022239\" alt=\"Mixer ingredient funnel helping guide ingredients into bowl\" loading=\"lazy\"\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cp class=\"smf-kicker\"\u003e\n    Keep More Flour in the Bowl\n  \u003c\/p\u003e\n\n\n  \u003ch2\u003e\n    🙌 Less on the Counter. Less on the Mixer. Less to Clean Up.\n  \u003c\/h2\u003e\n\n\n  \u003cp class=\"smf-copy\"\u003e\n\n    We've all poured flour a little too quickly\n    and watched it land on the bowl rim,\n    mixer body, countertop or ourselves.\n\n    The trough helps guide ingredients\n    toward the bowl for a cleaner,\n    more controlled pouring process.\n\n  \u003c\/p\u003e\n\n\n  \u003cdiv class=\"smf-dark-grid\"\u003e\n\n    \u003cdiv class=\"smf-dark-card\"\u003e\n\n      \u003ci\u003e🥣\u003c\/i\u003e\n\n      \u003cb\u003e\n        Better Direction\n      \u003c\/b\u003e\n\n      \u003cspan\u003e\n        Ingredients are guided toward the bowl instead of around it.\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"smf-dark-card\"\u003e\n\n      \u003ci\u003e✨\u003c\/i\u003e\n\n      \u003cb\u003e\n        Cleaner Counter\n      \u003c\/b\u003e\n\n      \u003cspan\u003e\n        Helps reduce the mess caused by awkward pouring.\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"smf-dark-card\"\u003e\n\n      \u003ci\u003e🙌\u003c\/i\u003e\n\n      \u003cb\u003e\n        More Control\n      \u003c\/b\u003e\n\n      \u003cspan\u003e\n        Add ingredients gradually instead of dumping them all at once.\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"smf-dark-card\"\u003e\n\n      \u003ci\u003e🧁\u003c\/i\u003e\n\n      \u003cb\u003e\n        More Time Baking\n      \u003c\/b\u003e\n\n      \u003cspan\u003e\n        Spend less time dealing with unnecessary cleanup.\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\n\u003c!-- =====================================================\n     BEFORE \/ AFTER\n===================================================== --\u003e\n\n\u003csection class=\"smf-cream smf-reveal\"\u003e\n\n  \u003cp class=\"smf-kicker\"\u003e\n    A Small Accessory That Fixes an Annoying Problem\n  \u003c\/p\u003e\n\n\n  \u003ch2\u003e\n    ✨ Make the Pouring Part Easier\n  \u003c\/h2\u003e\n\n\n  \u003cdiv class=\"smf-ba\"\u003e\n\n    \u003cdiv class=\"smf-ba-card before\"\u003e\n\n      \u003ci\u003e😅\u003c\/i\u003e\n\n      \u003cb\u003e\n        Without the Trough\n      \u003c\/b\u003e\n\n      \u003cspan\u003e\n        Trying to pour into the bowl while working around the mixer and attachments.\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"smf-ba-card after\"\u003e\n\n      \u003ci\u003e🙌\u003c\/i\u003e\n\n      \u003cb\u003e\n        With the Trough\n      \u003c\/b\u003e\n\n      \u003cspan\u003e\n        Use a dedicated opening to guide ingredients directly toward the bowl.\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"smf-call\"\u003e\n\n    \u003cstrong\u003e\n      Less awkward aiming. More controlled ingredient adding.\n    \u003c\/strong\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\n\u003c!-- =====================================================\n     WIDE OPENING\n===================================================== --\u003e\n\n\u003csection class=\"smf-sec smf-reveal\"\u003e\n\n  \u003cp class=\"smf-kicker\"\u003e\n    Designed for Easier Pouring\n  \u003c\/p\u003e\n\n\n  \u003ch2\u003e\n    🥣 Wide at the Top. Guided Toward the Bowl.\n  \u003c\/h2\u003e\n\n\n  \u003cp class=\"smf-copy\"\u003e\n\n    The wide opening gives you more room\n    when pouring common baking ingredients.\n\n    The broader top receives the ingredient,\n    while the narrower lower section helps guide it\n    toward the mixing bowl.\n\n  \u003c\/p\u003e\n\n\n  \u003cdiv class=\"smf-media\"\u003e\n\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0741\/4169\/6166\/files\/ChatGPTImage2026_9_10_02_28_48_3.png?v=1789022239\" alt=\"Wide mouth ingredient funnel for stand mixer\" loading=\"lazy\"\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"smf-tags\"\u003e\n\n    \u003cspan class=\"smf-tag\"\u003e\n      🌾 Flour\n    \u003c\/span\u003e\n\n    \u003cspan class=\"smf-tag\"\u003e\n      🍬 Sugar\n    \u003c\/span\u003e\n\n    \u003cspan class=\"smf-tag\"\u003e\n      🍫 Cocoa Powder\n    \u003c\/span\u003e\n\n    \u003cspan class=\"smf-tag\"\u003e\n      💧 Liquids\n    \u003c\/span\u003e\n\n    \u003cspan class=\"smf-tag\"\u003e\n      🧁 Baking Ingredients\n    \u003c\/span\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\n\u003c!-- =====================================================\n     SIDE MOUNT\n===================================================== --\u003e\n\n\u003csection class=\"smf-dark smf-reveal\"\u003e\n\n  \u003cdiv class=\"smf-media\"\u003e\n\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0741\/4169\/6166\/files\/ChatGPTImage2026_9_10_02_28_48_2.png?v=1789022239\" alt=\"Side mounted mixer ingredient funnel\" loading=\"lazy\"\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cp class=\"smf-kicker\"\u003e\n    Positioned Where You Need It\n  \u003c\/p\u003e\n\n\n  \u003ch2\u003e\n    🔒 Side-Mounted Design Keeps the Opening Beside the Bowl\n  \u003c\/h2\u003e\n\n\n  \u003cp class=\"smf-copy\"\u003e\n\n    The trough is designed to connect\n    to the compatible side accessory interface,\n    positioning the opening beside the mixing bowl\n    while the machine is in use.\n\n  \u003c\/p\u003e\n\n\n  \u003cdiv class=\"smf-dark-grid\"\u003e\n\n    \u003cdiv class=\"smf-dark-card\"\u003e\n\n      \u003ci\u003e🔒\u003c\/i\u003e\n\n      \u003cb\u003e\n        Side Connection\n      \u003c\/b\u003e\n\n      \u003cspan\u003e\n        Designed to mount beside the bowl on a compatible mixer.\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"smf-dark-card\"\u003e\n\n      \u003ci\u003e🥣\u003c\/i\u003e\n\n      \u003cb\u003e\n        Bowl-Side Position\n      \u003c\/b\u003e\n\n      \u003cspan\u003e\n        Keeps the ingredient path close to where you're mixing.\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"smf-dark-card\"\u003e\n\n      \u003ci\u003e🙌\u003c\/i\u003e\n\n      \u003cb\u003e\n        Hands Stay Freer\n      \u003c\/b\u003e\n\n      \u003cspan\u003e\n        No need to hold a separate funnel over the bowl.\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"smf-dark-card\"\u003e\n\n      \u003ci\u003e✨\u003c\/i\u003e\n\n      \u003cb\u003e\n        Cleaner Workflow\n      \u003c\/b\u003e\n\n      \u003cspan\u003e\n        A dedicated pouring point keeps the process more organized.\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\n\u003c!-- =====================================================\n     INSTALLATION\n===================================================== --\u003e\n\n\u003csection class=\"smf-cream smf-reveal\"\u003e\n\n  \u003cp class=\"smf-kicker\"\u003e\n    No Complicated Setup\n  \u003c\/p\u003e\n\n\n  \u003ch2\u003e\n    ⚡ Attach It in Three Simple Steps\n  \u003c\/h2\u003e\n\n\n  \u003cdiv class=\"smf-steps\"\u003e\n\n    \u003cdiv class=\"smf-step\"\u003e\n\n      \u003cdiv class=\"smf-step-num\"\u003e\n        1\n      \u003c\/div\u003e\n\n      \u003cb\u003e\n        Align\n      \u003c\/b\u003e\n\n      \u003cspan\u003e\n        Align the trough with the compatible side accessory interface.\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"smf-step\"\u003e\n\n      \u003cdiv class=\"smf-step-num\"\u003e\n        2\n      \u003c\/div\u003e\n\n      \u003cb\u003e\n        Attach\n      \u003c\/b\u003e\n\n      \u003cspan\u003e\n        Install it securely beside the mixing bowl.\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"smf-step\"\u003e\n\n      \u003cdiv class=\"smf-step-num\"\u003e\n        3\n      \u003c\/div\u003e\n\n      \u003cb\u003e\n        Pour\n      \u003c\/b\u003e\n\n      \u003cspan\u003e\n        Add ingredients through the wide opening while you mix.\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"smf-call\"\u003e\n\n    \u003cstrong\u003e\n      Finished baking? Remove the attachment and store it with your other mixer accessories.\n    \u003c\/strong\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\n\u003c!-- =====================================================\n     BAKING USE\n===================================================== --\u003e\n\n\u003csection class=\"smf-sec smf-reveal\"\u003e\n\n  \u003cp class=\"smf-kicker\"\u003e\n    Useful Across Everyday Baking\n  \u003c\/p\u003e\n\n\n  \u003ch2\u003e\n    🍪 From Cookies to Cakes, Keep the Process Moving\n  \u003c\/h2\u003e\n\n\n  \u003cp class=\"smf-copy\"\u003e\n\n    While your mixer handles the mixing,\n    the feed chute gives you a more convenient way\n    to add ingredients gradually.\n\n    It's particularly useful with flour,\n    powdered ingredients and recipes\n    that require ingredients to be added in stages.\n\n  \u003c\/p\u003e\n\n\n  \u003cdiv class=\"smf-media\"\u003e\n\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0741\/4169\/6166\/files\/ChatGPTImage2026_9_10_02_28_51_9.png?v=1789022239\" alt=\"Mixer funnel used for cookies cakes and baking recipes\" loading=\"lazy\"\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"smf-grid\"\u003e\n\n    \u003cdiv class=\"smf-card\"\u003e\n\n      \u003cspan class=\"smf-card-icon\"\u003e\n        🍪\n      \u003c\/span\u003e\n\n      \u003cb\u003e\n        Cookie Dough\n      \u003c\/b\u003e\n\n      \u003cspan\u003e\n        Convenient when dry ingredients need to be added gradually.\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"smf-card\"\u003e\n\n      \u003cspan class=\"smf-card-icon\"\u003e\n        🎂\n      \u003c\/span\u003e\n\n      \u003cb\u003e\n        Cake Batter\n      \u003c\/b\u003e\n\n      \u003cspan\u003e\n        Add ingredients while the mixer continues working.\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"smf-card\"\u003e\n\n      \u003cspan class=\"smf-card-icon\"\u003e\n        🧁\n      \u003c\/span\u003e\n\n      \u003cb\u003e\n        Everyday Baking\n      \u003c\/b\u003e\n\n      \u003cspan\u003e\n        Make repetitive ingredient adding feel less awkward.\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"smf-card\"\u003e\n\n      \u003cspan class=\"smf-card-icon\"\u003e\n        🌾\n      \u003c\/span\u003e\n\n      \u003cb\u003e\n        Powdered Ingredients\n      \u003c\/b\u003e\n\n      \u003cspan\u003e\n        A wider pouring area helps guide flour and powders toward the bowl.\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\n\u003c!-- =====================================================\n     SIZE\n===================================================== --\u003e\n\n\u003csection class=\"smf-cream smf-reveal\"\u003e\n\n  \u003cp class=\"smf-kicker\"\u003e\n    Compact and Practical\n  \u003c\/p\u003e\n\n\n  \u003ch2\u003e\n    📏 Easy to Store With Your Baking Accessories\n  \u003c\/h2\u003e\n\n\n  \u003cp class=\"smf-copy\"\u003e\n\n    The compact shape makes it easy to keep\n    with your other mixer accessories\n    when the attachment isn't being used.\n\n  \u003c\/p\u003e\n\n\n  \u003cdiv class=\"smf-spec-grid\"\u003e\n\n    \u003cdiv class=\"smf-spec\"\u003e\n\n      \u003ci\u003e↔️\u003c\/i\u003e\n\n      \u003cb\u003e\n        Width\n      \u003c\/b\u003e\n\n      \u003cspan\u003e\n        13.6 cm \/ 5.35 in\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"smf-spec\"\u003e\n\n      \u003ci\u003e↕️\u003c\/i\u003e\n\n      \u003cb\u003e\n        Height\n      \u003c\/b\u003e\n\n      \u003cspan\u003e\n        11.9 cm \/ 4.69 in\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"smf-spec\"\u003e\n\n      \u003ci\u003e📐\u003c\/i\u003e\n\n      \u003cb\u003e\n        Depth\n      \u003c\/b\u003e\n\n      \u003cspan\u003e\n        10.5 cm \/ 4.13 in\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\n\u003c!-- =====================================================\n     FINAL CTA\n===================================================== --\u003e\n\n\u003csection class=\"smf-final smf-reveal\"\u003e\n\n  \u003cp class=\"smf-kicker\" style=\"color:#f1c48d;\"\u003e\n\n    A Cleaner Way to Add Ingredients\n\n  \u003c\/p\u003e\n\n\n  \u003ch2\u003e\n    Pour Into the Bowl, Not All Over the Counter.\n  \u003c\/h2\u003e\n\n\n  \u003cp\u003e\n\n    Add flour, sugar, cocoa, liquids and more\n    through one convenient side-mounted opening\n    while your compatible mixer keeps doing the hard work.\n\n  \u003c\/p\u003e\n\n\n  \u003ca class=\"smf-cta\" href=\"#smf-top\"\u003e\n\n    🧁 Make Baking Easier →\n\n  \u003c\/a\u003e\n\n\u003c\/section\u003e\n\n\n\n\u003c!-- =====================================================\n     PACKAGE\n===================================================== --\u003e\n\n\u003csection class=\"smf-package smf-reveal\"\u003e\n\n  \u003cdiv class=\"smf-package-icon\"\u003e\n    📦\n  \u003c\/div\u003e\n\n\n  \u003cp class=\"smf-kicker\"\u003e\n    Package Includes\n  \u003c\/p\u003e\n\n\n  \u003ch2\u003e\n    What's in Your Order\n  \u003c\/h2\u003e\n\n\n  \u003cstrong\u003e\n    Flour Funnel for Stand Mixer × 1 \/ 2 \/ 3 \/ 4\n  \u003c\/strong\u003e\n\n\n  \u003cp style=\"margin-top:10px;\"\u003e\n\n    Quantity according to the option selected at checkout.\n\n  \u003c\/p\u003e\n\n\u003c\/section\u003e\n\n\n\n\u003c!-- =====================================================\n     GUARANTEE\n===================================================== --\u003e\n\n\u003cdiv class=\"smf-trust smf-reveal\"\u003e\n\n  \u003ch3\u003e\n    30-Day Money-Back Guarantee\n  \u003c\/h3\u003e\n\n\n  \u003cp\u003e\n\n    Contact customer support within 30 days of receiving your order\n    to request an eligible refund according to the store policy.\n\n  \u003c\/p\u003e\n\n\n  \u003cdiv class=\"smf-trust-row\"\u003e\n\n    \u003cdiv\u003e\n      🔒 Secure Checkout\n    \u003c\/div\u003e\n\n    \u003cdiv\u003e\n      🏆 Quality-Checked Products\n    \u003c\/div\u003e\n\n    \u003cdiv\u003e\n      🤝 Customer Support\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\n\u003cdiv class=\"smf-trust-media\"\u003e\n\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/3314\/2682\/files\/ChatGPT_Image_2026_6_2_16_55_25_9.png?v=1780390725\" alt=\"Secure checkout and customer satisfaction badges\" loading=\"lazy\"\u003e\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e","brand":"LJH","offers":[{"title":"White","offer_id":57327204663462,"sku":"SZ06732609101937-白色","price":16.99,"currency_code":"USD","in_stock":true},{"title":"Black","offer_id":57327204696230,"sku":"SZ06732609101937-黑色","price":16.99,"currency_code":"USD","in_stock":true},{"title":"Green","offer_id":57327204728998,"sku":"SZ06732609101937-绿色","price":16.99,"currency_code":"USD","in_stock":true},{"title":"Red","offer_id":57327204761766,"sku":"SZ06732609101937-红色","price":16.99,"currency_code":"USD","in_stock":true},{"title":"Purple","offer_id":57327204794534,"sku":"SZ06732609101937-紫色","price":16.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0741\/4169\/6166\/files\/ChatGPTImage2026_9_10_02_28_58.png?v=1789022239","url":"https:\/\/getvyxor.com\/products\/flour-funnel-for-stand-mixer","provider":"getvyxor","version":"1.0","type":"link"}