{"product_id":"funny-office-stylus-pen-set","title":"Funny Office Stylus Pen Set","description":"\u003cp\u003e \u003c\/p\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\u003c!--[AI Design Logic]Product Type: Novelty Gag Gift Pens with StylusTarget Audience: Office workers, best friends, adults, bosses, nursesVisual Style: Fun, vibrant, approachable yet premiumColor Strategy: Primary Indigo (#4F46E5) for unisex professional appeal with warm Accent Orange (#F59E0B) to convey fun\/humor. Shape Strategy: Radius 16px (friendly, soft, approachable for a gift item)Typography Strategy: Large Type (H1 up to 44px, Body up to 20px) \/ Mobile-first readableMobile Table Strategy: Card-based (No horizontal scroll, strictly stacked)Image Mapping: Hero=image_1, Theme Feature=image_2, Stylus Feature=image_3, Writing Feature=image_4--\u003e\u003c\/div\u003e\n\u003cstyle type=\"text\/css\"\u003e:root {    \/* Color System *\/    --primary: #4F46E5;    --primary-light: #EEF2FF;    --accent: #F59E0B;    --text-main: #0F172A;    --text-sub: #475569;    --bg-body: #FFFFFF;    --bg-card: #F8FAFC;    --border-color: #E2E8F0;        \/* Radius \u0026 Shadows *\/    --radius-md: 12px;    --radius-lg: 20px;    --shadow-sm: 0 4px 6px -1px rgba(0, 0, 0, 0.05);    --shadow-lg: 0 10px 25px -3px rgba(0, 0, 0, 0.1);        \/* Spacing *\/    --spacing-base: clamp(2rem, 5vw, 4rem);  }  \/* Global Container Rules *\/  .product-detail-container {    max-width: 1200px;    margin: 0 auto;    padding: 0 5%;    box-sizing: border-box;    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;    color: var(--text-main);    background: var(--bg-body);    overflow-wrap: break-word;    word-break: break-word;  }  .product-detail-container *,   .product-detail-container *::before,   .product-detail-container *::after {    box-sizing: border-box;  }  \/* Typography System *\/  .product-detail-container h1 {    font-size: clamp(32px, 4vw, 44px);    line-height: 1.2;    font-weight: 800;    margin-bottom: 1rem;    color: var(--text-main);  }  .product-detail-container h2 {    font-size: clamp(24px, 3vw, 32px);    line-height: 1.3;    font-weight: 700;    margin-bottom: 1.5rem;    color: var(--text-main);  }  .product-detail-container h3 {    font-size: clamp(20px, 2.5vw, 24px);    line-height: 1.4;    font-weight: 600;    margin-bottom: 1rem;  }  .product-detail-container p {    font-size: clamp(18px, 1.5vw, 20px);    line-height: 1.7;    color: var(--text-sub);    margin-bottom: 1.5rem;  }  .product-detail-container .aux-text {    font-size: clamp(16px, 1.2vw, 18px);    color: var(--text-sub);  }  \/* Non-clickable Badges *\/  .visual-badge {    display: inline-block;    background: var(--primary-light);    color: var(--primary);    padding: 8px 16px;    border-radius: 50px;    font-size: 16px;    font-weight: 700;    margin-bottom: 1.5rem;    letter-spacing: 0.5px;    text-transform: uppercase;  }  .social-proof {    display: flex;    align-items: center;    gap: 12px;    margin-bottom: 2rem;    padding: 1rem;    background: var(--bg-card);    border-radius: var(--radius-md);    width: fit-content;  }  \/* Image Protocols *\/  .hero-media {    width: 100%;    margin-bottom: var(--spacing-base);    border-radius: var(--radius-lg);    overflow: hidden;  }    .hero-media img {    width: 100%;    height: auto;    display: block;  }  \/* Image Placeholder Styles *\/  .img-placeholder {    width: 100%;    height: 100%;    min-height: 300px;    background: #F1F5F9;    border: 3px dashed #CBD5E1;    border-radius: inherit;    display: flex;    align-items: center;    justify-content: center;    font-size: 20px;    font-weight: bold;    color: #64748B;    text-align: center;    padding: 2rem;  }  .ratio-img-container {    width: 100%;    aspect-ratio: 1 \/ 1;    overflow: hidden;    position: relative;    display: flex;    align-items: center;    justify-content: center;    background: var(--bg-card);    border-radius: var(--radius-lg);    box-shadow: var(--shadow-sm);  }  .ratio-img-container img {    width: 100%;    height: 100%;    object-fit: contain;    position: absolute;    top: 0;    left: 0;  }  \/* Mobile Ordering Lock System (Strict Z-Pattern Strategy) *\/  .features-wrapper {    display: flex;    flex-direction: column;    gap: var(--spacing-base);    margin-bottom: var(--spacing-base);  }  .feature-item {    display: flex;    flex-direction: column;    gap: 2rem;  }  @media (min-width: 768px) {    .feature-item {      flex-direction: row;      align-items: center;      gap: 4rem;    }        \/* Z-Pattern Reverse for Even Items *\/    .feature-item:nth-child(even) {      flex-direction: row-reverse;    }        .feature-media, .feature-copy {      flex: 1;      width: 50%;    }  }  \/* Specifications Table - Strictly Card-based on Mobile *\/  .specs-section {    margin-bottom: var(--spacing-base);    background: var(--bg-card);    padding: var(--spacing-base);    border-radius: var(--radius-lg);  }  .specs-table {    width: 100%;    border-collapse: collapse;    margin-top: 2rem;  }  .specs-table th, .specs-table td {    padding: 1.2rem;    text-align: left;    font-size: clamp(16px, 1.5vw, 18px);    border-bottom: 1px solid var(--border-color);  }  .specs-table th {    font-weight: 700;    color: var(--text-main);    background: var(--border-color);  }  @media (max-width: 767px) {    .specs-table,     .specs-table thead,     .specs-table tbody,     .specs-table tr,     .specs-table th,     .specs-table td {      display: block;      width: 100%;    }        .specs-table thead {      display: none; \/* Hide default headers *\/    }        .specs-table tr {      margin-bottom: 1.5rem;      background: var(--bg-body);      border-radius: var(--radius-md);      padding: 1rem;      border: 1px solid var(--border-color);      box-shadow: var(--shadow-sm);    }        .specs-table td {      display: flex;      flex-direction: column;      border-bottom: 1px solid var(--border-color);      padding: 1rem 0;    }        .specs-table td:last-child {      border-bottom: none;      padding-bottom: 0;    }        .specs-table td::before {      content: attr(data-label);      font-weight: 700;      color: var(--primary);      margin-bottom: 0.5rem;      font-size: 16px;    }  }  \/* FAQ Section *\/  .faq-section {    margin-bottom: var(--spacing-base);  }  .faq-item {    border-bottom: 1px solid var(--border-color);    padding: 1.5rem 0;  }  .faq-question {    font-size: clamp(20px, 2vw, 24px);    font-weight: 700;    color: var(--text-main);    margin-bottom: 0.8rem;  }  .faq-answer {    font-size: clamp(18px, 1.5vw, 20px);    line-height: 1.7;    color: var(--text-sub);  }\u003c\/style\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!-- HERO SECTION --\u003e\n\u003cdiv class=\"visual-badge\"\u003eThe Ultimate Gag Gift\u003c\/div\u003e\n\u003ch1\u003eSurvive The Workday With A Smile. Hilarious Pens That Actually Write Like A Dream.\u003c\/h1\u003e\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\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\u003cdiv class=\"hero-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cimg src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260312165650\/ccb3519b3df9b7322d002d823392591e.jpg\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\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\n\u003cdiv\u003e\u003cimg src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260312165650\/e07b5ec6188631a30df79ef17eca6472.jpg\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eNaughty, Funny, But Never Boring.\u003c\/h2\u003e\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\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\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\n\u003cdiv\u003e\u003cimg src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260312165651\/47cb2ea1481c84ffa1cd2adf45760bf2.jpg\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eSeamless Screen Navigation. Zero Charging Required.\u003c\/h2\u003e\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\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\n\u003cdiv\u003e\u003cimg src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260312165650\/b509e9e1fc3989d24a20fedd2432ba3e.jpg\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eButtery Smooth 1.0mm Black Ink.\u003c\/h2\u003e\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\u003cdiv class=\"specs-section\"\u003e\n\u003ch2\u003eTechnical Specifications\u003c\/h2\u003e\n\u003cp\u003ePremium build quality hiding behind hilarious exterior quotes.\u003c\/p\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eSpecification\u003c\/th\u003e\n\u003cth\u003eDetails\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd data-label=\"Length\"\u003eLength\u003c\/td\u003e\n\u003ctd\u003e5.7 in (14.5 cm) - Perfect pocket size\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd data-label=\"Ink Type\"\u003eInk Type\u003c\/td\u003e\n\u003ctd\u003e1.0mm Point, Rich Black Ink (Smudge-proof)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd data-label=\"Stylus Feature\"\u003eStylus Feature\u003c\/td\u003e\n\u003ctd\u003eUniversal Capacitive Tip (Works on all touchscreens)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd data-label=\"Mechanism\"\u003eMechanism\u003c\/td\u003e\n\u003ctd\u003eRetractable Click Action\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd data-label=\"Estimated Weight\"\u003eEstimated Weight\u003c\/td\u003e\n\u003ctd\u003e0.5 oz (15.0 g) per pen - Balanced for long writing sessions\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ SECTION --\u003e\n\u003cdiv class=\"faq-section\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eAre the stylus tips compatible with all devices?\u003c\/div\u003e\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\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eIs the humor appropriate for the office?\u003c\/div\u003e\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\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eCan I refill the ink when it runs out?\u003c\/div\u003e\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","brand":"mysite","offers":[{"title":"Multicolor \/ 7 Pens per set","offer_id":46857864478804,"sku":"0318-15581737","price":24.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ 7 Pens per set","offer_id":46857864511572,"sku":"0318-15583030","price":24.99,"currency_code":"USD","in_stock":true},{"title":"Red \/ 7 Pens per set","offer_id":46857864544340,"sku":"0318-15582958","price":24.99,"currency_code":"USD","in_stock":true},{"title":"Blue \/ 7 Pens per set","offer_id":46857864577108,"sku":"0318-15583163","price":24.99,"currency_code":"USD","in_stock":true},{"title":"Purple \/ 7 Pens per set","offer_id":46857864609876,"sku":"0318-15586827","price":24.99,"currency_code":"USD","in_stock":true},{"title":"Pink \/ 7 Pens per set","offer_id":46857864642644,"sku":"0318-15583670","price":24.99,"currency_code":"USD","in_stock":true},{"title":"Green \/ 7 Pens per set","offer_id":46857864675412,"sku":"0318-15580931","price":24.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0683\/1066\/3252\/files\/8a8a2bc927b4f2f49edd5a772167bcf0.jpg?v=1778495207","url":"https:\/\/tyirebuy.com\/products\/funny-office-stylus-pen-set","provider":"Tyirebuy","version":"1.0","type":"link"}