{"product_id":"phonics-flash-cards-word-family-build-book-1731749590447002449","title":"Phonics Flash Cards Word Family Build Book","description":"\u003c!-- ============================================================\n     30 Read and Rhyme Flip Books — Word Family Build Books\n     Shopify Product Detail Page — Custom HTML\n     Color: Deep Purple Blue Dreamy Background \/ Pure White Floating Cards \/ Bright Yellow Orange Pink Green Accent\n     Vibe: Kids · Education · Phonics · Interactive · Playful · Dreamy · Colorful\n     ============================================================ --\u003e\n\u003cstyle\u003e\n  :root {\n    --bg-primary: #150B2E;\n    --bg-secondary: #1E1240;\n    --bg-tertiary: #281A50;\n    --card-white: #FFFFFF;\n    --card-soft: #FFFBF0;\n    --accent-yellow: #FFD600;\n    --accent-orange: #FF8C42;\n    --accent-pink: #FF6B9D;\n    --accent-green: #39D353;\n    --accent-blue: #00D4FF;\n    --accent-purple: #A855F7;\n    --text-on-dark: #F0E8FF;\n    --text-on-dark-soft: #A89CC8;\n    --text-on-light: #2A1F3C;\n    --text-on-light-soft: #6B5A7C;\n    --border-yellow: rgba(255, 214, 0, 0.4);\n    --border-pink: rgba(255, 107, 157, 0.3);\n    --shadow-float: 0 28px 70px rgba(0,0,0,0.5), 0 10px 30px rgba(255,214,0,0.1);\n    --shadow-card: 0 14px 40px rgba(0,0,0,0.35);\n    --shadow-glow: 0 0 40px rgba(255,214,0,0.3);\n    --radius-lg: 24px;\n    --radius-md: 16px;\n    --radius-sm: 10px;\n  }\n\n  .fb-page-wrapper {\n    font-family: 'Helvetica Neue','Arial',sans-serif;\n    background: var(--bg-primary);\n    color: var(--text-on-dark);\n    margin: 0; padding: 0;\n    overflow-x: hidden;\n    line-height: 1.75;\n    position: relative;\n  }\n\n  \/* 星星+彩色光晕背景 *\/\n  .fb-dream-bg {\n    position: fixed; top: 0; left: 0; width: 100%; height: 100%;\n    pointer-events: none; z-index: 0; overflow: hidden;\n  }\n  .fb-glow-orb {\n    position: absolute;\n    border-radius: 50%;\n    filter: blur(110px);\n    animation: fb-orb-float 14s ease-in-out infinite;\n  }\n  @keyframes fb-orb-float {\n    0%, 100% { transform: translate(0, 0) scale(1); opacity: 0.5; }\n    50% { transform: translate(30px, -20px) scale(1.15); opacity: 0.8; }\n  }\n  \/* 星星闪烁 *\/\n  .fb-star {\n    position: absolute;\n    width: 4px; height: 4px;\n    background: #fff;\n    border-radius: 50%;\n    box-shadow: 0 0 8px rgba(255,255,255,0.8);\n    animation: fb-twinkle 4s ease-in-out infinite;\n  }\n  @keyframes fb-twinkle {\n    0%, 100% { opacity: 0.2; transform: scale(0.6); }\n    50% { opacity: 1; transform: scale(1.3); }\n  }\n  \/* 浮动字母 *\/\n  .fb-float-letter {\n    position: absolute;\n    font-size: 28px; font-weight: 900;\n    opacity: 0.08;\n    animation: fb-letter-float 10s ease-in-out infinite;\n  }\n  @keyframes fb-letter-float {\n    0%, 100% { transform: translateY(0) rotate(-5deg); }\n    50% { transform: translateY(-25px) rotate(5deg); }\n  }\n\n  .fb-container { max-width: 1100px; margin: 0 auto; padding: 0 32px; position: relative; z-index: 1; }\n  .fb-section { padding: 80px 0; position: relative; }\n  .fb-text-center { text-align: center; }\n\n  .fb-section-label {\n    display: inline-block; font-size: 11px; font-weight: 800;\n    letter-spacing: 3px; text-transform: uppercase;\n    color: var(--accent-yellow); margin-bottom: 18px;\n    padding: 7px 22px; background: rgba(255,214,0,0.1);\n    border-radius: 100px; border: 1px solid var(--border-yellow);\n  }\n  .fb-section-title {\n    font-size: 44px; font-weight: 900; line-height: 1.12;\n    margin: 0 0 16px 0; color: #fff; letter-spacing: -1px;\n  }\n  .fb-section-subtitle {\n    font-size: 17px; color: var(--text-on-dark-soft);\n    max-width: 680px; margin: 0 auto 52px auto; text-align: center;\n  }\n\n  \/* 图片容器（完整显示不裁剪） *\/\n  .fb-img-box {\n    width: 100%; border-radius: var(--radius-md);\n    background: var(--bg-secondary);\n    border: 1px dashed rgba(255,214,0,0.4);\n    display: flex; align-items: center; justify-content: center;\n    color: rgba(255,255,255,0.2); font-size: 12px; font-weight: 700;\n    letter-spacing: 1px; text-transform: uppercase; overflow: hidden;\n  }\n  .fb-img-box img {\n    width: 100%; height: auto; max-height: 100%;\n    object-fit: contain; display: block;\n  }\n\n  \/* ========== HERO ========== *\/\n  .fb-hero {\n    background:\n      radial-gradient(ellipse at 20% 20%, rgba(255,214,0,0.15) 0%, transparent 45%),\n      radial-gradient(ellipse at 80% 80%, rgba(255,107,157,0.1) 0%, transparent 45%),\n      radial-gradient(ellipse at 50% 50%, rgba(168,85,247,0.08) 0%, transparent 60%),\n      var(--bg-primary);\n    padding: 70px 0 80px 0; position: relative; overflow: hidden;\n    text-align: center;\n  }\n  .fb-hero::before {\n    content:''; position:absolute; top:-20%; left:50%;\n    transform:translateX(-50%); width:800px; height:800px;\n    background:radial-gradient(circle,rgba(255,214,0,0.08) 0%,transparent 70%);\n    pointer-events:none; animation:fb-hero-pulse 7s ease-in-out infinite;\n  }\n  @keyframes fb-hero-pulse { 0%,100%{opacity:.5;transform:translateX(-50%) scale(1)} 50%{opacity:1;transform:translateX(-50%) scale(1.08)} }\n\n  .fb-hero-text { position: relative; z-index: 1; max-width: 780px; margin: 0 auto; }\n\n  .fb-hero-badge {\n    display:inline-flex; align-items:center; gap:8px;\n    background:linear-gradient(135deg,var(--accent-yellow),var(--accent-orange));\n    color:#2A1F3C; padding:8px 24px; border-radius:100px;\n    font-size:12px; font-weight:800; letter-spacing:1.5px;\n    margin-bottom:28px; text-transform:uppercase;\n    box-shadow:0 4px 24px rgba(255,214,0,0.4);\n    animation:fb-bounce 3s ease-in-out infinite;\n  }\n  @keyframes fb-bounce { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-6px)} }\n\n  .fb-hero-eyebrow {\n    font-size:14px; font-weight:700; letter-spacing:4px;\n    text-transform:uppercase; color:var(--accent-pink); margin-bottom:16px;\n  }\n  .fb-hero-title {\n    font-size: 58px; font-weight: 900; line-height: 0.95;\n    margin: 0 0 24px 0; letter-spacing: -2px;\n    background: linear-gradient(135deg,#fff 0%,var(--accent-yellow) 20%,var(--accent-pink) 40%,var(--accent-blue) 60%,var(--accent-green) 80%,#fff 100%);\n    -webkit-background-clip:text; -webkit-text-fill-color:transparent;\n    background-clip:text; animation:fb-shimmer 6s ease-in-out infinite;\n    background-size:200% 200%;\n  }\n  @keyframes fb-shimmer { 0%,100%{background-position:0% 50%} 50%{background-position:100% 50%} }\n\n  .fb-hero-desc {\n    font-size:18px; color:var(--text-on-dark-soft);\n    margin:0 auto 40px auto; line-height:1.8; max-width: 640px;\n  }\n  .fb-hero-stats { display:flex; justify-content:center; gap:48px; flex-wrap:wrap; margin-bottom: 48px; }\n  .fb-hero-stat { text-align:center; animation:fb-rise .8s ease-out backwards; }\n  .fb-hero-stat:nth-child(1){animation-delay:.1s}\n  .fb-hero-stat:nth-child(2){animation-delay:.2s}\n  .fb-hero-stat:nth-child(3){animation-delay:.3s}\n  .fb-hero-stat:nth-child(4){animation-delay:.4s}\n  @keyframes fb-rise { from{opacity:0;transform:translateY(20px)} to{opacity:1;transform:translateY(0)} }\n  .fb-hero-stat-num {\n    font-size:38px; font-weight:900; color:var(--accent-yellow);\n    line-height:1; letter-spacing:-1px;\n  }\n  .fb-hero-stat-label {\n    font-size:11px; color:var(--text-on-dark-soft); margin-top:6px;\n    text-transform:uppercase; letter-spacing:1.5px; font-weight:700;\n  }\n  \/* Hero图片 *\/\n  .fb-hero-image {\n    width: 100%; max-width: 540px; margin: 0 auto;\n    height: auto; min-height: 300px;\n    border-radius: var(--radius-lg); overflow: hidden;\n    box-shadow: var(--shadow-float), var(--shadow-glow);\n    border: 2px solid rgba(255,214,0,0.35);\n    animation: fb-hero-float 5s ease-in-out infinite;\n    position: relative; z-index: 1;\n    background: var(--bg-secondary);\n  }\n  .fb-hero-image img {\n    width: 100%; height: auto; display: block; object-fit: contain;\n  }\n  @keyframes fb-hero-float { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-12px)} }\n\n  \/* ========== KEY FEATURES ========== *\/\n  .fb-features-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }\n  .fb-feature-card {\n    background:var(--card-white); border-radius:var(--radius-lg);\n    padding:38px 28px; text-align:center; box-shadow:var(--shadow-card);\n    transition:transform .4s cubic-bezier(.25,.46,.45,.94),box-shadow .4s ease;\n    position:relative; overflow:hidden;\n  }\n  .fb-feature-card::before {\n    content:''; position:absolute; top:0; left:0; right:0; height:4px;\n    background:linear-gradient(90deg,var(--accent-yellow),var(--accent-pink));\n    transform:scaleX(0); transform-origin:left; transition:transform .4s ease;\n  }\n  .fb-feature-card:hover { transform:translateY(-10px); box-shadow:var(--shadow-float); }\n  .fb-feature-card:hover::before { transform:scaleX(1); }\n  .fb-feature-icon {\n    width:68px; height:68px; margin:0 auto 20px auto;\n    background:linear-gradient(135deg,var(--accent-yellow),var(--accent-orange));\n    border-radius:20px; display:flex; align-items:center; justify-content:center;\n    transition:transform .3s ease;\n  }\n  .fb-feature-card:nth-child(2) .fb-feature-icon { background:linear-gradient(135deg,var(--accent-pink),var(--accent-purple)); }\n  .fb-feature-card:nth-child(3) .fb-feature-icon { background:linear-gradient(135deg,var(--accent-blue),var(--accent-green)); }\n  .fb-feature-card:hover .fb-feature-icon { transform:scale(1.1) rotate(-5deg); }\n  .fb-feature-icon svg { width:34px; height:34px; stroke:#fff; fill:none; stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round; }\n  .fb-feature-title { font-size:20px; font-weight:800; color:var(--text-on-light); margin:0 0 10px 0; }\n  .fb-feature-desc { font-size:14px; color:var(--text-on-light-soft); line-height:1.7; margin:0; }\n\n  \/* ========== HOW IT WORKS (使用方法) ========== *\/\n  .fb-how-section { background:var(--bg-secondary); position:relative; }\n  .fb-how-wrapper {\n    display:grid; grid-template-columns:1fr 1fr; gap:48px;\n    align-items:center; max-width:1000px; margin:0 auto;\n  }\n  .fb-how-visual {\n    width: 100%; height: auto; min-height: 350px;\n    border-radius: var(--radius-lg); overflow: hidden;\n    box-shadow: var(--shadow-float), var(--shadow-glow);\n    border: 2px solid rgba(255,107,157,0.25);\n    position: relative; background: var(--bg-tertiary);\n    display: flex; align-items: center; justify-content: center;\n  }\n  .fb-how-visual img {\n    width: 100%; height: auto; display: block; object-fit: contain;\n  }\n  .fb-how-text h3 { font-size:38px; font-weight:900; color:#fff; margin:0 0 18px 0; line-height:1.15; }\n  .fb-how-text p { font-size:16px; color:var(--text-on-dark-soft); line-height:1.8; margin:0 0 28px 0; }\n  .fb-how-steps { list-style:none; padding:0; margin:0; counter-reset:step; }\n  .fb-how-steps li {\n    display:flex; align-items:flex-start; gap:16px; padding:14px 0;\n    font-size:15px; color:#ccc; border-bottom:1px solid rgba(255,255,255,0.05);\n    counter-increment:step;\n  }\n  .fb-how-steps li:last-child { border-bottom:none; }\n  .fb-how-steps li strong { color:#fff; font-weight:700; }\n  .fb-step-num {\n    flex-shrink:0; width:32px; height:32px;\n    background:linear-gradient(135deg,var(--accent-yellow),var(--accent-orange));\n    border-radius:50%; display:flex; align-items:center; justify-content:center;\n    font-size:15px; font-weight:900; color:#2A1F3C;\n    margin-top:1px; box-shadow:0 2px 10px rgba(255,214,0,0.3);\n  }\n\n  \/* ========== WORD FAMILIES (词族展示) ========== *\/\n  .fb-words-section { position:relative; }\n  .fb-words-grid { display:grid; grid-template-columns:repeat(5,1fr); gap:16px; max-width:1000px; margin:0 auto; }\n  .fb-word-card {\n    background:var(--card-white); border-radius:var(--radius-md);\n    padding:24px 14px; text-align:center; box-shadow:var(--shadow-card);\n    transition:all .35s cubic-bezier(.25,.46,.45,.94);\n    border:2px solid transparent; cursor:pointer;\n  }\n  .fb-word-card:hover { transform:translateY(-8px) scale(1.03); box-shadow:var(--shadow-float); }\n  .fb-word-card:nth-child(1):hover { border-color:var(--accent-yellow); }\n  .fb-word-card:nth-child(2):hover { border-color:var(--accent-orange); }\n  .fb-word-card:nth-child(3):hover { border-color:var(--accent-pink); }\n  .fb-word-card:nth-child(4):hover { border-color:var(--accent-blue); }\n  .fb-word-card:nth-child(5):hover { border-color:var(--accent-green); }\n  .fb-word-family {\n    font-size:28px; font-weight:900; line-height:1; margin-bottom:8px;\n    background:linear-gradient(135deg,var(--accent-yellow),var(--accent-orange));\n    -webkit-background-clip:text; -webkit-text-fill-color:transparent; background-clip:text;\n  }\n  .fb-word-card:nth-child(2) .fb-word-family { background:linear-gradient(135deg,var(--accent-orange),var(--accent-pink)); -webkit-background-clip:text; -webkit-text-fill-color:transparent; background-clip:text; }\n  .fb-word-card:nth-child(3) .fb-word-family { background:linear-gradient(135deg,var(--accent-pink),var(--accent-purple)); -webkit-background-clip:text; -webkit-text-fill-color:transparent; background-clip:text; }\n  .fb-word-card:nth-child(4) .fb-word-family { background:linear-gradient(135deg,var(--accent-blue),var(--accent-green)); -webkit-background-clip:text; -webkit-text-fill-color:transparent; background-clip:text; }\n  .fb-word-card:nth-child(5) .fb-word-family { background:linear-gradient(135deg,var(--accent-green),var(--accent-yellow)); -webkit-background-clip:text; -webkit-text-fill-color:transparent; background-clip:text; }\n  .fb-word-examples { font-size:12px; color:var(--text-on-light-soft); line-height:1.6; font-weight:600; }\n  .fb-words-note {\n    text-align:center; margin-top:32px; font-size:14px;\n    color:var(--text-on-dark-soft); font-weight:600;\n  }\n  .fb-words-note span { color:var(--accent-yellow); font-weight:800; }\n\n  \/* ========== DESIGN DETAILS (产品细节) ========== *\/\n  .fb-design-section { background:var(--bg-secondary); position:relative; }\n  .fb-design-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; max-width:1000px; margin:0 auto; }\n  .fb-design-card {\n    background:var(--card-white); border-radius:var(--radius-lg);\n    padding:36px 28px; box-shadow:var(--shadow-card);\n    transition:transform .4s ease, box-shadow .4s ease;\n    text-align:center; position:relative; overflow:hidden;\n  }\n  .fb-design-card:hover { transform:translateY(-8px); box-shadow:var(--shadow-float); }\n  .fb-design-num {\n    position:absolute; top:16px; right:22px;\n    font-size:52px; font-weight:900;\n    color:rgba(255,214,0,0.1); line-height:1; letter-spacing:-2px;\n  }\n  .fb-design-icon {\n    width:60px; height:60px; margin:0 auto 18px auto;\n    background:linear-gradient(135deg,var(--accent-pink),var(--accent-purple));\n    border-radius:16px; display:flex; align-items:center; justify-content:center;\n  }\n  .fb-design-card:nth-child(2) .fb-design-icon { background:linear-gradient(135deg,var(--accent-blue),var(--accent-green)); }\n  .fb-design-card:nth-child(3) .fb-design-icon { background:linear-gradient(135deg,var(--accent-yellow),var(--accent-orange)); }\n  .fb-design-icon svg { width:28px; height:28px; stroke:#fff; fill:none; stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round; }\n  .fb-design-title { font-size:20px; font-weight:800; color:var(--text-on-light); margin:0 0 10px 0; }\n  .fb-design-desc { font-size:14px; color:var(--text-on-light-soft); line-height:1.7; margin:0; }\n\n  \/* ========== REVIEWS (用户评价) ========== *\/\n  .fb-reviews-section { position:relative; }\n  .fb-reviews-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:24px; max-width:1000px; margin:0 auto; }\n  .fb-review-card {\n    background:var(--card-white); border-radius:var(--radius-lg);\n    padding:32px 28px; box-shadow:var(--shadow-card);\n    transition:transform .4s ease, box-shadow .4s ease;\n    position:relative;\n  }\n  .fb-review-card:hover { transform:translateY(-6px); box-shadow:var(--shadow-float); }\n  .fb-review-quote {\n    font-size:48px; font-weight:900; color:var(--accent-pink);\n    line-height:0.6; margin-bottom:16px; opacity:0.4;\n  }\n  .fb-review-text {\n    font-size:14px; color:var(--text-on-light-soft); line-height:1.75;\n    margin:0 0 20px 0; font-style:italic;\n  }\n  .fb-review-author {\n    display:flex; align-items:center; gap:12px;\n  }\n  .fb-review-avatar {\n    width:42px; height:42px; border-radius:50%;\n    background:linear-gradient(135deg,var(--accent-yellow),var(--accent-pink));\n    display:flex; align-items:center; justify-content:center;\n    font-size:16px; font-weight:800; color:#fff;\n  }\n  .fb-review-card:nth-child(2) .fb-review-avatar { background:linear-gradient(135deg,var(--accent-blue),var(--accent-green)); }\n  .fb-review-card:nth-child(3) .fb-review-avatar { background:linear-gradient(135deg,var(--accent-pink),var(--accent-purple)); }\n  .fb-review-card:nth-child(4) .fb-review-avatar { background:linear-gradient(135deg,var(--accent-orange),var(--accent-yellow)); }\n  .fb-review-name { font-size:14px; font-weight:800; color:var(--text-on-light); margin:0; }\n  .fb-review-role { font-size:11px; color:var(--text-on-light-soft); margin:0; font-weight:600; }\n  .fb-review-stars { display:flex; gap:2px; margin-top:2px; }\n  .fb-review-stars svg { width:14px; height:14px; fill:var(--accent-yellow); stroke:none; }\n\n  \/* ========== PRICING (多买多省) ========== *\/\n  .fb-pricing-section { background:var(--bg-secondary); position:relative; }\n  .fb-pricing-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:18px; max-width:1000px; margin:0 auto; }\n  .fb-price-card {\n    background:var(--card-white); border-radius:var(--radius-lg);\n    padding:32px 20px; box-shadow:var(--shadow-card);\n    transition:all .4s cubic-bezier(.25,.46,.45,.94);\n    text-align:center; position:relative; overflow:hidden;\n    border:3px solid transparent;\n  }\n  .fb-price-card:hover { transform:translateY(-8px); box-shadow:var(--shadow-float); }\n  .fb-price-card.featured {\n    border-color:var(--accent-yellow);\n    box-shadow:0 20px 50px rgba(255,214,0,0.25), var(--shadow-card);\n    transform:scale(1.03);\n  }\n  .fb-price-card.featured:hover { transform:scale(1.03) translateY(-8px); }\n  .fb-price-badge {\n    position:absolute; top:14px; left:50%; transform:translateX(-50%);\n    background:linear-gradient(135deg,var(--accent-yellow),var(--accent-orange));\n    color:#2A1F3C; font-size:10px; font-weight:800; padding:4px 12px;\n    border-radius:100px; letter-spacing:0.5px; text-transform:uppercase;\n    box-shadow:0 3px 10px rgba(255,214,0,0.35);\n    white-space:nowrap;\n  }\n  .fb-price-qty {\n    font-size:32px; font-weight:900; color:var(--text-on-light);\n    line-height:1; margin:24px 0 4px 0;\n  }\n  .fb-price-qty span { font-size:16px; color:var(--text-on-light-soft); font-weight:700; }\n  .fb-price-now {\n    font-size:32px; font-weight:900; color:var(--accent-pink);\n    line-height:1; margin:12px 0 4px 0;\n  }\n  .fb-price-was {\n    font-size:13px; color:#999; text-decoration:line-through;\n    text-decoration-color:rgba(0,0,0,0.2); font-weight:600;\n    margin-bottom:10px;\n  }\n  .fb-price-save {\n    display:inline-block; background:rgba(57,211,83,0.12);\n    color:var(--accent-green); font-size:11px; font-weight:800;\n    padding:4px 12px; border-radius:100px; letter-spacing:0.5px;\n  }\n\n  \/* ========== SPECIFICATIONS (规格) ========== *\/\n  .fb-specs-section { position:relative; }\n  .fb-specs-table {\n    background:var(--card-white); border-radius:var(--radius-lg);\n    overflow:hidden; box-shadow:var(--shadow-float); max-width:820px; margin:0 auto;\n  }\n  .fb-spec-row {\n    display:grid; grid-template-columns:1fr 1.5fr;\n    border-bottom:1px solid rgba(0,0,0,0.06);\n  }\n  .fb-spec-row:last-child { border-bottom:none; }\n  .fb-spec-row.header {\n    background:linear-gradient(135deg,var(--accent-yellow),var(--accent-pink));\n  }\n  .fb-spec-cell {\n    padding:18px 24px; font-size:14px; font-weight:600;\n    color:var(--text-on-light-soft); transition:background .2s ease;\n  }\n  .fb-spec-row:not(.header):hover .fb-spec-cell { background:rgba(255,214,0,0.05); }\n  .fb-spec-row.header .fb-spec-cell {\n    color:#2A1F3C; font-weight:800; font-size:13px; letter-spacing:0.5px;\n  }\n  .fb-spec-cell.label {\n    color:var(--text-on-light); font-weight:700;\n    border-right:1px solid rgba(0,0,0,0.06);\n  }\n  .fb-spec-cell.value { color:var(--accent-pink); font-weight:800; }\n\n  \/* ========== TRUST BAR ========== *\/\n  .fb-trust-section { background:var(--bg-secondary); position:relative; }\n  .fb-trust-bar {\n    background:linear-gradient(135deg,#1E1240,#150B2E);\n    border:1px solid rgba(255,214,0,0.35); border-radius:var(--radius-lg);\n    padding:52px 48px; display:flex; align-items:center; justify-content:space-around;\n    flex-wrap:wrap; gap:36px; box-shadow:var(--shadow-float);\n  }\n  .fb-trust-item { text-align:center; max-width:200px; }\n  .fb-trust-icon { width:56px; height:56px; margin:0 auto 14px auto; display:flex; align-items:center; justify-content:center; }\n  .fb-trust-icon svg { width:48px; height:48px; stroke:var(--accent-yellow); fill:none; stroke-width:1.4; stroke-linecap:round; stroke-linejoin:round; }\n  .fb-trust-title { font-size:16px; font-weight:800; color:#fff; margin:0 0 6px 0; }\n  .fb-trust-desc { font-size:12px; color:var(--text-on-dark-soft); line-height:1.6; margin:0; }\n\n  \/* ========== CTA ========== *\/\n  .fb-cta-section {\n    text-align:center; padding:90px 0;\n    background:\n      radial-gradient(ellipse at 50% 50%,rgba(255,214,0,0.15) 0%,transparent 55%),\n      var(--bg-primary);\n    position:relative;\n  }\n  .fb-cta-section::before {\n    content:''; position:absolute; top:0; left:0; right:0; height:1px;\n    background:linear-gradient(90deg,transparent,var(--accent-yellow),transparent); opacity:.4;\n  }\n  .fb-cta-badge {\n    display:inline-block; background:linear-gradient(135deg,var(--accent-yellow),var(--accent-orange));\n    color:#2A1F3C; font-size:13px; font-weight:800; padding:8px 24px;\n    border-radius:100px; letter-spacing:1px; margin-bottom:28px;\n    text-transform:uppercase; box-shadow:0 4px 20px rgba(255,214,0,0.35);\n    animation:fb-bounce 3s ease-in-out infinite;\n  }\n  .fb-cta-price {\n    display:inline-flex; align-items:baseline; gap:16px;\n    margin-bottom:24px;\n  }\n  .fb-cta-price-now {\n    font-size:56px; font-weight:900; color:var(--accent-yellow);\n    line-height:1; letter-spacing:-1px;\n  }\n  .fb-cta-price-was {\n    font-size:22px; color:#888; text-decoration:line-through;\n    text-decoration-color:rgba(255,255,255,0.2); font-weight:600;\n  }\n  .fb-cta-title { font-size:48px; font-weight:900; color:#fff; margin:0 0 20px 0; line-height:1.1; letter-spacing:-1px; }\n  .fb-cta-title .highlight {\n    background:linear-gradient(135deg,var(--accent-yellow),var(--accent-pink));\n    -webkit-background-clip:text; -webkit-text-fill-color:transparent; background-clip:text;\n  }\n  .fb-cta-desc { font-size:17px; color:var(--text-on-dark-soft); max-width:620px; margin:0 auto 32px auto; line-height:1.75; }\n  .fb-cta-features {\n    display:flex; justify-content:center; gap:32px; flex-wrap:wrap;\n    margin-top:36px;\n  }\n  .fb-cta-feature {\n    display:flex; align-items:center; gap:8px;\n    font-size:14px; color:var(--text-on-dark-soft); font-weight:600;\n  }\n  .fb-cta-feature svg { width:18px; height:18px; stroke:var(--accent-yellow); fill:none; stroke-width:2.5; }\n  .fb-cta-note { font-size:13px; color:#888; margin-top:28px; }\n\n  \/* ========== RESPONSIVE ========== *\/\n  @media (max-width: 1024px) {\n    .fb-features-grid { grid-template-columns: 1fr; }\n    .fb-words-grid { grid-template-columns: repeat(3, 1fr); }\n    .fb-design-grid { grid-template-columns: 1fr; }\n    .fb-reviews-grid { grid-template-columns: 1fr; }\n    .fb-pricing-grid { grid-template-columns: repeat(2, 1fr); }\n    .fb-price-card.featured { transform:scale(1); }\n    .fb-price-card.featured:hover { transform:translateY(-8px); }\n    .fb-how-wrapper { grid-template-columns: 1fr; gap: 40px; }\n    .fb-hero-title { font-size: 48px; }\n  }\n  @media (max-width: 768px) {\n    .fb-hero-title { font-size: 38px; }\n    .fb-section-title { font-size: 30px; }\n    .fb-hero-stats { gap: 28px; }\n    .fb-words-grid { grid-template-columns: repeat(2, 1fr); }\n    .fb-pricing-grid { grid-template-columns: 1fr; max-width:360px; }\n    .fb-container { padding: 0 20px; }\n    .fb-section { padding: 56px 0; }\n    .fb-trust-bar { padding: 36px 24px; }\n    .fb-cta-title { font-size: 36px; }\n    .fb-cta-price-now { font-size: 44px; }\n    .fb-cta-features { gap: 20px; }\n    .fb-spec-cell { padding: 14px 16px; font-size: 13px; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"fb-page-wrapper\"\u003e\n\u003c!-- 星星+彩色光晕+浮动字母背景 --\u003e\n\u003cdiv class=\"fb-dream-bg\"\u003e\n\u003cdiv class=\"fb-glow-orb\" style=\"width: 420px; height: 420px; background: rgba(255,214,0,0.12); bottom: 5%; left: -5%; animation-delay: 0s;\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"fb-glow-orb\" style=\"width: 360px; height: 360px; background: rgba(255,107,157,0.1); top: 10%; right: -5%; animation-delay: 5s;\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"fb-glow-orb\" style=\"width: 300px; height: 300px; background: rgba(0,212,255,0.08); top: 50%; left: 30%; animation-delay: 8s;\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"fb-float-letter\" style=\"top: 15%; left: 10%; color: var(--accent-yellow); animation-delay: 0s;\"\u003eA\u003c\/div\u003e\n\u003cdiv class=\"fb-float-letter\" style=\"top: 25%; right: 12%; color: var(--accent-pink); animation-delay: 2s;\"\u003eB\u003c\/div\u003e\n\u003cdiv class=\"fb-float-letter\" style=\"top: 60%; left: 8%; color: var(--accent-blue); animation-delay: 4s;\"\u003eC\u003c\/div\u003e\n\u003cdiv class=\"fb-float-letter\" style=\"top: 75%; right: 10%; color: var(--accent-green); animation-delay: 6s;\"\u003eD\u003c\/div\u003e\n\u003cdiv class=\"fb-float-letter\" style=\"top: 45%; left: 50%; color: var(--accent-orange); animation-delay: 3s;\"\u003eE\u003c\/div\u003e\n\u003cdiv class=\"fb-star\" style=\"top: 12%; left: 8%; animation-delay: 0s;\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"fb-star\" style=\"top: 28%; right: 12%; animation-delay: 1.5s;\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"fb-star\" style=\"top: 45%; left: 15%; animation-delay: 3s;\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"fb-star\" style=\"top: 60%; right: 8%; animation-delay: 0.8s;\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"fb-star\" style=\"top: 75%; left: 20%; animation-delay: 2.2s;\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"fb-star\" style=\"top: 88%; right: 18%; animation-delay: 4s;\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"fb-star\" style=\"top: 35%; left: 45%; animation-delay: 1s;\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"fb-star\" style=\"top: 70%; left: 55%; animation-delay: 3.5s;\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"fb-star\" style=\"top: 20%; left: 70%; animation-delay: 5s;\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"fb-star\" style=\"top: 55%; right: 30%; animation-delay: 2.5s;\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ========== HERO ========== --\u003e\n\u003csection class=\"fb-hero\"\u003e\n\u003cdiv class=\"fb-container\"\u003e\n\u003cdiv class=\"fb-hero-text\"\u003e\n\u003cdiv class=\"fb-hero-badge\"\u003e🎉 50% OFF · LIMITED TIME\u003c\/div\u003e\n\u003cp class=\"fb-hero-eyebrow\"\u003e30 Read and Rhyme Flip Books · Word Family Build Books\u003c\/p\u003e\n\u003ch1 class=\"fb-hero-title\"\u003eFLIP. READ.\u003cbr\u003eRHYME. LOVE.\u003c\/h1\u003e\n\u003cp class=\"fb-hero-desc\"\u003eUnlock the magic of reading with the ultimate hands-on learning companion for your little one! 30 individual flip books introduce foundational word families through colorful pictures and corresponding words — transforming phonics practice into an exciting game. Each flip reveals a new word, a new sound, and a new confidence boost! Perfect for preschool, kindergarten, homeschooling, and classroom literacy centers.\u003c\/p\u003e\n\u003cdiv class=\"fb-hero-stats\"\u003e\n\u003cdiv class=\"fb-hero-stat\"\u003e\n\u003cdiv class=\"fb-hero-stat-num\"\u003e30\u003c\/div\u003e\n\u003cdiv class=\"fb-hero-stat-label\"\u003eFlip Books\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fb-hero-stat\"\u003e\n\u003cdiv class=\"fb-hero-stat-num\"\u003e3+\u003c\/div\u003e\n\u003cdiv class=\"fb-hero-stat-label\"\u003eAge Range\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fb-hero-stat\"\u003e\n\u003cdiv class=\"fb-hero-stat-num\"\u003e3415\u003c\/div\u003e\n\u003cdiv class=\"fb-hero-stat-label\"\u003eHappy Reviews\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fb-hero-stat\"\u003e\n\u003cdiv class=\"fb-hero-stat-num\"\u003e50%\u003c\/div\u003e\n\u003cdiv class=\"fb-hero-stat-label\"\u003eOFF Today\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 图片位1: Hero产品主图 --\u003e\n\u003cdiv class=\"fb-hero-image\" style=\"text-align: center;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1000\/2343\/5633\/files\/80af9724-f74a-4ac4-9e7a-70471338eb7e.png?v=1787994181\" alt=\"30 Read and Rhyme Flip Books Word Family Build Books for Kids\" style=\"margin-bottom: 16px; float: none;\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ========== KEY FEATURES ========== --\u003e\n\u003csection class=\"fb-section\"\u003e\n\u003cdiv class=\"fb-container\"\u003e\n\u003cdiv class=\"fb-text-center\"\u003e\n\u003cspan class=\"fb-section-label\"\u003eWhy You'll Love It\u003c\/span\u003e\n\u003ch2 class=\"fb-section-title\"\u003eLearning That Feels Like Play.\u003c\/h2\u003e\n\u003cp class=\"fb-section-subtitle\"\u003eThree powerful reasons parents and teachers trust these flip books — endless learning content, proven phonics results, and an interactive format kids beg to use.\u003c\/p\u003e\n\u003cp class=\"fb-section-subtitle\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1000\/2343\/5633\/files\/2d56021c-aec3-4fdf-a0e3-99287b4fdca4.png?v=1787994163\" alt=\"\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fb-features-grid\"\u003e\n\u003cdiv class=\"fb-feature-card\"\u003e\n\u003cdiv class=\"fb-feature-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M4 19.5A2.5 2.5 0 0 1 6.5 17H20\"\u003e\u003c\/path\u003e\u003cpath d=\"M6.5 2H20v20H6.5A2.5 2.5 0 0 1 4 19.5v-15A2.5 2.5 0 0 1 6.5 2z\"\u003e\u003c\/path\u003e\u003cline x1=\"9\" y1=\"7\" x2=\"15\" y2=\"7\"\u003e\u003c\/line\u003e\u003cline x1=\"9\" y1=\"11\" x2=\"15\" y2=\"11\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3 class=\"fb-feature-title\"\u003e30 Books = Endless Learning\u003c\/h3\u003e\n\u003cp class=\"fb-feature-desc\"\u003eThis set includes 30 individual flip books, each dedicated to a different word family (like -at, -an, -et, -ig, and more!). That's hours of educational play and discovery — covering all the essential phonics patterns early readers need to master.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fb-feature-card\"\u003e\n\u003cdiv class=\"fb-feature-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2.69l5.66 5.66a8 8 0 1 1-11.31 0z\"\u003e\u003c\/path\u003e\u003cpath d=\"M9 12h.01\"\u003e\u003c\/path\u003e\u003cpath d=\"M15 12h.01\"\u003e\u003c\/path\u003e\u003cpath d=\"M9.5 16a5.5 5.5 0 0 0 5 0\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3 class=\"fb-feature-title\"\u003eMaster Word Families \u0026amp; Phonics\u003c\/h3\u003e\n\u003cp class=\"fb-feature-desc\"\u003eEach book features a base word family with multiple beginning letter options. Children flip the pages to create new words, helping them recognize patterns, understand phonics, and develop essential spelling skills. It's phonics made fun — not drill!\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fb-feature-card\"\u003e\n\u003cdiv class=\"fb-feature-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003crect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"2\"\u003e\u003c\/rect\u003e\u003ccircle cx=\"8.5\" cy=\"8.5\" r=\"1.5\"\u003e\u003c\/circle\u003e\u003cpolyline points=\"21 15 16 10 5 21\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3 class=\"fb-feature-title\"\u003eVivid Pictures \u0026amp; Engaging Design\u003c\/h3\u003e\n\u003cp class=\"fb-feature-desc\"\u003eEvery word is paired with a bright, adorable illustration that captures children's attention and aids comprehension. The visual connection makes learning new vocabulary intuitive and memorable — kids see the word, see the picture, and it clicks!\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ========== HOW IT WORKS ========== --\u003e\n\u003csection class=\"fb-section fb-how-section\"\u003e\n\u003cdiv class=\"fb-container\"\u003e\n\u003cdiv class=\"fb-text-center\"\u003e\n\u003cspan class=\"fb-section-label\"\u003eHow to Use\u003c\/span\u003e\n\u003ch2 class=\"fb-section-title\"\u003e5 Simple Steps to Reading Joy.\u003c\/h2\u003e\n\u003cp class=\"fb-section-subtitle\"\u003eSo easy a child can do it — but so powerful it builds lifelong reading confidence.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fb-how-wrapper\"\u003e\n\u003c!-- 图片位2: 使用展示\/内页细节图 --\u003e\n\u003cdiv class=\"fb-how-visual\" style=\"text-align: start;\"\u003e\u003cimg alt=\"How to Use Read and Rhyme Flip Books Phonics Learning\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1000\/2343\/5633\/files\/310cd124-efee-4083-8484-3732bfa026ce.png?v=1787995605\" style=\"margin-bottom: 16px; float: none;\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"fb-how-text\"\u003e\n\u003ch3\u003eFlip. Sound. See. Repeat.\u003c\/h3\u003e\n\u003cp\u003eDesigned for independent use or guided learning — these flip books turn phonics practice into a game kids want to play again and again. Perfect for homeschooling, classroom literacy centers, or extra practice at home.\u003c\/p\u003e\n\u003col class=\"fb-how-steps\"\u003e\n\u003cli\u003e\n\u003cdiv class=\"fb-step-num\"\u003e1\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eChoose a Book:\u003c\/strong\u003e Pick a word family flip book, like \"-at\" or \"-an.\"\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"fb-step-num\"\u003e2\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eFlip \u0026amp; Discover:\u003c\/strong\u003e Flip through the beginning letter pages to create new words: c-at, h-at, b-at, r-at, and more!\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"fb-step-num\"\u003e3\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eSay It Aloud:\u003c\/strong\u003e Sound out each new word together. \"Cuh-AT... CAT!\" Celebrate every success.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"fb-step-num\"\u003e4\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eSee the Picture:\u003c\/strong\u003e Look at the corresponding image to reinforce meaning and build vocabulary connections.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"fb-step-num\"\u003e5\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003ePlay \u0026amp; Repeat:\u003c\/strong\u003e Mix and match, create silly words, and watch your child's confidence grow with every flip!\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ol\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ========== WORD FAMILIES ========== --\u003e\n\u003csection class=\"fb-section fb-words-section\"\u003e\n\u003cdiv class=\"fb-container\"\u003e\n\u003cdiv class=\"fb-text-center\"\u003e\n\u003cspan class=\"fb-section-label\"\u003eWord Families Covered\u003c\/span\u003e\n\u003ch2 class=\"fb-section-title\"\u003e30 Essential Phonics Patterns.\u003c\/h2\u003e\n\u003cp class=\"fb-section-subtitle\"\u003eEvery word family early readers need — from simple CVC words to more advanced patterns. Here's a peek at just 5 of the 30 families included:\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fb-words-grid\"\u003e\n\u003cdiv class=\"fb-word-card\"\u003e\n\u003cdiv class=\"fb-word-family\"\u003e-at\u003c\/div\u003e\n\u003cdiv class=\"fb-word-examples\"\u003ecat · hat · bat\u003cbr\u003erat · mat · sat\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fb-word-card\"\u003e\n\u003cdiv class=\"fb-word-family\"\u003e-an\u003c\/div\u003e\n\u003cdiv class=\"fb-word-examples\"\u003ecan · man · fan\u003cbr\u003epan · ran · van\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fb-word-card\"\u003e\n\u003cdiv class=\"fb-word-family\"\u003e-et\u003c\/div\u003e\n\u003cdiv class=\"fb-word-examples\"\u003ebet · get · jet\u003cbr\u003enet · pet · set\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fb-word-card\"\u003e\n\u003cdiv class=\"fb-word-family\"\u003e-ig\u003c\/div\u003e\n\u003cdiv class=\"fb-word-examples\"\u003ebig · dig · fig\u003cbr\u003epig · wig · zig\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fb-word-card\"\u003e\n\u003cdiv class=\"fb-word-family\"\u003e-op\u003c\/div\u003e\n\u003cdiv class=\"fb-word-examples\"\u003ecop · hop · mop\u003cbr\u003epop · top · stop\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"fb-words-note\"\u003e...and \u003cspan\u003e25 more word families\u003c\/span\u003e! That's 30 books × multiple words each = \u003cspan\u003ehundreds of words\u003c\/span\u003e to learn and love.\u003c\/p\u003e\n\u003cp class=\"fb-words-note\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1000\/2343\/5633\/files\/O1CN01OD1ZZJ1NvxtDDXqgr__2218462671633-0-cib_jpg_46e51103-8519-498e-a67d-0b9e8a23f78b.webp?v=1787993996\" alt=\"\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ========== DESIGN DETAILS ========== --\u003e\n\u003csection class=\"fb-section fb-design-section\"\u003e\n\u003cdiv class=\"fb-container\"\u003e\n\u003cdiv class=\"fb-text-center\"\u003e\n\u003cspan class=\"fb-section-label\"\u003eProduct Details\u003c\/span\u003e\n\u003ch2 class=\"fb-section-title\"\u003eBuilt for Little Hands \u0026amp; Big Minds.\u003c\/h2\u003e\n\u003cp class=\"fb-section-subtitle\"\u003eEvery detail is thoughtfully designed for early learners — durable, safe, and perfectly sized for small hands.\u003c\/p\u003e\n\u003cp class=\"fb-section-subtitle\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1000\/2343\/5633\/files\/a3a2cd54971849d79acaa29d5703c324_tplv-fhlh96nyum-crop-webp_2500_2500.webp?v=1787993246\" alt=\"\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fb-design-grid\"\u003e\n\u003cdiv class=\"fb-design-card\"\u003e\n\u003cspan class=\"fb-design-num\"\u003e01\u003c\/span\u003e\n\u003cdiv class=\"fb-design-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2.69l5.66 5.66a8 8 0 1 1-11.31 0z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3 class=\"fb-design-title\"\u003eDurable \u0026amp; Child-Safe\u003c\/h3\u003e\n\u003cp class=\"fb-design-desc\"\u003eMade from durable, child-safe paper and cardboard that withstands enthusiastic little hands. Rounded edges, non-toxic materials, and sturdy construction — built to last through countless flips and reading sessions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fb-design-card\"\u003e\n\u003cspan class=\"fb-design-num\"\u003e02\u003c\/span\u003e\n\u003cdiv class=\"fb-design-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M18 8h1a4 4 0 0 1 0 8h-1\"\u003e\u003c\/path\u003e\u003cpath d=\"M2 8h16v9a4 4 0 0 1-4 4H6a4 4 0 0 1-4-4V8z\"\u003e\u003c\/path\u003e\u003cline x1=\"6\" y1=\"1\" x2=\"6\" y2=\"4\"\u003e\u003c\/line\u003e\u003cline x1=\"10\" y1=\"1\" x2=\"10\" y2=\"4\"\u003e\u003c\/line\u003e\u003cline x1=\"14\" y1=\"1\" x2=\"14\" y2=\"4\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3 class=\"fb-design-title\"\u003ePerfectly Sized for Little Hands\u003c\/h3\u003e\n\u003cp class=\"fb-design-desc\"\u003eEach flip book is perfectly sized for small hands (approx. 16cm × 7cm) — easy to hold, flip, and explore independently. The compact size also makes them perfect for on-the-go learning, travel, and quiet time.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fb-design-card\"\u003e\n\u003cspan class=\"fb-design-num\"\u003e03\u003c\/span\u003e\n\u003cdiv class=\"fb-design-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M2 3h6a4 4 0 0 1 4 4v14a3 3 0 0 0-3-3H2z\"\u003e\u003c\/path\u003e\u003cpath d=\"M22 3h-6a4 4 0 0 0-4 4v14a3 3 0 0 1 3-3h7z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3 class=\"fb-design-title\"\u003eInteractive Flip-Page Format\u003c\/h3\u003e\n\u003cp class=\"fb-design-desc\"\u003eThe innovative flip-page format with word family base and interchangeable beginning letters turns passive reading into active, hands-on learning. Kids physically manipulate the pages to build words — kinesthetic learning that sticks!\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ========== REVIEWS ========== --\u003e\n\u003csection class=\"fb-section fb-reviews-section\"\u003e\n\u003cdiv class=\"fb-container\"\u003e\n\u003cdiv class=\"fb-text-center\"\u003e\n\u003cspan class=\"fb-section-label\"\u003eReal Reviews\u003c\/span\u003e\n\u003ch2 class=\"fb-section-title\"\u003eLoved by 3415+ Parents \u0026amp; Teachers.\u003c\/h2\u003e\n\u003cp class=\"fb-section-subtitle\"\u003eHere's what parents, teachers, and caregivers are saying about the Read and Rhyme Flip Books.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fb-reviews-grid\"\u003e\n\u003cdiv class=\"fb-review-card\"\u003e\n\u003cdiv class=\"fb-review-quote\"\u003e\"\u003c\/div\u003e\n\u003cp class=\"fb-review-text\"\u003eMy daughter was struggling with phonics until we got these flip books. Now she asks to \"play the word game\" every day! The pictures are bright and cheerful, and I love watching her face light up when she sounds out a new word all by herself. Highly recommend!\u003c\/p\u003e\n\u003cdiv class=\"fb-review-author\"\u003e\n\u003cdiv class=\"fb-review-avatar\"\u003eS\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cp class=\"fb-review-name\"\u003eSarah M.\u003c\/p\u003e\n\u003cp class=\"fb-review-role\"\u003eMom of a 4-year-old\u003c\/p\u003e\n\u003cdiv class=\"fb-review-stars\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\u003e\u003c\/polygon\u003e\u003c\/svg\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\u003e\u003c\/polygon\u003e\u003c\/svg\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\u003e\u003c\/polygon\u003e\u003c\/svg\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\u003e\u003c\/polygon\u003e\u003c\/svg\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\u003e\u003c\/polygon\u003e\u003c\/svg\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fb-review-card\"\u003e\n\u003cdiv class=\"fb-review-quote\"\u003e\"\u003c\/div\u003e\n\u003cp class=\"fb-review-text\"\u003eI use these in my classroom during literacy centers, and they are always a hit. The kids love the interactive format, and I love that they're building essential reading skills. Great for small group work or independent practice. A fantastic teaching tool!\u003c\/p\u003e\n\u003cdiv class=\"fb-review-author\"\u003e\n\u003cdiv class=\"fb-review-avatar\"\u003eD\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cp class=\"fb-review-name\"\u003eDavid L.\u003c\/p\u003e\n\u003cp class=\"fb-review-role\"\u003eKindergarten Teacher\u003c\/p\u003e\n\u003cdiv class=\"fb-review-stars\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\u003e\u003c\/polygon\u003e\u003c\/svg\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\u003e\u003c\/polygon\u003e\u003c\/svg\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\u003e\u003c\/polygon\u003e\u003c\/svg\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\u003e\u003c\/polygon\u003e\u003c\/svg\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\u003e\u003c\/polygon\u003e\u003c\/svg\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fb-review-card\"\u003e\n\u003cdiv class=\"fb-review-quote\"\u003e\"\u003c\/div\u003e\n\u003cp class=\"fb-review-text\"\u003eThese flip books are worth every penny. They make teaching word families so simple and visual. The quality is good, and the set covers so many different families. Perfect for my preschooler and kindergartener!\u003c\/p\u003e\n\u003cdiv class=\"fb-review-author\"\u003e\n\u003cdiv class=\"fb-review-avatar\"\u003eJ\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cp class=\"fb-review-name\"\u003eJessica R.\u003c\/p\u003e\n\u003cp class=\"fb-review-role\"\u003eHomeschooling Mom\u003c\/p\u003e\n\u003cdiv class=\"fb-review-stars\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\u003e\u003c\/polygon\u003e\u003c\/svg\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\u003e\u003c\/polygon\u003e\u003c\/svg\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\u003e\u003c\/polygon\u003e\u003c\/svg\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\u003e\u003c\/polygon\u003e\u003c\/svg\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\u003e\u003c\/polygon\u003e\u003c\/svg\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fb-review-card\"\u003e\n\u003cdiv class=\"fb-review-quote\"\u003e\"\u003c\/div\u003e\n\u003cp class=\"fb-review-text\"\u003eI bought these for my son who was having trouble with rhyming. After just a few weeks of using these books, he's spotting rhymes everywhere! They're durable, easy to use, and actually make learning fun. Great purchase.\u003c\/p\u003e\n\u003cdiv class=\"fb-review-author\"\u003e\n\u003cdiv class=\"fb-review-avatar\"\u003eM\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cp class=\"fb-review-name\"\u003eMichael T.\u003c\/p\u003e\n\u003cp class=\"fb-review-role\"\u003eDad\u003c\/p\u003e\n\u003cdiv class=\"fb-review-stars\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\u003e\u003c\/polygon\u003e\u003c\/svg\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\u003e\u003c\/polygon\u003e\u003c\/svg\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\u003e\u003c\/polygon\u003e\u003c\/svg\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\u003e\u003c\/polygon\u003e\u003c\/svg\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\u003e\u003c\/polygon\u003e\u003c\/svg\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ========== PRICING ========== --\u003e\n\u003csection class=\"fb-section fb-pricing-section\"\u003e\n\u003cdiv class=\"fb-container\"\u003e\n\u003cdiv class=\"fb-text-center\"\u003e\n\u003cspan class=\"fb-section-label\"\u003eBundle \u0026amp; Save\u003c\/span\u003e\n\u003ch2 class=\"fb-section-title\"\u003eThe More You Buy, The More You Save.\u003c\/h2\u003e\n\u003cp class=\"fb-section-subtitle\"\u003ePerfect for multiple kids, classroom sets, gifting, or sharing with friends and family. Stock up and save big!💰 BEST VALUE\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ========== SPECIFICATIONS ========== --\u003e\n\u003csection class=\"fb-section fb-specs-section\"\u003e\n\u003cdiv class=\"fb-container\"\u003e\n\u003cdiv class=\"fb-text-center\"\u003e\n\u003cspan class=\"fb-section-label\"\u003eProduct Specifications\u003c\/span\u003e\n\u003ch2 class=\"fb-section-title\"\u003eEverything You Need to Know.\u003c\/h2\u003e\n\u003cp class=\"fb-section-subtitle\"\u003eComplete product details for the 30 Read and Rhyme Flip Books set.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fb-specs-table\"\u003e\n\u003cdiv class=\"fb-spec-row header\"\u003e\n\u003cdiv class=\"fb-spec-cell\"\u003eSpecification\u003c\/div\u003e\n\u003cdiv class=\"fb-spec-cell\"\u003eDetails\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fb-spec-row\"\u003e\n\u003cdiv class=\"fb-spec-cell label\"\u003eProduct Name\u003c\/div\u003e\n\u003cdiv class=\"fb-spec-cell value\"\u003e30 Read and Rhyme Flip Books\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fb-spec-row\"\u003e\n\u003cdiv class=\"fb-spec-cell label\"\u003eAlso Known As\u003c\/div\u003e\n\u003cdiv class=\"fb-spec-cell value\"\u003eWord Family Build Books\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fb-spec-row\"\u003e\n\u003cdiv class=\"fb-spec-cell label\"\u003eQuantity\u003c\/div\u003e\n\u003cdiv class=\"fb-spec-cell value\"\u003e30 Individual Flip Books per Set\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fb-spec-row\"\u003e\n\u003cdiv class=\"fb-spec-cell label\"\u003eMaterial\u003c\/div\u003e\n\u003cdiv class=\"fb-spec-cell value\"\u003eDurable, Child-Safe Paper \/ Cardboard\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fb-spec-row\"\u003e\n\u003cdiv class=\"fb-spec-cell label\"\u003eDesign Format\u003c\/div\u003e\n\u003cdiv class=\"fb-spec-cell value\"\u003eFlip-Page with Word Family Base + Interchangeable Beginning Letters\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fb-spec-row\"\u003e\n\u003cdiv class=\"fb-spec-cell label\"\u003eEach Book Includes\u003c\/div\u003e\n\u003cdiv class=\"fb-spec-cell value\"\u003eMultiple Word Cards with Vivid Pictures\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fb-spec-row\"\u003e\n\u003cdiv class=\"fb-spec-cell label\"\u003eBook Size\u003c\/div\u003e\n\u003cdiv class=\"fb-spec-cell value\"\u003eApprox. 16cm × 7cm (Perfect for Little Hands)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fb-spec-row\"\u003e\n\u003cdiv class=\"fb-spec-cell label\"\u003eSet Dimensions\u003c\/div\u003e\n\u003cdiv class=\"fb-spec-cell value\"\u003e9.84in × 6.69in × 3.15in\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fb-spec-row\"\u003e\n\u003cdiv class=\"fb-spec-cell label\"\u003eEducational Focus\u003c\/div\u003e\n\u003cdiv class=\"fb-spec-cell value\"\u003ePhonics, Word Families, Rhyming, Sight Words, Vocabulary, Early Reading\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fb-spec-row\"\u003e\n\u003cdiv class=\"fb-spec-cell label\"\u003eAge Recommendation\u003c\/div\u003e\n\u003cdiv class=\"fb-spec-cell value\"\u003e3 Years and Up\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fb-spec-row\"\u003e\n\u003cdiv class=\"fb-spec-cell label\"\u003eIdeal For\u003c\/div\u003e\n\u003cdiv class=\"fb-spec-cell value\"\u003ePreschool, Kindergarten, Homeschooling, Classroom Literacy Centers, Extra Practice at Home\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fb-spec-row\"\u003e\n\u003cdiv class=\"fb-spec-cell label\"\u003eColor\u003c\/div\u003e\n\u003cdiv class=\"fb-spec-cell value\"\u003eYellow (Bright, Colorful Design)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fb-spec-row\"\u003e\n\u003cdiv class=\"fb-spec-cell label\"\u003ePrice\u003c\/div\u003e\n\u003cdiv class=\"fb-spec-cell value\"\u003e$49.99 (Was $99.98 — Save 50%)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fb-spec-row\"\u003e\n\u003cdiv class=\"fb-spec-cell label\"\u003eReviews\u003c\/div\u003e\n\u003cdiv class=\"fb-spec-cell value\"\u003e3415+ Verified Customer Reviews\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ========== TRUST BAR ========== --\u003e\n\u003csection class=\"fb-section fb-trust-section\"\u003e\n\u003cdiv class=\"fb-container\"\u003e\n\u003cdiv class=\"fb-trust-bar\"\u003e\n\u003cdiv class=\"fb-trust-item\"\u003e\n\u003cdiv class=\"fb-trust-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cp class=\"fb-trust-title\"\u003eChild-Safe Materials\u003c\/p\u003e\n\u003cp class=\"fb-trust-desc\"\u003eDurable, non-toxic paper and cardboard. Safe for little hands.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fb-trust-item\"\u003e\n\u003cdiv class=\"fb-trust-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003crect x=\"1\" y=\"3\" width=\"15\" height=\"13\"\u003e\u003c\/rect\u003e\u003cpolygon points=\"16 8 20 8 23 11 23 16 16 16 16 8\"\u003e\u003c\/polygon\u003e\u003ccircle cx=\"5.5\" cy=\"18.5\" r=\"2.5\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"18.5\" cy=\"18.5\" r=\"2.5\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cp class=\"fb-trust-title\"\u003eFast Shipping\u003c\/p\u003e\n\u003cp class=\"fb-trust-desc\"\u003eShips within 1-3 business days. Tracking provided on every order.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fb-trust-item\"\u003e\n\u003cdiv class=\"fb-trust-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cp class=\"fb-trust-title\"\u003eSatisfaction Guarantee\u003c\/p\u003e\n\u003cp class=\"fb-trust-desc\"\u003eNot happy? We'll make it right. Your satisfaction is our priority.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fb-trust-item\"\u003e\n\u003cdiv class=\"fb-trust-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003crect x=\"2\" y=\"5\" width=\"20\" height=\"14\" rx=\"2\"\u003e\u003c\/rect\u003e\u003cline x1=\"2\" y1=\"10\" x2=\"22\" y2=\"10\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cp class=\"fb-trust-title\"\u003eSecure Checkout\u003c\/p\u003e\n\u003cp class=\"fb-trust-desc\"\u003eAll major credit cards accepted. Safe and encrypted payment.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ========== CTA ========== --\u003e\n\u003csection class=\"fb-cta-section\"\u003e\n\u003cdiv class=\"fb-container\"\u003e\n\u003cdiv class=\"fb-cta-badge\"\u003e🎉 50% OFF · LIMITED TIME ONLY\u003c\/div\u003e\n\u003cdiv class=\"fb-cta-price\"\u003e\u003cspan class=\"fb-cta-price-now\"\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"fb-cta-price\"\u003e\u003cspan class=\"fb-cta-price-was\"\u003e\u003cspan style=\"color: rgb(255, 255, 255); font-size: 36px; letter-spacing: -1px;\"\u003eGive Your Child a \u003c\/span\u003e\u003cspan class=\"highlight\" style=\"color: rgb(255, 255, 255); font-size: 36px; letter-spacing: -1px;\"\u003eHead Start\u003c\/span\u003e\u003cspan style=\"color: rgb(255, 255, 255); font-size: 36px; letter-spacing: -1px;\"\u003e on Reading.\u003c\/span\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003cp class=\"fb-cta-desc\"\u003eMake learning to read an adventure they'll never forget. With 30 Read and Rhyme Flip Books, you're not just buying a toy — you're investing in their future success and confidence. Watch your little one fall in love with reading, one flip at a time.\u003c\/p\u003e\n\u003cdiv class=\"fb-cta-features\"\u003e\n\u003cdiv class=\"fb-cta-feature\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e 30 Flip Books\u003c\/div\u003e\n\u003cdiv class=\"fb-cta-feature\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e 30 Word Families\u003c\/div\u003e\n\u003cdiv class=\"fb-cta-feature\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e Vivid Pictures\u003c\/div\u003e\n\u003cdiv class=\"fb-cta-feature\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e Interactive Flip Format\u003c\/div\u003e\n\u003cdiv class=\"fb-cta-feature\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e Ages 3+\u003c\/div\u003e\n\u003cdiv class=\"fb-cta-feature\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e 50% OFF Today\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"fb-cta-note\"\u003e* 30 Read and Rhyme Flip Books \/ Word Family Build Books · 30 individual flip books per set · Durable child-safe paper\/cardboard · Flip-page format with word family base + interchangeable beginning letters · Vivid colorful pictures · Approx. 16cm × 7cm per book · Set: 9.84in × 6.69in × 3.15in · Educational focus: phonics, word families, rhyming, sight words, vocabulary, early reading · Ages 3+ · Perfect for preschool, kindergarten, homeschooling, classroom literacy centers  · 3415+ reviews · Bundle \u0026amp; save available\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"mysite","offers":[{"title":"Default","offer_id":48346918650045,"sku":"B02656-A","price":11.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0763\/3115\/5645\/files\/80af9724-f74a-4ac4-9e7a-70471338eb7e.png?v=1787996045","url":"https:\/\/valorsnet.us\/products\/phonics-flash-cards-word-family-build-book-1731749590447002449","provider":"Valors-net","version":"1.0","type":"link"}