{"product_id":"chapter-bookish-bundle","title":"Chapter \u0026 Chocolate Theme Bookish Bundle 🍫 NEW ✦ Limited Edition","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e \u003clink href=\"https:\/\/fonts.googleapis.com\" rel=\"preconnect\"\u003e \u003clink rel=\"stylesheet\" href=\"https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,300;1,400;1,600\u0026amp;family=DM+Sans:wght@300;400;500\u0026amp;display=swap\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  :root {\n    --choc-deep:   #3D1F0A;\n    --choc-mid:    #7B4A1E;\n    --choc-warm:   #C4803A;\n    --vanilla:     #F5ECD4;\n    --vanilla-mid: #E8D4A0;\n    --strawberry:  #E87A8A;\n    --straw-deep:  #C04A5A;\n    --cream:       #FAF6EE;\n    --ink:         #2A1205;\n    --white:       #ffffff;\n  }\n\n  * { margin: 0; padding: 0; box-sizing: border-box; }\n\n  body {\n    font-family: 'DM Sans', sans-serif;\n    background: var(--cream);\n    color: var(--ink);\n    overflow-x: hidden;\n  }\n\n  body::before {\n    content: '';\n    position: fixed;\n    inset: 0;\n    background:\n      radial-gradient(ellipse 75% 50% at 10% 8%,  rgba(196,128,58,0.15) 0%, transparent 60%),\n      radial-gradient(ellipse 55% 65% at 92% 88%,  rgba(232,122,138,0.10) 0%, transparent 55%),\n      radial-gradient(ellipse 50% 40% at 55% 35%,  rgba(245,236,212,0.4)  0%, transparent 50%);\n    pointer-events: none;\n    z-index: 0;\n  }\n\n  .container {\n    max-width: 860px;\n    margin: 0 auto;\n    padding: 0 24px;\n    position: relative;\n    z-index: 1;\n  }\n\n  \/* BADGE *\/\n  .drop-badge {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    padding: 48px 0 24px;\n    animation: fadeDown 0.8s ease both;\n  }\n\n  .badge-pill {\n    font-family: 'DM Sans', sans-serif;\n    font-size: 10px;\n    font-weight: 500;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n    padding: 6px 14px;\n    border-radius: 100px;\n    white-space: nowrap;\n  }\n\n  \/* HERO *\/\n  .hero {\n    text-align: center;\n    padding-bottom: 16px;\n    animation: fadeDown 0.9s ease 0.1s both;\n  }\n\n  .hero-eyebrow {\n    font-family: 'Cormorant Garamond', serif;\n    font-style: italic;\n    font-size: 18px;\n    color: var(--choc-mid);\n    letter-spacing: 0.05em;\n    margin-bottom: 10px;\n  }\n\n  .hero-subtitle {\n    margin-top: 16px;\n    font-size: 13px;\n    color: var(--choc-mid);\n    font-weight: 300;\n    letter-spacing: 0.1em;\n    text-transform: uppercase;\n  }\n\n  \/* DIVIDER *\/\n  .divider {\n    display: flex;\n    align-items: center;\n    gap: 16px;\n    margin: 28px 0;\n    animation: fadeIn 1s ease 0.2s both;\n  }\n  .divider::before, .divider::after {\n    content: '';\n    flex: 1;\n    height: 1px;\n    background: linear-gradient(to right, transparent, var(--choc-warm), transparent);\n  }\n  .divider-icon { font-size: 15px; }\n\n  \/* HERO BANNER *\/\n  .hero-banner {\n    background: linear-gradient(135deg, #1A0800 0%, var(--choc-deep) 40%, var(--choc-mid) 100%);\n    border-radius: 16px;\n    padding: 32px 36px;\n    text-align: center;\n    margin-bottom: 32px;\n    animation: fadeUp 1s ease 0.3s both;\n    box-shadow: 0 12px 48px rgba(61,31,10,0.28);\n    position: relative;\n    overflow: hidden;\n  }\n\n  .hero-banner::before {\n    content: '';\n    position: absolute;\n    inset: 0;\n    background: repeating-linear-gradient(\n      45deg,\n      transparent,\n      transparent 30px,\n      rgba(196,128,58,0.04) 30px,\n      rgba(196,128,58,0.04) 31px\n    );\n    pointer-events: none;\n  }\n\n  .banner-count {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 52px;\n    font-weight: 300;\n    color: rgba(255,255,255,0.95);\n    line-height: 1;\n    margin-bottom: 4px;\n    letter-spacing: -0.02em;\n  }\n\n  .banner-eyebrow {\n    font-size: 10px;\n    letter-spacing: 0.25em;\n    text-transform: uppercase;\n    color: rgba(245,236,212,0.5);\n    font-weight: 500;\n    margin-bottom: 12px;\n  }\n\n  .banner-title {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 20px;\n    font-weight: 300;\n    font-style: italic;\n    color: var(--vanilla);\n    line-height: 1.45;\n    margin-bottom: 6px;\n  }\n\n  .banner-sub {\n    font-size: 13px;\n    color: rgba(245,236,212,0.55);\n    font-weight: 300;\n  }\n\n  \/* SECTION LABEL *\/\n  .section-label {\n    font-size: 10px;\n    letter-spacing: 0.2em;\n    text-transform: uppercase;\n    color: var(--choc-mid);\n    font-weight: 600;\n    margin-bottom: 20px;\n    display: flex;\n    align-items: center;\n    gap: 12px;\n  }\n  .section-label::after {\n    content: '';\n    flex: 1;\n    height: 1px;\n    background: linear-gradient(to right, var(--choc-warm), transparent);\n  }\n\n  \/* DESCRIPTION CARD *\/\n  .description-card {\n    background: rgba(255,255,255,0.75);\n    backdrop-filter: blur(16px);\n    border: 1px solid rgba(196,128,58,0.25);\n    border-radius: 20px;\n    padding: 40px 48px;\n    margin-bottom: 32px;\n    box-shadow: 0 8px 40px rgba(61,31,10,0.07);\n    animation: fadeUp 1s ease 0.4s both;\n  }\n\n  .desc-headline {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 28px;\n    font-weight: 400;\n    color: var(--choc-deep);\n    margin-bottom: 16px;\n    line-height: 1.3;\n  }\n\n  .desc-headline em { font-style: italic; color: var(--choc-warm); }\n\n  .desc-body {\n    font-size: 15px;\n    line-height: 1.85;\n    color: #5A3A1A;\n    font-weight: 300;\n  }\n\n  .desc-body strong { font-weight: 500; color: var(--choc-deep); }\n\n  \/* ITEMS *\/\n  .items-section {\n    margin-bottom: 32px;\n    animation: fadeUp 1s ease 0.5s both;\n  }\n\n  .items-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));\n    gap: 10px;\n  }\n\n  .item-pill {\n    background: rgba(255,255,255,0.78);\n    border: 1px solid rgba(196,128,58,0.25);\n    border-radius: 8px;\n    padding: 10px 16px;\n    font-size: 13px;\n    color: var(--ink);\n    font-weight: 400;\n    display: flex;\n    align-items: center;\n    gap: 9px;\n    transition: all 0.2s ease;\n    backdrop-filter: blur(8px);\n  }\n\n  .item-pill:hover {\n    background: rgba(255,255,255,0.98);\n    border-color: var(--choc-warm);\n    transform: translateY(-1px);\n    box-shadow: 0 4px 16px rgba(196,128,58,0.18);\n  }\n\n  .item-emoji { font-size: 14px; flex-shrink: 0; }\n\n  \/* VARIANTS *\/\n  .variants-section {\n    margin-bottom: 32px;\n    animation: fadeUp 1s ease 0.52s both;\n  }\n\n  \/* NEAPOLITAN STRIPE *\/\n  .neo-stripe {\n    display: grid;\n    grid-template-columns: 1fr 1fr 1fr;\n    border-radius: 14px;\n    overflow: hidden;\n    margin-bottom: 32px;\n    box-shadow: 0 8px 32px rgba(61,31,10,0.15);\n    animation: fadeUp 1s ease 0.45s both;\n  }\n\n  \/* REVIEWS *\/\n  .review-card {\n    background: #2A1205;\n    border: 1px solid rgba(196,128,58,0.4);\n    border-radius: 16px;\n    padding: 24px 28px;\n    margin-bottom: 12px;\n  }\n\n  .review-stars { font-size: 13px; margin-bottom: 8px; }\n\n  .review-text {\n    font-family: 'Cormorant Garamond', serif;\n    font-style: italic;\n    font-size: 16px;\n    color: #F5ECD4;\n    line-height: 1.65;\n    margin-bottom: 10px;\n  }\n\n  .review-author {\n    font-size: 11px;\n    font-weight: 600;\n    color: #C4803A;\n    letter-spacing: 0.06em;\n    text-transform: uppercase;\n  }\n\n  \/* FOR YOU IF *\/\n  .foryou-card {\n    background: linear-gradient(135deg, #C4803A 0%, #7B4A1E 100%);\n    border-radius: 20px;\n    padding: 32px 40px;\n    margin-bottom: 32px;\n    animation: fadeUp 1s ease 0.56s both;\n  }\n\n  .foryou-item {\n    display: flex;\n    align-items: flex-start;\n    gap: 12px;\n    font-size: 14px;\n    color: rgba(255,255,255,0.92);\n    font-weight: 300;\n    line-height: 1.65;\n    margin-bottom: 10px;\n  }\n\n  \/* TRUST *\/\n  .trust-grid {\n    display: grid;\n    grid-template-columns: repeat(3,1fr);\n    gap: 12px;\n    margin-bottom: 32px;\n    animation: fadeUp 1s ease 0.58s both;\n  }\n\n  .trust-item {\n    background: rgba(255,255,255,0.75);\n    border: 1px solid rgba(196,128,58,0.25);\n    border-radius: 12px;\n    padding: 16px;\n    text-align: center;\n    backdrop-filter: blur(8px);\n  }\n\n  .trust-icon { font-size: 22px; margin-bottom: 6px; }\n  .trust-label { font-size: 11px; font-weight: 600; color: var(--choc-mid); text-transform: uppercase; letter-spacing: 0.08em; }\n  .trust-sub { font-size: 11px; color: #9A7A5A; margin-top: 4px; }\n\n  \/* LIMITED BANNER *\/\n  .limited-banner {\n    background: linear-gradient(135deg, var(--choc-deep) 0%, var(--choc-mid) 100%);\n    border-radius: 16px;\n    padding: 26px 32px;\n    margin-bottom: 32px;\n    text-align: center;\n    animation: fadeUp 1s ease 0.6s both;\n    box-shadow: 0 8px 32px rgba(61,31,10,0.2);\n  }\n\n  .limited-title {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 22px;\n    font-weight: 300;\n    font-style: italic;\n    color: #ffffff;\n    margin-bottom: 6px;\n  }\n\n  .limited-sub {\n    font-size: 13px;\n    color: rgba(245,236,212,0.65);\n    font-weight: 300;\n  }\n\n  \/* FOOTER *\/\n  .footer-note {\n    text-align: center;\n    padding: 16px 0 56px;\n    animation: fadeUp 1s ease 0.62s both;\n  }\n\n  .footer-sub { font-size: 12px; color: var(--choc-warm); letter-spacing: 0.05em; }\n\n  \/* PETALS *\/\n  .petal {\n    position: fixed;\n    pointer-events: none;\n    opacity: 0;\n    z-index: 0;\n    animation: floatPetal linear infinite;\n  }\n\n  @keyframes floatPetal {\n    0%   { transform: translateY(-20px) rotate(0deg); opacity: 0; }\n    10%  { opacity: 0.3; }\n    90%  { opacity: 0.12; }\n    100% { transform: translateY(110vh) rotate(360deg); opacity: 0; }\n  }\n\n  @keyframes fadeDown { from { opacity: 0; transform: translateY(-16px); } to { opacity: 1; transform: translateY(0); } }\n  @keyframes fadeUp   { from { opacity: 0; transform: translateY(20px);  } to { opacity: 1; transform: translateY(0); } }\n  @keyframes fadeIn   { from { opacity: 0; }                               to { opacity: 1; } }\n\n  @media (max-width: 600px) {\n    .description-card, .foryou-card { padding: 28px 24px; }\n    .items-grid { grid-template-columns: 1fr 1fr; }\n    .trust-grid { grid-template-columns: 1fr 1fr 1fr; }\n    .neo-stripe { grid-template-columns: 1fr 1fr 1fr; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"petal\" style=\"left: 8%; animation-duration: 15s; animation-delay: 0s; font-size: 12px;\"\u003e🍫\u003c\/div\u003e\n\u003cdiv class=\"petal\" style=\"left: 22%; animation-duration: 19s; animation-delay: 3s; font-size: 10px;\"\u003e✨\u003c\/div\u003e\n\u003cdiv class=\"petal\" style=\"left: 45%; animation-duration: 13s; animation-delay: 6s; font-size: 9px;\"\u003e🍫\u003c\/div\u003e\n\u003cdiv class=\"petal\" style=\"left: 67%; animation-duration: 17s; animation-delay: 1s; font-size: 11px;\"\u003e🌸\u003c\/div\u003e\n\u003cdiv class=\"petal\" style=\"left: 83%; animation-duration: 21s; animation-delay: 8s; font-size: 9px;\"\u003e🍫\u003c\/div\u003e\n\u003cdiv class=\"petal\" style=\"left: 55%; animation-duration: 14s; animation-delay: 5s; font-size: 10px;\"\u003e✨\u003c\/div\u003e\n\u003cdiv class=\"container\"\u003e\n\u003c!-- BADGE --\u003e\n\u003cdiv class=\"drop-badge\"\u003e\n\u003cdiv style=\"display: flex; gap: 6px; align-items: center; justify-content: center; flex-wrap: nowrap; width: 100%;\"\u003e\n\u003cdiv class=\"badge-pill\" style=\"background: #F5ECD4; color: #3d1f0a; border: 1px solid rgba(196,128,58,0.3);\"\u003e🤍 Vanilla Cream\u003c\/div\u003e\n\u003cdiv class=\"badge-pill\" style=\"background: linear-gradient(135deg,#C4803A,#7B4A1E); color: #fff;\"\u003e🟫 Toffee Praline\u003c\/div\u003e\n\u003cdiv class=\"badge-pill\" style=\"background: linear-gradient(135deg,#E87A8A,#C04A5A); color: #fff;\"\u003e🩷 Strawberry Kiss\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- HERO --\u003e\n\u003cdiv class=\"hero\"\u003e\n\u003cdiv class=\"hero-eyebrow\"\u003eYou don't just read. You live inside books.\u003c\/div\u003e\n\u003cdiv class=\"hero-tagline\" style=\"font-size: 11px; font-weight: 500; letter-spacing: 0.22em; text-transform: uppercase; color: #7b4a1e; margin-bottom: 10px;\"\u003e21 items · $39.90 · 3 chocolate moods\u003c\/div\u003e\n\u003cdiv style=\"text-align: center; width: 100%; overflow: hidden;\"\u003e\n\u003cdiv style=\"font-family: 'Cormorant Garamond',serif; font-size: 56px; font-weight: 300; line-height: 0.9; display: inline-block; text-align: center; width: 100%;\"\u003e\n\u003cspan style=\"color: #3d1f0a; font-style: normal; text-transform: uppercase; letter-spacing: 0.04em;\"\u003eCHAPTER \u0026amp;\u003c\/span\u003e\u003cbr\u003e\u003cem style=\"color: #c4803a;\"\u003eChocolate Bundle\u003c\/em\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hero-subtitle\"\u003eWarm · Sweet · Made for the reader who indulges\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"divider\"\u003e\u003cspan class=\"divider-icon\"\u003e🍫\u003c\/span\u003e\u003c\/div\u003e\n\u003c!-- NEAPOLITAN STRIPE --\u003e\n\u003cdiv class=\"neo-stripe\"\u003e\n\u003cdiv style=\"background: linear-gradient(160deg,#FDFBF5,#F5ECD4); padding: 16px 10px; text-align: center;\"\u003e\n\u003cdiv style=\"font-size: 18px; margin-bottom: 4px;\"\u003e🤍\u003c\/div\u003e\n\u003cdiv style=\"font-family: 'Cormorant Garamond',serif; font-size: 14px; font-weight: 400; color: #3d1f0a;\"\u003eVanilla\u003cbr\u003eCream\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: linear-gradient(160deg,#D4904A,#7B4A1E); padding: 16px 10px; text-align: center;\"\u003e\n\u003cdiv style=\"font-size: 18px; margin-bottom: 4px;\"\u003e🟫\u003c\/div\u003e\n\u003cdiv style=\"font-family: 'Cormorant Garamond',serif; font-size: 14px; font-weight: 400; color: #ffffff;\"\u003eToffee\u003cbr\u003ePraline\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: linear-gradient(160deg,#F0A0B0,#C04A5A); padding: 16px 10px; text-align: center;\"\u003e\n\u003cdiv style=\"font-size: 18px; margin-bottom: 4px;\"\u003e🩷\u003c\/div\u003e\n\u003cdiv style=\"font-family: 'Cormorant Garamond',serif; font-size: 14px; font-weight: 400; color: #ffffff;\"\u003eStrawberry\u003cbr\u003eKiss\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- DESCRIPTION CARD --\u003e\n\u003cdiv class=\"description-card\"\u003e\n\u003ch2 class=\"desc-headline\"\u003eFor the reader who never apologizes for her stack, her snacks, or her \u003cem\u003estandards.\u003c\/em\u003e\n\u003c\/h2\u003e\n\u003cp class=\"desc-body\"\u003eThis isn't just a bookish bundle. This is \u003cstrong\u003e21 pieces of carefully chosen reading joy\u003c\/strong\u003e, wrapped in the warmth of your favorite chocolate — vanilla, milk, or strawberry.\u003cbr\u003e\u003cbr\u003eIf you dog-ear pages, annotate in three colors, and consider reading a personality trait — this bundle was made for you. 🍫\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- VALUE BANNER --\u003e\n\u003cdiv class=\"hero-banner\"\u003e\n\u003cdiv class=\"banner-count\"\u003e21\u003c\/div\u003e\n\u003cdiv class=\"banner-eyebrow\"\u003ecarefully chosen items inside every box\u003c\/div\u003e\n\u003cdiv class=\"banner-title\"\u003eOne very happy reader. Three chocolate moods.\u003c\/div\u003e\n\u003cdiv class=\"banner-sub\"\u003eSame 21 items across all variants · just pick your chocolate 🍫\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ITEMS --\u003e\n\u003cdiv class=\"items-section\"\u003e\n\u003cdiv class=\"section-label\"\u003eEverything inside your box\u003c\/div\u003e\n\u003cdiv style=\"background: rgba(196,128,58,0.07); border-left: 3px solid #C4803A; border-radius: 0 8px 8px 0; padding: 14px 18px; margin-bottom: 16px; font-size: 13px; color: #5a3a1a; line-height: 1.6;\"\u003eEvery item was chosen to make your reading life more beautiful, more organized, and a whole lot sweeter:\u003c\/div\u003e\n\u003cdiv class=\"items-grid\"\u003e\n\u003cdiv class=\"item-pill\"\u003e\n\u003cspan class=\"item-emoji\"\u003e📓\u003c\/span\u003eA6 Notebook\u003c\/div\u003e\n\u003cdiv class=\"item-pill\"\u003e\n\u003cspan class=\"item-emoji\"\u003e🍫\u003c\/span\u003eChocolate-Form Notebook\u003c\/div\u003e\n\u003cdiv class=\"item-pill\"\u003e\n\u003cspan class=\"item-emoji\"\u003e🍫\u003c\/span\u003eChocolate-Form Pen\u003c\/div\u003e\n\u003cdiv class=\"item-pill\"\u003e\n\u003cspan class=\"item-emoji\"\u003e🖊️\u003c\/span\u003eGel Pen\u003c\/div\u003e\n\u003cdiv class=\"item-pill\"\u003e\n\u003cspan class=\"item-emoji\"\u003e💎\u003c\/span\u003eDiamond Pen\u003c\/div\u003e\n\u003cdiv class=\"item-pill\"\u003e\n\u003cspan class=\"item-emoji\"\u003e🖍️\u003c\/span\u003eHighlighter\u003c\/div\u003e\n\u003cdiv class=\"item-pill\"\u003e\n\u003cspan class=\"item-emoji\"\u003e💡\u003c\/span\u003eUSB Reading Light\u003c\/div\u003e\n\u003cdiv class=\"item-pill\"\u003e\n\u003cspan class=\"item-emoji\"\u003e🪡\u003c\/span\u003eClothespin\u003c\/div\u003e\n\u003cdiv class=\"item-pill\"\u003e\n\u003cspan class=\"item-emoji\"\u003e🌺\u003c\/span\u003eFrangipani Flower Hair Clip\u003c\/div\u003e\n\u003cdiv class=\"item-pill\"\u003e\n\u003cspan class=\"item-emoji\"\u003e💛\u003c\/span\u003eMetallic Heart-Shaped Page Holder\u003c\/div\u003e\n\u003cdiv class=\"item-pill\"\u003e\n\u003cspan class=\"item-emoji\"\u003e🗂️\u003c\/span\u003eSticky Tabs\u003c\/div\u003e\n\u003cdiv class=\"item-pill\"\u003e\n\u003cspan class=\"item-emoji\"\u003e🔖\u003c\/span\u003e2 Bookmarks\u003c\/div\u003e\n\u003cdiv class=\"item-pill\"\u003e\n\u003cspan class=\"item-emoji\"\u003e📝\u003c\/span\u003eBook Review Card\u003c\/div\u003e\n\u003cdiv class=\"item-pill\"\u003e\n\u003cspan class=\"item-emoji\"\u003e📋\u003c\/span\u003eReading Log\u003c\/div\u003e\n\u003cdiv class=\"item-pill\"\u003e\n\u003cspan class=\"item-emoji\"\u003e🗂️\u003c\/span\u003eMesh Case\u003c\/div\u003e\n\u003cdiv class=\"item-pill\"\u003e\n\u003cspan class=\"item-emoji\"\u003e🌸\u003c\/span\u003eTransparent Sticker Sheet\u003c\/div\u003e\n\u003cdiv class=\"item-pill\"\u003e\n\u003cspan class=\"item-emoji\"\u003e💬\u003c\/span\u003eQuote Sticker Sheet\u003c\/div\u003e\n\u003cdiv class=\"item-pill\"\u003e\n\u003cspan class=\"item-emoji\"\u003e🎀\u003c\/span\u003eCute Sticker Sheet\u003c\/div\u003e\n\u003cdiv class=\"item-pill\"\u003e\n\u003cspan class=\"item-emoji\"\u003e🌸\u003c\/span\u003e3 Transparent Stickers\u003c\/div\u003e\n\u003cdiv class=\"item-pill\"\u003e\n\u003cspan class=\"item-emoji\"\u003e🟫\u003c\/span\u003e3 Rectangular Moody Stickers\u003c\/div\u003e\n\u003cdiv class=\"item-pill\"\u003e\n\u003cspan class=\"item-emoji\"\u003e📚\u003c\/span\u003eBook Tracker\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- REVIEWS --\u003e\n\u003cdiv style=\"margin-bottom: 32px; animation: fadeUp 1s ease 0.54s both;\"\u003e\n\u003cdiv class=\"section-label\"\u003eWhat our readers are saying 🍫\u003c\/div\u003e\n\u003cdiv class=\"review-card\"\u003e\n\u003cdiv class=\"review-stars\"\u003e⭐⭐⭐⭐⭐\u003c\/div\u003e\n\u003cdiv class=\"review-text\"\u003e\"I ordered the Strawberry Kiss for myself and honestly it felt like opening a gift. Every single item was so thoughtful and aesthetic — the chocolate pen alone made me smile for a week. I've already ordered the Vanilla Cream for my best friend.\"\u003c\/div\u003e\n\u003cdiv class=\"review-author\"\u003e— Jessica M., verified buyer\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"review-card\"\u003e\n\u003cdiv class=\"review-stars\"\u003e⭐⭐⭐⭐⭐\u003c\/div\u003e\n\u003cdiv class=\"review-text\"\u003e\"I was looking for a gift for my mom who reads constantly and this was perfect. She texted me the moment she opened it saying it was the best gift she'd ever received. The quality is so much better than I expected for the price.\"\u003c\/div\u003e\n\u003cdiv class=\"review-author\"\u003e— Sarah K., verified buyer\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"review-card\"\u003e\n\u003cdiv class=\"review-stars\"\u003e⭐⭐⭐⭐⭐\u003c\/div\u003e\n\u003cdiv class=\"review-text\"\u003e\"The Toffee Praline bundle is everything. The mesh case, the bookmarks, the stickers — it all came together so beautifully. YOURBOOKISH really gets book lovers. I'll be back for every new bundle they drop.\"\u003c\/div\u003e\n\u003cdiv class=\"review-author\"\u003e— Rachel T., verified buyer\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FOR YOU IF --\u003e\n\u003cdiv class=\"foryou-card\"\u003e\n\u003cdiv class=\"section-label\" style=\"color: rgba(255,255,255,0.7);\"\u003eThis bundle is for you if\u003c\/div\u003e\n\u003cdiv class=\"foryou-item\"\u003e\n\u003cspan\u003e📚\u003c\/span\u003e\u003cspan\u003eYou treat reading like a lifestyle, not just a hobby\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"foryou-item\"\u003e\n\u003cspan\u003e🎁\u003c\/span\u003e\u003cspan\u003eYou want a gift that actually lands — every single time\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"foryou-item\"\u003e\n\u003cspan\u003e🍫\u003c\/span\u003e\u003cspan\u003eYou believe books and chocolate are life's two greatest pleasures\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"foryou-item\" style=\"margin-bottom: 0;\"\u003e\n\u003cspan\u003e✨\u003c\/span\u003e\u003cspan\u003eYou deserve beautiful things that make your reading corner feel complete\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- TRUST --\u003e\n\u003cdiv class=\"trust-grid\"\u003e\n\u003cdiv class=\"trust-item\"\u003e\n\u003cdiv class=\"trust-icon\"\u003e🫶🏻\u003c\/div\u003e\n\u003cdiv class=\"trust-label\"\u003ePacked with love\u003c\/div\u003e\n\u003cdiv class=\"trust-sub\"\u003eEvery box hand-packed\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"trust-item\"\u003e\n\u003cdiv class=\"trust-icon\"\u003e📦\u003c\/div\u003e\n\u003cdiv class=\"trust-label\"\u003eGift-ready\u003c\/div\u003e\n\u003cdiv class=\"trust-sub\"\u003eNo wrapping needed\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"trust-item\"\u003e\n\u003cdiv class=\"trust-icon\"\u003e🍫\u003c\/div\u003e\n\u003cdiv class=\"trust-label\"\u003e3 variants\u003c\/div\u003e\n\u003cdiv class=\"trust-sub\"\u003ePick your mood\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FINAL BANNER --\u003e\n\u003cdiv class=\"limited-banner\"\u003e\n\u003cdiv class=\"limited-title\"\u003eDon't just read — indulge.\u003c\/div\u003e\n\u003cdiv class=\"limited-sub\"\u003eYour chapter. Your chocolate. Your bundle. 🍫🩷\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FOOTER --\u003e\n\u003cdiv class=\"footer-note\"\u003e\n\u003cdiv class=\"footer-sub\"\u003e🍫 Chapter \u0026amp; Chocolate Bundle · 21 Items · 3 Variants · $39.90 · Ships with love\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"YOURBOOKISH.COM","offers":[{"title":"🟫 Toffee Praline","offer_id":48469749956791,"sku":null,"price":39.9,"currency_code":"USD","in_stock":false},{"title":"🤍 Vanilla Cream","offer_id":48469749989559,"sku":null,"price":39.9,"currency_code":"USD","in_stock":false},{"title":"🩷 Strawberry Kiss","offer_id":48469750284471,"sku":null,"price":39.9,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0688\/3999\/7623\/files\/3_fbcf2c15-fc05-4f96-99ce-2afade5e63eb.png?v=1778897717","url":"https:\/\/yourbookish.com\/products\/chapter-bookish-bundle","provider":"YOURBOOKISH.COM","version":"1.0","type":"link"}