{"product_id":"summertime-bookish-bundle","title":"Summertime Bookish Bundle 🌺 NEW ✦ Limited Edition","description":"\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\n\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e\n\u003clink 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\" rel=\"stylesheet\"\u003e\n\n\u003cstyle\u003e\n  :root {\n    --ocean:      #6AACCC;\n    --ocean-pale: #C8E4F4;\n    --ocean-deep: #2A6A8A;\n    --coral:      #E87A6A;\n    --coral-pale: #FAD4CC;\n    --coral-deep: #C04A3A;\n    --sand:       #F5EED8;\n    --gold:       #C9A464;\n    --cream:      #FAF8F2;\n    --ink:        #1A2A1A;\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(106,172,204,0.18) 0%, transparent 60%),\n      radial-gradient(ellipse 55% 65% at 92% 88%,  rgba(232,122,106,0.12) 0%, transparent 55%),\n      radial-gradient(ellipse 50% 40% at 55% 35%,  rgba(245,238,216,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    background: linear-gradient(135deg, var(--ocean-deep) 0%, var(--ocean) 100%);\n    color: var(--white);\n    font-family: 'DM Sans', sans-serif;\n    font-size: 10px;\n    font-weight: 500;\n    letter-spacing: 0.2em;\n    text-transform: uppercase;\n    padding: 6px 20px;\n    border-radius: 100px;\n    border: 1px solid rgba(106,172,204,0.3);\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(--ocean-deep);\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(--ocean-deep);\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(--ocean), transparent);\n  }\n  .divider-icon { font-size: 15px; color: var(--ocean); }\n\n  \/* HERO BANNER *\/\n  .hero-banner {\n    background: linear-gradient(135deg, #1A4A6A 0%, var(--ocean-deep) 40%, var(--ocean) 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(42,106,138,0.25);\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(255,255,255,0.03) 30px,\n      rgba(255,255,255,0.03) 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(255,255,255,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: rgba(255,255,255,0.9);\n    line-height: 1.45;\n    margin-bottom: 6px;\n  }\n\n  .banner-sub {\n    font-size: 13px;\n    color: rgba(255,255,255,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(--ocean-deep);\n    font-weight: 500;\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(--ocean), 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(106,172,204,0.25);\n    border-radius: 20px;\n    padding: 40px 48px;\n    margin-bottom: 32px;\n    box-shadow: 0 8px 40px rgba(42,106,138,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(--ink);\n    margin-bottom: 16px;\n    line-height: 1.3;\n  }\n\n  .desc-headline em { font-style: italic; color: var(--ocean-deep); }\n\n  .desc-body {\n    font-size: 15px;\n    line-height: 1.85;\n    color: #3A4A5A;\n    font-weight: 300;\n  }\n\n  .desc-body strong { font-weight: 500; color: var(--ink); }\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(106,172,204,0.3);\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    justify-content: space-between;\n    gap: 8px;\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(--ocean);\n    transform: translateY(-1px);\n    box-shadow: 0 4px 16px rgba(106,172,204,0.2);\n  }\n\n  .item-left {\n    display: flex;\n    align-items: center;\n    gap: 9px;\n  }\n\n  .item-emoji { font-size: 14px; flex-shrink: 0; }\n\n  .item-badge {\n    font-size: 10px;\n    color: var(--coral);\n    font-weight: 600;\n    letter-spacing: 0.04em;\n    white-space: nowrap;\n    flex-shrink: 0;\n  }\n\n  \/* VARIANTS *\/\n  .variants-section {\n    margin-bottom: 32px;\n    animation: fadeUp 1s ease 0.52s both;\n  }\n\n  .variants-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 16px;\n  }\n\n  .variant-card {\n    border-radius: 16px;\n    padding: 26px;\n    cursor: pointer;\n    transition: transform 0.2s ease, box-shadow 0.2s ease;\n  }\n\n  .variant-card:hover {\n    transform: translateY(-2px);\n    box-shadow: 0 12px 40px rgba(0,0,0,0.15);\n  }\n\n  .variant-card.ocean {\n    background: linear-gradient(135deg, #daeeff 0%, #a8d4f0 50%, var(--ocean) 100%);\n    border: 1px solid rgba(106,172,204,0.5);\n  }\n\n  .variant-card.coral {\n    background: linear-gradient(135deg, #fde8e4 0%, #f5b8a8 50%, var(--coral) 100%);\n    border: 1px solid rgba(232,122,106,0.5);\n  }\n\n  .variant-name {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 22px;\n    font-weight: 400;\n    margin-bottom: 4px;\n    line-height: 1.1;\n  }\n\n  .variant-card.ocean .variant-name { color: #0A2A3A; }\n  .variant-card.coral .variant-name { color: #3A0A0A; }\n\n  .variant-desc {\n    font-size: 12px;\n    font-weight: 400;\n    letter-spacing: 0.03em;\n    line-height: 1.5;\n  }\n\n  .variant-card.ocean .variant-desc { color: var(--ocean-deep); }\n  .variant-card.coral .variant-desc { color: var(--coral-deep); }\n\n  .variant-swatch {\n    display: flex;\n    gap: 5px;\n    margin-top: 14px;\n  }\n\n  .swatch {\n    height: 6px;\n    border-radius: 3px;\n    flex: 1;\n  }\n\n  \/* LIMITED BANNER *\/\n  .limited-banner {\n    background: linear-gradient(135deg, var(--coral-deep) 0%, var(--coral) 50%, #F5A090 100%);\n    border-radius: 16px;\n    padding: 26px 32px;\n    text-align: center;\n    margin-bottom: 32px;\n    animation: fadeUp 1s ease 0.55s both;\n    box-shadow: 0 8px 32px rgba(192,74,58,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(255,255,255,0.75);\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.6s both;\n  }\n\n  .footer-sub {\n    font-size: 12px;\n    color: var(--ocean);\n    letter-spacing: 0.05em;\n  }\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 {\n    from { opacity: 0; transform: translateY(-16px); }\n    to   { opacity: 1; transform: translateY(0); }\n  }\n  @keyframes fadeUp {\n    from { opacity: 0; transform: translateY(20px); }\n    to   { opacity: 1; transform: translateY(0); }\n  }\n  @keyframes fadeIn {\n    from { opacity: 0; }\n    to   { opacity: 1; }\n  }\n\n  @media (max-width: 600px) {\n    .description-card { padding: 28px 24px; }\n    .items-grid { grid-template-columns: 1fr 1fr; }\n    .variants-grid { grid-template-columns: 1fr; }\n    .hero-banner { padding: 24px 20px; }\n  }\n\u003c\/style\u003e\n\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:4s;font-size:10px;\"\u003e🌊\u003c\/div\u003e\n\n\u003cdiv class=\"container\"\u003e\n\n  \u003c!-- BADGE --\u003e\n  \u003cdiv class=\"drop-badge\"\u003e\n    \u003cdiv style=\"display:flex;gap:8px;align-items:center;\"\u003e\n      \u003cdiv class=\"badge-pill\" style=\"background:#2A6A8A;\"\u003e🩵 Limited May Collection\u003c\/div\u003e\n      \u003cdiv class=\"badge-pill\" style=\"background:#C04A3A;\"\u003e🩷 18 Items\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- HERO --\u003e\n  \u003cdiv class=\"hero\"\u003e\n    \u003cdiv class=\"hero-eyebrow\"\u003eYour summer TBR deserves more than a plain bookmark.\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:#2A6A8A;font-style:normal;text-transform:uppercase;letter-spacing:0.04em;\"\u003eSUMMER\u003c\/span\u003e\u003cspan style=\"color:#C04A3A;font-style:normal;text-transform:uppercase;letter-spacing:0.04em;\"\u003eTIME\u003c\/span\u003e\u003cbr\u003e\n        \u003cspan style=\"color:#6AACCC;font-style:italic;\"\u003eBookish \u003c\/span\u003e\u003cem style=\"color:#E87A6A;\"\u003eBundle\u003c\/em\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"hero-subtitle\"\u003eSoft textures · Tropical florals · Vibrant colors\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003cspan class=\"divider-icon\"\u003e✦\u003c\/span\u003e\u003c\/div\u003e\n\n  \u003c!-- 1. HOOK — emotional entry --\u003e\n  \u003cdiv class=\"description-card\" style=\"margin-bottom:28px;\"\u003e\n    \u003ch2 class=\"desc-headline\"\u003eImagine your perfect \u003cem\u003esummer reading day.\u003c\/em\u003e\n\u003c\/h2\u003e\n    \u003cp class=\"desc-body\"\u003e\n      You're somewhere warm. Pages turning. Reading setup looking exactly the way you always pictured it.\u003cbr\u003e\u003cbr\u003e\n      The \u003cstrong\u003eSummertime Bookish Bundle\u003c\/strong\u003e makes that happen — 18 carefully chosen bookish pieces, soft tropical textures, vibrant summer colors. Every item earned its place. 🌺\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 2. COLOR CHOICE + SCARCITY — decision starts here --\u003e\n  \u003cdiv class=\"variants-section\"\u003e\n    \u003cdiv class=\"section-label\"\u003eChoose your summer aesthetic\u003c\/div\u003e\n    \u003cdiv class=\"variants-grid\"\u003e\n      \u003cdiv class=\"variant-card ocean\"\u003e\n        \u003cdiv style=\"display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:8px;\"\u003e\n          \u003cdiv class=\"variant-name\"\u003e🩵 Ocean Breeze\u003c\/div\u003e\n          \u003cdiv style=\"background:#2A6A8A;color:#ffffff;font-family:'DM Sans',sans-serif;font-size:10px;font-weight:700;letter-spacing:0.1em;text-transform:uppercase;padding:4px 10px;border-radius:6px;white-space:nowrap;flex-shrink:0;margin-left:8px;margin-top:4px;\"\u003e30 Boxes Total\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"variant-desc\"\u003eCool blue with coastal energy — fresh, airy \u0026amp; dreamy\u003c\/div\u003e\n        \u003cdiv style=\"background:rgba(42,106,138,0.1);border:1px solid rgba(42,106,138,0.25);border-radius:8px;padding:8px 12px;margin-top:12px;font-family:'DM Sans',sans-serif;font-size:12px;color:#2A6A8A;font-weight:500;\"\u003e\n          ⚡ Capped at 30 boxes — no restock once sold out\n        \u003c\/div\u003e\n        \u003cdiv class=\"variant-swatch\" style=\"margin-top:12px;\"\u003e\n          \u003cdiv class=\"swatch\" style=\"background:#daeeff;\"\u003e\u003c\/div\u003e\n          \u003cdiv class=\"swatch\" style=\"background:#6AACCC;\"\u003e\u003c\/div\u003e\n          \u003cdiv class=\"swatch\" style=\"background:#2A6A8A;\"\u003e\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"variant-card coral\"\u003e\n        \u003cdiv style=\"display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:8px;\"\u003e\n          \u003cdiv class=\"variant-name\"\u003e🩷 Coral Sunset\u003c\/div\u003e\n          \u003cdiv style=\"background:#C04A3A;color:#ffffff;font-family:'DM Sans',sans-serif;font-size:10px;font-weight:700;letter-spacing:0.1em;text-transform:uppercase;padding:4px 10px;border-radius:6px;white-space:nowrap;flex-shrink:0;margin-left:8px;margin-top:4px;\"\u003e30 Boxes Total\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"variant-desc\"\u003eWarm pink with golden hour tones — soft, vibrant \u0026amp; radiant\u003c\/div\u003e\n        \u003cdiv style=\"background:rgba(192,74,58,0.1);border:1px solid rgba(192,74,58,0.25);border-radius:8px;padding:8px 12px;margin-top:12px;font-family:'DM Sans',sans-serif;font-size:12px;color:#C04A3A;font-weight:500;\"\u003e\n          ⚡ Capped at 30 boxes — no restock once sold out\n        \u003c\/div\u003e\n        \u003cdiv class=\"variant-swatch\" style=\"margin-top:12px;\"\u003e\n          \u003cdiv class=\"swatch\" style=\"background:#fde8e4;\"\u003e\u003c\/div\u003e\n          \u003cdiv class=\"swatch\" style=\"background:#E87A6A;\"\u003e\u003c\/div\u003e\n          \u003cdiv class=\"swatch\" style=\"background:#C04A3A;\"\u003e\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 3. PHOTOS — shoppers decide with eyes, show early --\u003e\n  \u003cdiv style=\"margin-bottom:12px;\"\u003e\n    \u003cdiv class=\"section-label\"\u003eSee what's inside\u003c\/div\u003e\n    \u003cdiv style=\"border-radius:16px;overflow:hidden;box-shadow:0 8px 32px rgba(42,106,138,0.12);margin-bottom:12px;\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0688\/3999\/7623\/files\/3884d7744eb283a978bb7519e68bde8579acb76aaa29d9b594d817a0b9b9581f.png?v=1777653489\" alt=\"Summertime Bookish Bundle — Ocean Breeze \u0026amp; Coral Sunset\" width=\"100%\" style=\"display:block;width:100%;border-radius:16px;object-fit:cover;\"\u003e\n    \u003c\/div\u003e\n    \u003cdiv style=\"display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:32px;\"\u003e\n      \u003cdiv style=\"border-radius:14px;overflow:hidden;box-shadow:0 6px 24px rgba(42,106,138,0.12);\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0688\/3999\/7623\/files\/IMG_7459.jpg?v=1777653558\" alt=\"Ocean Breeze flat lay\" width=\"100%\" style=\"display:block;width:100%;border-radius:14px 14px 0 0;object-fit:cover;\"\u003e\n        \u003cdiv style=\"background:#2A6A8A;padding:12px;text-align:center;\"\u003e\n          \u003cp style=\"font-family:'Cormorant Garamond',serif;font-size:16px;color:#ffffff;margin:0;\"\u003e🩵 Ocean Breeze\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv style=\"border-radius:14px;overflow:hidden;box-shadow:0 6px 24px rgba(192,74,58,0.12);\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0688\/3999\/7623\/files\/IMG_7482.jpg?v=1777653556\" alt=\"Coral Sunset flat lay\" width=\"100%\" style=\"display:block;width:100%;border-radius:14px 14px 0 0;object-fit:cover;\"\u003e\n        \u003cdiv style=\"background:#C04A3A;padding:12px;text-align:center;\"\u003e\n          \u003cp style=\"font-family:'Cormorant Garamond',serif;font-size:16px;color:#ffffff;margin:0;\"\u003e🩷 Coral Sunset\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 4. VALUE PROOF — justify the purchase --\u003e\n  \u003cdiv class=\"hero-banner\" style=\"background:linear-gradient(135deg,#1A4A6A 0%,#2A6A8A 40%,#6AACCC 100%);\"\u003e\n    \u003cdiv class=\"banner-count\"\u003e18\u003c\/div\u003e\n    \u003cdiv class=\"banner-eyebrow\"\u003epremium items inside every box\u003c\/div\u003e\n    \u003cdiv class=\"banner-title\"\u003eCurated for long beach days and cozy reading nights.\u003c\/div\u003e\n    \u003cdiv class=\"banner-sub\"\u003e60 boxes total · 30 per color · no restocks · packed with love ☀️\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 5. ITEMS — what exactly they get --\u003e\n  \u003cdiv class=\"items-section\"\u003e\n    \u003cdiv class=\"section-label\"\u003eEverything inside your box\u003c\/div\u003e\n    \u003cdiv style=\"background:rgba(106,172,204,0.08);border-left:3px solid #6AACCC;border-radius:0 8px 8px 0;padding:14px 18px;margin-bottom:16px;font-family:'DM Sans',sans-serif;font-size:13px;color:#2A6A8A;line-height:1.6;\"\u003e\n      Every item was chosen to do something for you — not just fill the box. Here's what's inside:\n    \u003c\/div\u003e\n    \u003cdiv class=\"items-grid\"\u003e\n      \u003cdiv class=\"item-pill\"\u003e\u003cdiv class=\"item-left\"\u003e\n\u003cspan class=\"item-emoji\"\u003e📓\u003c\/span\u003eA6 Soft Cloth Notebook\u003c\/div\u003e\u003c\/div\u003e\n      \u003cdiv class=\"item-pill\"\u003e\u003cdiv class=\"item-left\"\u003e\n\u003cspan class=\"item-emoji\"\u003e📝\u003c\/span\u003eLarge Pencil Case\u003c\/div\u003e\u003c\/div\u003e\n      \u003cdiv class=\"item-pill\"\u003e\u003cdiv class=\"item-left\"\u003e\n\u003cspan class=\"item-emoji\"\u003e🔖\u003c\/span\u003eSticky Tab Set\u003c\/div\u003e\u003c\/div\u003e\n      \u003cdiv class=\"item-pill\"\u003e\u003cdiv class=\"item-left\"\u003e\n\u003cspan class=\"item-emoji\"\u003e📋\u003c\/span\u003eBook Review Sheet\u003c\/div\u003e\u003c\/div\u003e\n      \u003cdiv class=\"item-pill\"\u003e\n\u003cdiv class=\"item-left\"\u003e\n\u003cspan class=\"item-emoji\"\u003e📄\u003c\/span\u003eSticky Quote Sheets\u003c\/div\u003e\n\u003cspan class=\"item-badge\"\u003e×2\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"item-pill\"\u003e\u003cdiv class=\"item-left\"\u003e\n\u003cspan class=\"item-emoji\"\u003e📖\u003c\/span\u003eReading Log\u003c\/div\u003e\u003c\/div\u003e\n      \u003cdiv class=\"item-pill\"\u003e\u003cdiv class=\"item-left\"\u003e\n\u003cspan class=\"item-emoji\"\u003e🌺\u003c\/span\u003eFrangipani Hair Clip\u003c\/div\u003e\u003c\/div\u003e\n      \u003cdiv class=\"item-pill\"\u003e\n\u003cdiv class=\"item-left\"\u003e\n\u003cspan class=\"item-emoji\"\u003e🌸\u003c\/span\u003eFlower Bookmark\u003c\/div\u003e\n\u003cspan class=\"item-badge\"\u003eNEW\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"item-pill\"\u003e\u003cdiv class=\"item-left\"\u003e\n\u003cspan class=\"item-emoji\"\u003e💡\u003c\/span\u003eUSB Reading Light\u003c\/div\u003e\u003c\/div\u003e\n      \u003cdiv class=\"item-pill\"\u003e\u003cdiv class=\"item-left\"\u003e\n\u003cspan class=\"item-emoji\"\u003e✏️\u003c\/span\u003eCorrection Tape\u003c\/div\u003e\u003c\/div\u003e\n      \u003cdiv class=\"item-pill\"\u003e\u003cdiv class=\"item-left\"\u003e\n\u003cspan class=\"item-emoji\"\u003e🎨\u003c\/span\u003eSticker Pack (6 designs)\u003c\/div\u003e\u003c\/div\u003e\n      \u003cdiv class=\"item-pill\"\u003e\u003cdiv class=\"item-left\"\u003e\n\u003cspan class=\"item-emoji\"\u003e🖊️\u003c\/span\u003eGolden Pen Holder\u003c\/div\u003e\u003c\/div\u003e\n      \u003cdiv class=\"item-pill\"\u003e\u003cdiv class=\"item-left\"\u003e\n\u003cspan class=\"item-emoji\"\u003e💛\u003c\/span\u003eHeart-Shaped Gold Page Clip\u003c\/div\u003e\u003c\/div\u003e\n      \u003cdiv class=\"item-pill\"\u003e\u003cdiv class=\"item-left\"\u003e\n\u003cspan class=\"item-emoji\"\u003e🖋️\u003c\/span\u003eGel Pen\u003c\/div\u003e\u003c\/div\u003e\n      \u003cdiv class=\"item-pill\"\u003e\u003cdiv class=\"item-left\"\u003e\n\u003cspan class=\"item-emoji\"\u003e✍️\u003c\/span\u003eHighlighter\u003c\/div\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 6. GIFT ANGLE — expand the buyer pool --\u003e\n  \u003cdiv class=\"description-card\" style=\"margin-bottom:28px;border-color:rgba(232,122,106,0.25);\"\u003e\n    \u003ch2 class=\"desc-headline\" style=\"font-size:22px;\"\u003eThe gift that actually \u003cem\u003elands.\u003c\/em\u003e\n\u003c\/h2\u003e\n    \u003cp class=\"desc-body\"\u003e\n      Know a reader who deserves something beautiful this summer? Arrives ready to gift — no wrapping required. Pick their color, add to cart, done.\u003cbr\u003e\u003cbr\u003e\n      Perfect for: birthdays · just because · summer send-offs · anyone with a TBR that needs celebrating 🌺\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 7. TRUST BLOCK — remove objections --\u003e\n  \u003cdiv style=\"display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:32px;\"\u003e\n    \u003cdiv style=\"background:rgba(255,255,255,0.75);border:1px solid rgba(106,172,204,0.25);border-radius:12px;padding:16px;text-align:center;backdrop-filter:blur(8px);\"\u003e\n      \u003cdiv style=\"font-size:22px;margin-bottom:6px;\"\u003e🫶🏻\u003c\/div\u003e\n      \u003cdiv style=\"font-family:'DM Sans',sans-serif;font-size:11px;font-weight:600;color:#2A6A8A;text-transform:uppercase;letter-spacing:0.08em;\"\u003ePacked with love\u003c\/div\u003e\n      \u003cdiv style=\"font-size:11px;color:#6A8A9A;margin-top:4px;\"\u003eEvery box hand-packed\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv style=\"background:rgba(255,255,255,0.75);border:1px solid rgba(106,172,204,0.25);border-radius:12px;padding:16px;text-align:center;backdrop-filter:blur(8px);\"\u003e\n      \u003cdiv style=\"font-size:22px;margin-bottom:6px;\"\u003e📦\u003c\/div\u003e\n      \u003cdiv style=\"font-family:'DM Sans',sans-serif;font-size:11px;font-weight:600;color:#2A6A8A;text-transform:uppercase;letter-spacing:0.08em;\"\u003eGift-ready box\u003c\/div\u003e\n      \u003cdiv style=\"font-size:11px;color:#6A8A9A;margin-top:4px;\"\u003eNo wrapping needed\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv style=\"background:rgba(255,255,255,0.75);border:1px solid rgba(106,172,204,0.25);border-radius:12px;padding:16px;text-align:center;backdrop-filter:blur(8px);\"\u003e\n      \u003cdiv style=\"font-size:22px;margin-bottom:6px;\"\u003e⚡\u003c\/div\u003e\n      \u003cdiv style=\"font-family:'DM Sans',sans-serif;font-size:11px;font-weight:600;color:#C04A3A;text-transform:uppercase;letter-spacing:0.08em;\"\u003e60 boxes only\u003c\/div\u003e\n      \u003cdiv style=\"font-size:11px;color:#6A8A9A;margin-top:4px;\"\u003eNo restock ever\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 8. SOCIAL PROOF — real customers build trust --\u003e\n  \u003cdiv style=\"margin-bottom:32px;\"\u003e\n    \u003cdiv class=\"section-label\"\u003eOur bookish fam loves their bundles 🌸\u003c\/div\u003e\n    \u003cdiv style=\"background:rgba(106,172,204,0.06);border:1px solid rgba(106,172,204,0.2);border-radius:12px;padding:12px 16px;margin-bottom:16px;font-family:'DM Sans',sans-serif;font-size:13px;color:#2A6A8A;text-align:center;\"\u003e\n      ⭐⭐⭐⭐⭐   Real photos from our customers — from our other bookish bundles\n    \u003c\/div\u003e\n    \u003cdiv style=\"display:flex;flex-direction:column;gap:12px;\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0688\/3999\/7623\/files\/IMG_7582.jpg?v=1777653365\" alt=\"Customer review\" style=\"display:block;width:100%;height:auto;border-radius:12px;\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0688\/3999\/7623\/files\/IMG_7585.jpg?v=1777653364\" alt=\"Customer review\" style=\"display:block;width:100%;height:auto;border-radius:12px;\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0688\/3999\/7623\/files\/IMG_7583.jpg?v=1777653365\" alt=\"Customer review\" style=\"display:block;width:100%;height:auto;border-radius:12px;\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0688\/3999\/7623\/files\/IMG_7584.jpg?v=1777653364\" alt=\"Customer review\" style=\"display:block;width:100%;height:auto;border-radius:12px;\"\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 9. MICRO-CTA — last nudge before final push --\u003e\n  \u003cdiv style=\"text-align:center;margin-bottom:24px;\"\u003e\n    \u003cp style=\"font-family:'Cormorant Garamond',serif;font-style:italic;font-size:20px;color:#2A6A8A;margin-bottom:6px;\"\u003eStill thinking about it?\u003c\/p\u003e\n    \u003cp style=\"font-family:'DM Sans',sans-serif;font-size:13px;color:#6A8A9A;font-weight:300;\"\u003e60 boxes were made. Once your color sells out, it's gone for good — there's no second batch. 🌺\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 10. SCARCITY BANNER — final push --\u003e\n  \u003cdiv class=\"limited-banner\"\u003e\n    \u003cdiv class=\"limited-title\"\u003e60 boxes made. 30 per color. That's the entire run.\u003c\/div\u003e\n    \u003cdiv class=\"limited-sub\"\u003eNo restock · No second drop · Grab yours before your color sells out ☀️\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- FOOTER --\u003e\n  \u003cdiv class=\"footer-note\"\u003e\n    \u003cdiv class=\"footer-sub\"\u003e🌺 Summertime Bookish Bundle · 18 Items · Limited May Collection · Ships with love\u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"YOURBOOKISH.COM","offers":[{"title":"🩷 Coral Sunset","offer_id":48427847614647,"sku":null,"price":55.0,"currency_code":"USD","in_stock":false},{"title":"🩵 Ocean Breeze","offer_id":48427847581879,"sku":null,"price":55.0,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0688\/3999\/7623\/files\/97b04c8f6bd90f99e484f6c9fff1f5979eec77c50e32c5b4bf082e8dd2f4ebcf.png?v=1777653391","url":"https:\/\/yourbookish.com\/products\/summertime-bookish-bundle","provider":"YOURBOOKISH.COM","version":"1.0","type":"link"}