{"product_id":"the-inkwell-quill-feather-dip-pen-set","title":"The Inkwell Quill - Feather Dip Pen Set 🪶","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    --ink:        #1A1410;\n    --quill:      #2C2018;\n    --parchment:  #F5EFE0;\n    --aged:       #E8DCC8;\n    --gold:       #B8956A;\n    --gold-light: #D4B078;\n    --sepia:      #8B6914;\n    --feather:    #6B5A3A;\n    --cream:      #FAF6EE;\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 80% 55% at 10% 5%,  rgba(184,149,106,0.12) 0%, transparent 60%),\n      radial-gradient(ellipse 60% 65% at 92% 90%,  rgba(44,32,24,0.08)   0%, transparent 55%),\n      radial-gradient(ellipse 50% 40% at 55% 35%,  rgba(232,220,200,0.3)  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(--quill) 0%, var(--feather) 100%);\n    color: var(--gold-light);\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(184,149,106,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(--sepia);\n    letter-spacing: 0.06em;\n    margin-bottom: 10px;\n  }\n\n  .hero-subtitle {\n    margin-top: 16px;\n    font-size: 13px;\n    color: var(--feather);\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(--gold), transparent);\n  }\n  .divider-icon { font-size: 15px; color: var(--gold); }\n\n  \/* HERO BANNER — dark academia *\/\n  .hero-banner {\n    background: linear-gradient(135deg, var(--ink) 0%, var(--quill) 50%, #3D2A14 100%);\n    border-radius: 16px;\n    padding: 36px 40px;\n    text-align: center;\n    margin-bottom: 32px;\n    animation: fadeUp 1s ease 0.3s both;\n    box-shadow: 0 12px 48px rgba(26,20,16,0.35);\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 24px,\n      rgba(184,149,106,0.04) 24px,\n      rgba(184,149,106,0.04) 25px\n    );\n    pointer-events: none;\n  }\n\n  .hero-banner::after {\n    content: '';\n    position: absolute;\n    bottom: 0;\n    left: 0;\n    right: 0;\n    height: 2px;\n    background: linear-gradient(to right, transparent, var(--gold), transparent);\n  }\n\n  .banner-eyebrow {\n    font-size: 10px;\n    letter-spacing: 0.25em;\n    text-transform: uppercase;\n    color: rgba(184,149,106,0.5);\n    font-weight: 500;\n    margin-bottom: 14px;\n  }\n\n  .banner-quote {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 24px;\n    font-weight: 300;\n    font-style: italic;\n    color: var(--parchment);\n    line-height: 1.45;\n    margin-bottom: 10px;\n  }\n\n  .banner-sub {\n    font-size: 13px;\n    color: rgba(245,239,224,0.55);\n    font-weight: 300;\n    line-height: 1.6;\n  }\n\n  \/* SECTION LABEL *\/\n  .section-label {\n    font-size: 10px;\n    letter-spacing: 0.2em;\n    text-transform: uppercase;\n    color: var(--sepia);\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(--gold), 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(184,149,106,0.25);\n    border-radius: 20px;\n    padding: 40px 48px;\n    margin-bottom: 32px;\n    box-shadow: 0 8px 40px rgba(26,20,16,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(--quill);\n    margin-bottom: 16px;\n    line-height: 1.3;\n  }\n\n  .desc-headline em { font-style: italic; color: var(--sepia); }\n\n  .desc-body {\n    font-size: 15px;\n    line-height: 1.85;\n    color: var(--feather);\n    font-weight: 300;\n  }\n\n  .desc-body strong { font-weight: 500; color: var(--quill); }\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(200px, 1fr));\n    gap: 10px;\n  }\n\n  .item-pill {\n    background: rgba(255,255,255,0.78);\n    border: 1px solid rgba(184,149,106,0.3);\n    border-radius: 8px;\n    padding: 11px 16px;\n    font-size: 13px;\n    color: var(--quill);\n    font-weight: 400;\n    display: flex;\n    align-items: center;\n    gap: 10px;\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(--gold);\n    transform: translateY(-1px);\n    box-shadow: 0 4px 16px rgba(184,149,106,0.2);\n  }\n\n  .item-emoji { font-size: 15px; flex-shrink: 0; }\n\n  \/* PERFECT FOR *\/\n  .perfect-section {\n    margin-bottom: 32px;\n    animation: fadeUp 1s ease 0.52s both;\n  }\n\n  .perfect-grid {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n  }\n\n  .perfect-pill {\n    background: linear-gradient(135deg, rgba(44,32,24,0.06) 0%, rgba(184,149,106,0.08) 100%);\n    border: 1px solid rgba(184,149,106,0.3);\n    border-radius: 100px;\n    padding: 7px 16px;\n    font-size: 12px;\n    color: var(--feather);\n    font-weight: 400;\n    letter-spacing: 0.03em;\n  }\n\n  \/* GIFT CARD *\/\n  .gift-card {\n    background: linear-gradient(135deg, var(--quill) 0%, #3D2A14 50%, var(--feather) 100%);\n    border-radius: 16px;\n    padding: 28px 36px;\n    margin-bottom: 32px;\n    text-align: center;\n    animation: fadeUp 1s ease 0.55s both;\n    box-shadow: 0 8px 32px rgba(26,20,16,0.2);\n  }\n\n  .gift-title {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 22px;\n    font-weight: 300;\n    font-style: italic;\n    color: var(--parchment);\n    margin-bottom: 6px;\n  }\n\n  .gift-sub {\n    font-size: 13px;\n    color: rgba(245,239,224,0.6);\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(--gold);\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.2; }\n    90%  { opacity: 0.08; }\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    .hero-banner { padding: 24px 20px; }\n    .gift-card { padding: 22px 20px; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"petal\" style=\"left:8%;animation-duration:16s;animation-delay:0s;font-size:11px;\"\u003e🪶\u003c\/div\u003e\n\u003cdiv class=\"petal\" style=\"left:23%;animation-duration:20s;animation-delay:4s;font-size:9px;\"\u003e✒️\u003c\/div\u003e\n\u003cdiv class=\"petal\" style=\"left:45%;animation-duration:14s;animation-delay:7s;font-size:8px;\"\u003e🪶\u003c\/div\u003e\n\u003cdiv class=\"petal\" style=\"left:68%;animation-duration:18s;animation-delay:2s;font-size:10px;\"\u003e✨\u003c\/div\u003e\n\u003cdiv class=\"petal\" style=\"left:84%;animation-duration:22s;animation-delay:9s;font-size:9px;\"\u003e🪶\u003c\/div\u003e\n\u003cdiv class=\"petal\" style=\"left:56%;animation-duration:15s;animation-delay:5s;font-size:8px;\"\u003e✒️\u003c\/div\u003e\n\n\u003cdiv class=\"container\"\u003e\n\n  \u003c!-- BADGE --\u003e\n  \u003cdiv class=\"drop-badge\"\u003e\n    \u003cdiv class=\"badge-pill\"\u003e🪶 The Inkwell Quill · Feather Dip Pen Set\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- HERO --\u003e\n  \u003cdiv class=\"hero\"\u003e\n    \u003cdiv class=\"hero-eyebrow\"\u003eWrite like the stories you love.\u003c\/div\u003e\n    \u003cdiv style=\"text-align:center;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:#1A1410;font-style:normal;text-transform:uppercase;letter-spacing:0.05em;\"\u003eTHE INKWELL\u003c\/span\u003e\u003cbr\u003e\n        \u003cem style=\"color:#B8956A;\"\u003eQuill Set\u003c\/em\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"hero-subtitle\"\u003eFeather Dip Pen · Steel Nibs · Ink · Stand\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!-- HERO BANNER --\u003e\n  \u003cdiv class=\"hero-banner\"\u003e\n    \u003cdiv class=\"banner-eyebrow\"\u003eDark Academia · Calligraphy · Literary Gifting\u003c\/div\u003e\n    \u003cdiv class=\"banner-quote\"\u003e\"There's something magical about dipping a quill into ink\u003cbr\u003eand letting the words flow — slowly, intentionally, beautifully.\"\u003c\/div\u003e\n    \u003cdiv class=\"banner-sub\"\u003eWrite like a main character. Because some things are worth doing by hand. 🪶\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- DESCRIPTION CARD --\u003e\n  \u003cdiv class=\"description-card\"\u003e\n    \u003ch2 class=\"desc-headline\"\u003eFor the reader who is also a \u003cem\u003ewriter at heart.\u003c\/em\u003e\n\u003c\/h2\u003e\n    \u003cp class=\"desc-body\"\u003e\n      Whether you're journaling, writing letters, practicing calligraphy, or simply want the most gorgeous thing on your desk — the \u003cstrong\u003eInkwell Quill Set\u003c\/strong\u003e brings the magic of slow, intentional writing back into your life.\u003cbr\u003e\u003cbr\u003e\n      Dip. Write. Pause. Let the words come. This is writing the way it was always meant to feel.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- WHAT'S INSIDE --\u003e\n  \u003cdiv class=\"items-section\"\u003e\n    \u003cdiv class=\"section-label\"\u003eWhat's inside your set\u003c\/div\u003e\n    \u003cdiv class=\"items-grid\"\u003e\n      \u003cdiv class=\"item-pill\"\u003e\n\u003cspan class=\"item-emoji\"\u003e🪶\u003c\/span\u003eNatural feather quill pen\u003c\/div\u003e\n      \u003cdiv class=\"item-pill\"\u003e\n\u003cspan class=\"item-emoji\"\u003e✒️\u003c\/span\u003e5 interchangeable steel nibs\u003c\/div\u003e\n      \u003cdiv class=\"item-pill\"\u003e\n\u003cspan class=\"item-emoji\"\u003e🫙\u003c\/span\u003eInk bottle + refills\u003c\/div\u003e\n      \u003cdiv class=\"item-pill\"\u003e\n\u003cspan class=\"item-emoji\"\u003e🖊️\u003c\/span\u003ePen holder \/ stand\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- PERFECT FOR --\u003e\n  \u003cdiv class=\"perfect-section\"\u003e\n    \u003cdiv class=\"section-label\"\u003ePerfect for\u003c\/div\u003e\n    \u003cdiv class=\"perfect-grid\"\u003e\n      \u003cdiv class=\"perfect-pill\"\u003e✒️ Calligraphy lovers\u003c\/div\u003e\n      \u003cdiv class=\"perfect-pill\"\u003e📔 Journaling\u003c\/div\u003e\n      \u003cdiv class=\"perfect-pill\"\u003e🏛️ Dark academia aesthetics\u003c\/div\u003e\n      \u003cdiv class=\"perfect-pill\"\u003e📚 Literary gifting\u003c\/div\u003e\n      \u003cdiv class=\"perfect-pill\"\u003e🖋️ Desk styling\u003c\/div\u003e\n      \u003cdiv class=\"perfect-pill\"\u003e💌 Letter writing\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- VARIANTS --\u003e\n  \u003cdiv class=\"variants-section\" style=\"margin-bottom:32px;animation:fadeUp 1s ease 0.54s both;\"\u003e\n    \u003cdiv class=\"section-label\"\u003eChoose your quill\u003c\/div\u003e\n    \u003cdiv class=\"items-grid\"\u003e\n      \u003cdiv class=\"item-pill\" style=\"border-color:rgba(180,20,50,0.4);\"\u003e\n\u003cspan class=\"item-emoji\"\u003e🔴\u003c\/span\u003eCrimson\u003c\/div\u003e\n      \u003cdiv class=\"item-pill\" style=\"border-color:rgba(100,30,180,0.4);\"\u003e\n\u003cspan class=\"item-emoji\"\u003e🟣\u003c\/span\u003eRoyal Purple\u003c\/div\u003e\n      \u003cdiv class=\"item-pill\" style=\"border-color:rgba(200,200,200,0.5);\"\u003e\n\u003cspan class=\"item-emoji\"\u003e⚪\u003c\/span\u003ePearl White\u003c\/div\u003e\n      \u003cdiv class=\"item-pill\" style=\"border-color:rgba(20,50,200,0.4);\"\u003e\n\u003cspan class=\"item-emoji\"\u003e🔵\u003c\/span\u003eSapphire Blue\u003c\/div\u003e\n      \u003cdiv class=\"item-pill\" style=\"border-color:rgba(20,20,40,0.4);\"\u003e\n\u003cspan class=\"item-emoji\"\u003e🖤\u003c\/span\u003eMidnight\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- GIFT CARD --\u003e\n  \u003cdiv class=\"gift-card\"\u003e\n    \u003cdiv class=\"gift-title\"\u003eArrives gift-ready.\u003c\/div\u003e\n    \u003cdiv class=\"gift-sub\"\u003eBecause some things are worth writing by hand. 🪶\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- FOOTER --\u003e\n  \u003cdiv class=\"footer-note\"\u003e\n    \u003cdiv class=\"footer-sub\"\u003e✒️ The Inkwell Quill · Feather Dip Pen Set · Ships with love from YOURBOOKISH\u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"YOURBOOKISH.COM","offers":[{"title":"🔴 Crimson","offer_id":48090228097207,"sku":null,"price":19.9,"currency_code":"USD","in_stock":true},{"title":"🟣 Royal Purple","offer_id":48090228129975,"sku":null,"price":19.9,"currency_code":"USD","in_stock":false},{"title":"⚪ Pearl White","offer_id":48090228162743,"sku":null,"price":19.9,"currency_code":"USD","in_stock":false},{"title":"🔵 Sapphire Blue","offer_id":48090228195511,"sku":null,"price":19.9,"currency_code":"USD","in_stock":true},{"title":"🖤 Midnight","offer_id":48090228228279,"sku":null,"price":19.9,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0688\/3999\/7623\/files\/IMG_6868.heic?v=1776857650","url":"https:\/\/yourbookish.com\/products\/the-inkwell-quill-feather-dip-pen-set","provider":"YOURBOOKISH.COM","version":"1.0","type":"link"}