{"product_id":"funny-office-stylus-pen-set","title":"Funny Office Stylus Pen Set","description":" \n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: Novelty Gag Gift Pens with Stylus\nTarget Audience: Office workers, best friends, adults, bosses, nurses\nVisual Style: Fun, vibrant, approachable yet premium\nColor Strategy: Primary Indigo (#4F46E5) for unisex professional appeal with warm Accent Orange (#F59E0B) to convey fun\/humor. \nShape Strategy: Radius 16px (friendly, soft, approachable for a gift item)\nTypography Strategy: Large Type (H1 up to 44px, Body up to 20px) \/ Mobile-first readable\nMobile Table Strategy: Card-based (No horizontal scroll, strictly stacked)\nImage Mapping: Hero=image_1, Theme Feature=image_2, Stylus Feature=image_3, Writing Feature=image_4\n--\u003e\n\u003cstyle type=\"text\/css\"\u003e:root {\n    \/* Color System *\/\n    --primary: #4F46E5;\n    --primary-light: #EEF2FF;\n    --accent: #F59E0B;\n    --text-main: #0F172A;\n    --text-sub: #475569;\n    --bg-body: #FFFFFF;\n    --bg-card: #F8FAFC;\n    --border-color: #E2E8F0;\n    \n    \/* Radius \u0026 Shadows *\/\n    --radius-md: 12px;\n    --radius-lg: 20px;\n    --shadow-sm: 0 4px 6px -1px rgba(0, 0, 0, 0.05);\n    --shadow-lg: 0 10px 25px -3px rgba(0, 0, 0, 0.1);\n    \n    \/* Spacing *\/\n    --spacing-base: clamp(2rem, 5vw, 4rem);\n  }\n\n  \/* Global Container Rules *\/\n  .product-detail-container {\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 0 5%;\n    box-sizing: border-box;\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    color: var(--text-main);\n    background: var(--bg-body);\n    overflow-wrap: break-word;\n    word-break: break-word;\n  }\n\n  .product-detail-container *, \n  .product-detail-container *::before, \n  .product-detail-container *::after {\n    box-sizing: border-box;\n  }\n\n  \/* Typography System *\/\n  .product-detail-container h1 {\n    font-size: clamp(32px, 4vw, 44px);\n    line-height: 1.2;\n    font-weight: 800;\n    margin-bottom: 1rem;\n    color: var(--text-main);\n  }\n\n  .product-detail-container h2 {\n    font-size: clamp(24px, 3vw, 32px);\n    line-height: 1.3;\n    font-weight: 700;\n    margin-bottom: 1.5rem;\n    color: var(--text-main);\n  }\n\n  .product-detail-container h3 {\n    font-size: clamp(20px, 2.5vw, 24px);\n    line-height: 1.4;\n    font-weight: 600;\n    margin-bottom: 1rem;\n  }\n\n  .product-detail-container p {\n    font-size: clamp(18px, 1.5vw, 20px);\n    line-height: 1.7;\n    color: var(--text-sub);\n    margin-bottom: 1.5rem;\n  }\n\n  .product-detail-container .aux-text {\n    font-size: clamp(16px, 1.2vw, 18px);\n    color: var(--text-sub);\n  }\n\n  \/* Non-clickable Badges *\/\n  .visual-badge {\n    display: inline-block;\n    background: var(--primary-light);\n    color: var(--primary);\n    padding: 8px 16px;\n    border-radius: 50px;\n    font-size: 16px;\n    font-weight: 700;\n    margin-bottom: 1.5rem;\n    letter-spacing: 0.5px;\n    text-transform: uppercase;\n  }\n\n  .social-proof {\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    margin-bottom: 2rem;\n    padding: 1rem;\n    background: var(--bg-card);\n    border-radius: var(--radius-md);\n    width: fit-content;\n  }\n\n  \/* Image Protocols *\/\n  .hero-media {\n    width: 100%;\n    margin-bottom: var(--spacing-base);\n    border-radius: var(--radius-lg);\n    overflow: hidden;\n  }\n  \n  .hero-media img {\n    width: 100%;\n    height: auto;\n    display: block;\n  }\n\n  \/* Image Placeholder Styles *\/\n  .img-placeholder {\n    width: 100%;\n    height: 100%;\n    min-height: 300px;\n    background: #F1F5F9;\n    border: 3px dashed #CBD5E1;\n    border-radius: inherit;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 20px;\n    font-weight: bold;\n    color: #64748B;\n    text-align: center;\n    padding: 2rem;\n  }\n\n  .ratio-img-container {\n    width: 100%;\n    aspect-ratio: 1 \/ 1;\n    overflow: hidden;\n    position: relative;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    background: var(--bg-card);\n    border-radius: var(--radius-lg);\n    box-shadow: var(--shadow-sm);\n  }\n\n  .ratio-img-container img {\n    width: 100%;\n    height: 100%;\n    object-fit: contain;\n    position: absolute;\n    top: 0;\n    left: 0;\n  }\n\n  \/* Mobile Ordering Lock System (Strict Z-Pattern Strategy) *\/\n  .features-wrapper {\n    display: flex;\n    flex-direction: column;\n    gap: var(--spacing-base);\n    margin-bottom: var(--spacing-base);\n  }\n\n  .feature-item {\n    display: flex;\n    flex-direction: column;\n    gap: 2rem;\n  }\n\n  @media (min-width: 768px) {\n    .feature-item {\n      flex-direction: row;\n      align-items: center;\n      gap: 4rem;\n    }\n    \n    \/* Z-Pattern Reverse for Even Items *\/\n    .feature-item:nth-child(even) {\n      flex-direction: row-reverse;\n    }\n    \n    .feature-media, .feature-copy {\n      flex: 1;\n      width: 50%;\n    }\n  }\n\n  \/* Specifications Table - Strictly Card-based on Mobile *\/\n  .specs-section {\n    margin-bottom: var(--spacing-base);\n    background: var(--bg-card);\n    padding: var(--spacing-base);\n    border-radius: var(--radius-lg);\n  }\n\n  .specs-table {\n    width: 100%;\n    border-collapse: collapse;\n    margin-top: 2rem;\n  }\n\n  .specs-table th, .specs-table td {\n    padding: 1.2rem;\n    text-align: left;\n    font-size: clamp(16px, 1.5vw, 18px);\n    border-bottom: 1px solid var(--border-color);\n  }\n\n  .specs-table th {\n    font-weight: 700;\n    color: var(--text-main);\n    background: var(--border-color);\n  }\n\n  @media (max-width: 767px) {\n    .specs-table, \n    .specs-table thead, \n    .specs-table tbody, \n    .specs-table tr, \n    .specs-table th, \n    .specs-table td {\n      display: block;\n      width: 100%;\n    }\n    \n    .specs-table thead {\n      display: none; \/* Hide default headers *\/\n    }\n    \n    .specs-table tr {\n      margin-bottom: 1.5rem;\n      background: var(--bg-body);\n      border-radius: var(--radius-md);\n      padding: 1rem;\n      border: 1px solid var(--border-color);\n      box-shadow: var(--shadow-sm);\n    }\n    \n    .specs-table td {\n      display: flex;\n      flex-direction: column;\n      border-bottom: 1px solid var(--border-color);\n      padding: 1rem 0;\n    }\n    \n    .specs-table td:last-child {\n      border-bottom: none;\n      padding-bottom: 0;\n    }\n    \n    .specs-table td::before {\n      content: attr(data-label);\n      font-weight: 700;\n      color: var(--primary);\n      margin-bottom: 0.5rem;\n      font-size: 16px;\n    }\n  }\n\n  \/* FAQ Section *\/\n  .faq-section {\n    margin-bottom: var(--spacing-base);\n  }\n\n  .faq-item {\n    border-bottom: 1px solid var(--border-color);\n    padding: 1.5rem 0;\n  }\n\n  .faq-question {\n    font-size: clamp(20px, 2vw, 24px);\n    font-weight: 700;\n    color: var(--text-main);\n    margin-bottom: 0.8rem;\n  }\n\n  .faq-answer {\n    font-size: clamp(18px, 1.5vw, 20px);\n    line-height: 1.7;\n    color: var(--text-sub);\n  }\n\u003c\/style\u003e\n\u003c!-- HERO SECTION --\u003e\n\u003cdiv class=\"visual-badge\"\u003eThe Ultimate Gag Gift\u003c\/div\u003e\n\n\u003ch1\u003eSurvive The Workday With A Smile. Hilarious Pens That Actually Write Like A Dream.\u003c\/h1\u003e\n\n\u003cp\u003eWhether you're treating yourself, pranking your boss, or finding the perfect gift for your best friend, these themed pens deliver a daily dose of humor without sacrificing professional quality.\u003c\/p\u003e\n\n\u003cdiv class=\"social-proof\"\u003e\n\u003cspan style=\"font-size: 24px;\"\u003e⭐\u003c\/span\u003e \u003cspan class=\"aux-text\"\u003e\u003cstrong\u003e10,000+\u003c\/strong\u003e Office Moods Boosted\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"hero-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260312165650\/ccb3519b3df9b7322d002d823392591e.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"features-wrapper\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"ratio-img-container\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260312165650\/e07b5ec6188631a30df79ef17eca6472.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eNaughty, Funny, But Never Boring.\u003c\/h2\u003e\n\n\u003cp\u003eBanish office monotony instantly. Featuring uniquely curated sets including \u003cstrong\u003eWeek Theme, Boss Theme, Nurse Theme, and Life Theme\u003c\/strong\u003e, these pens express what everyone is really thinking. They are the ultimate icebreakers and perfect conversation starters for any team meeting or shift.\u003c\/p\u003e\n\n\u003cdiv class=\"visual-badge\" style=\"background: #FFFBEB; color: var(--accent);\"\u003eGag Gifts Done Right\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"ratio-img-container\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260312165651\/47cb2ea1481c84ffa1cd2adf45760bf2.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eSeamless Screen Navigation. Zero Charging Required.\u003c\/h2\u003e\n\n\u003cp\u003eNot just a pretty face—each pen is equipped with a premium \u003cstrong\u003ebuilt-in stylus tip\u003c\/strong\u003e. Effortlessly switch from writing on paper to swiping on any touchscreen tablet, smartphone, or office kiosk. No Bluetooth pairing, no charging cables—just pure convenience wrapped in humor.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"ratio-img-container\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260312165650\/b509e9e1fc3989d24a20fedd2432ba3e.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eButtery Smooth 1.0mm Black Ink.\u003c\/h2\u003e\n\n\u003cp\u003eIt's a prank gift that belongs on the executive desk. These retractable ballpoint pens feature high-grade \u003cstrong\u003e1.0mm black ink cartridges\u003c\/strong\u003e that guarantee a fluent, smudge-free writing experience every single time. Perfect for college students, busy nurses, and demanding executives.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SPECIFICATIONS TABLE --\u003e\n\n\u003cdiv class=\"specs-section\"\u003e\n\u003ch2\u003eTechnical Specifications\u003c\/h2\u003e\n\n\u003cp\u003ePremium build quality hiding behind hilarious exterior quotes.\u003c\/p\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eSpecification\u003c\/th\u003e\n\t\t\t\u003cth\u003eDetails\u003c\/th\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/thead\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Length\"\u003eLength\u003c\/td\u003e\n\t\t\t\u003ctd\u003e5.7 in (14.5 cm) - Perfect pocket size\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Ink Type\"\u003eInk Type\u003c\/td\u003e\n\t\t\t\u003ctd\u003e1.0mm Point, Rich Black Ink (Smudge-proof)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Stylus Feature\"\u003eStylus Feature\u003c\/td\u003e\n\t\t\t\u003ctd\u003eUniversal Capacitive Tip (Works on all touchscreens)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Mechanism\"\u003eMechanism\u003c\/td\u003e\n\t\t\t\u003ctd\u003eRetractable Click Action\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Estimated Weight\"\u003eEstimated Weight\u003c\/td\u003e\n\t\t\t\u003ctd\u003e0.5 oz (15.0 g) per pen - Balanced for long writing sessions\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ SECTION --\u003e\n\n\u003cdiv class=\"faq-section\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eAre the stylus tips compatible with all devices?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eYes! The stylus tip is universally compatible with all capacitive touchscreens, including iPads, iPhones, Android tablets, smartphones, and hospital\/office touch kiosks. No batteries required.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eIs the humor appropriate for the office?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eAbsolutely. We designed these sets to be \"naughty and funny without being too rude.\" They walk the perfect line of being a hilarious gag gift while remaining safe enough for a coworker, boss, or team gift exchange.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eCan I refill the ink when it runs out?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eYes, these are built to last! The pens unscrew easily, allowing you to replace the standard 1.0mm ballpoint ink cartridges whenever needed, so the laughs can keep going for years.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"Multicolor \/ 7 Pens per set","offer_id":45281710342335,"sku":"0318-15581737","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Black \/ 7 Pens per set","offer_id":45281710375103,"sku":"0318-15583030","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Red \/ 7 Pens per set","offer_id":45281710407871,"sku":"0318-15582958","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Blue \/ 7 Pens per set","offer_id":45281710440639,"sku":"0318-15583163","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Purple \/ 7 Pens per set","offer_id":45281710473407,"sku":"0318-15586827","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Pink \/ 7 Pens per set","offer_id":45281710506175,"sku":"0318-15583670","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Green \/ 7 Pens per set","offer_id":45281710538943,"sku":"0318-15580931","price":12.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0701\/3220\/3711\/files\/8a8a2bc927b4f2f49edd5a772167bcf0.jpg?v=1773306116","url":"https:\/\/ggkbkw-fz.myshopify.com\/products\/funny-office-stylus-pen-set","provider":"Bak","version":"1.0","type":"link"}