{"product_id":"edc-alloy-fidget-tank","title":"EDC Alloy Fidget Tank","description":"\u003cmeta charset=\"UTF-8\"\u003e\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003ctitle\u003e\u003c\/title\u003e\n\u003cstyle type=\"text\/css\"\u003e:root {\n      \/* --- Design System Variables --- *\/\n      --primary: #C5A059; \/* Premium Metallic Gold *\/\n      --primary-hover: #A68546;\n      --text-main: #1A1A1A; \/* Deep carbon gray *\/\n      --text-sub: #5C5C5C;\n      --bg-body: #FFFFFF;\n      --bg-soft: #F4F4F4; \/* Industrial light gray *\/\n      --bg-card: #FFFFFF;\n      --border-color: #EAEAEA;\n      --radius-md: 12px;\n      --radius-lg: 20px;\n      --shadow-sm: 0 4px 16px rgba(0, 0, 0, 0.04);\n      --shadow-lg: 0 12px 32px rgba(0, 0, 0, 0.08);\n      --transition: all 0.3s ease;\n    }\n\n    body {\n      margin: 0;\n      padding: 0;\n      background-color: var(--bg-body);\n    }\n\n    .product-detail-container {\n      \/* --- Layout \u0026 Typography --- *\/\n      max-width: 1100px;\n      margin: 0 auto;\n      padding: 3rem 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      line-height: 1.7;\n      overflow-wrap: break-word;\n    }\n\n    .product-detail-container h1,\n    .product-detail-container h2,\n    .product-detail-container h3 {\n      font-weight: 800;\n      line-height: 1.2;\n      margin: 0 0 1.2rem 0;\n      letter-spacing: -0.02em;\n    }\n\n    .product-detail-container h1 { font-size: clamp(36px, 5vw, 48px); text-align: center; }\n    .product-detail-container h2 { font-size: clamp(26px, 4vw, 34px); }\n    .product-detail-container h3 { font-size: 20px; }\n    .product-detail-container p { font-size: clamp(16px, 1.5vw, 18px); margin: 0 0 1.5rem 0; color: var(--text-sub); }\n\n    \/* --- Utilities --- *\/\n    .pd-section {\n      margin-bottom: clamp(4rem, 8vw, 6rem);\n    }\n    \n    .pd-img-responsive {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-lg);\n      box-shadow: var(--shadow-sm);\n      transition: var(--transition);\n      object-fit: cover;\n    }\n    \n    .pd-badge {\n      display: inline-flex;\n      align-items: center;\n      background: var(--bg-soft);\n      color: var(--text-main);\n      padding: 0.5em 1.2em;\n      border-radius: 50px;\n      font-size: 14px;\n      font-weight: 700;\n      margin-right: 0.5rem;\n      margin-bottom: 0.5rem;\n      border: 1px solid var(--border-color);\n      transition: var(--transition);\n    }\n    \n    .pd-badge:hover {\n      border-color: var(--primary);\n      color: var(--primary);\n    }\n\n    .pd-accent-text {\n      color: var(--primary);\n      font-weight: 700;\n    }\n\n    .pd-top-label {\n      display: table;\n      margin: 0 auto 1.5rem;\n      background: linear-gradient(135deg, #2A2A2A, #1A1A1A);\n      color: #C5A059;\n      padding: 0.6rem 1.5rem;\n      border-radius: 50px;\n      font-size: 14px;\n      font-weight: 700;\n      letter-spacing: 1px;\n      text-transform: uppercase;\n      box-shadow: 0 4px 12px rgba(0,0,0,0.1);\n    }\n\n    \/* --- Module Styles --- *\/\n    \/* Hero *\/\n    .pd-hero {\n      text-align: center;\n      max-width: 900px;\n      margin-left: auto;\n      margin-right: auto;\n    }\n    .pd-hero p {\n      max-width: 700px;\n      margin-left: auto;\n      margin-right: auto;\n    }\n    .pd-hero-tags {\n      display: flex;\n      justify-content: center;\n      gap: 0.5rem;\n      margin-bottom: 2rem;\n      flex-wrap: wrap;\n    }\n    .pd-hero-image-wrapper {\n      margin-top: 3rem;\n      border-radius: var(--radius-lg);\n      overflow: hidden;\n      box-shadow: var(--shadow-lg);\n    }\n\n    \/* Features (Z-Pattern) *\/\n    .pd-feature {\n      display: flex;\n      align-items: center;\n      gap: clamp(2rem, 6vw, 5rem);\n    }\n    .pd-feature:nth-child(even) {\n      flex-direction: row-reverse;\n    }\n    .pd-feature-media {\n      flex: 1;\n    }\n    .pd-feature-media img:hover {\n      transform: translateY(-5px);\n      box-shadow: var(--shadow-lg);\n    }\n    .pd-feature-copy {\n      flex: 1;\n    }\n    .pd-feature-tags {\n      margin-top: 1.5rem;\n    }\n\n    \/* Specs *\/\n    .pd-specs-box {\n      background: var(--bg-soft);\n      padding: clamp(2rem, 5vw, 4rem);\n      border-radius: var(--radius-lg);\n      border: 1px solid var(--border-color);\n    }\n    .pd-specs-box h2 {\n      text-align: center;\n      margin-bottom: 2rem;\n    }\n    .pd-specs-table {\n      width: 100%;\n      border-collapse: collapse;\n      text-align: left;\n      background: var(--bg-card);\n      border-radius: var(--radius-md);\n      overflow: hidden;\n      box-shadow: var(--shadow-sm);\n    }\n    .pd-specs-table th, .pd-specs-table td {\n      padding: 1.2rem 1.5rem;\n      border-bottom: 1px solid var(--border-color);\n      font-size: 16px;\n    }\n    .pd-specs-table th {\n      width: 35%;\n      color: var(--text-main);\n      font-weight: 700;\n      background: #FAFAFA;\n    }\n    .pd-specs-table tr:last-child th, .pd-specs-table tr:last-child td {\n      border-bottom: none;\n    }\n\n    \/* Interactive FAQ *\/\n    .pd-faq-container {\n      max-width: 800px;\n      margin: 0 auto;\n    }\n    .pd-faq-container h2 {\n      text-align: center;\n      margin-bottom: 2rem;\n    }\n    .pd-faq-item {\n      background: var(--bg-card);\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-md);\n      margin-bottom: 1rem;\n      box-shadow: var(--shadow-sm);\n      transition: var(--transition);\n    }\n    .pd-faq-item:hover {\n      border-color: #D1D1D1;\n    }\n    .pd-faq-question {\n      font-size: 18px;\n      font-weight: 700;\n      color: var(--text-main);\n      padding: 1.5rem;\n      cursor: pointer;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      list-style: none;\n      user-select: none;\n    }\n    .pd-faq-question::-webkit-details-marker {\n      display: none;\n    }\n    .pd-faq-question::before {\n      content: \"Q.\";\n      color: var(--primary);\n      margin-right: 0.8rem;\n      font-weight: 900;\n      font-size: 20px;\n    }\n    .pd-faq-question::after {\n      content: \"+\";\n      font-size: 24px;\n      color: var(--text-sub);\n      font-weight: 400;\n      transition: transform 0.3s ease;\n      margin-left: auto;\n    }\n    details[open] .pd-faq-question::after {\n      content: \"−\";\n      color: var(--primary);\n    }\n    .pd-faq-answer {\n      padding: 0 1.5rem 1.5rem 3rem;\n      margin: 0;\n      color: var(--text-sub);\n      line-height: 1.7;\n      animation: fadeIn 0.3s ease-in-out;\n    }\n\n    @keyframes fadeIn {\n      from { opacity: 0; transform: translateY(-5px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    \/* --- Mobile Optimization --- *\/\n    @media (max-width: 767px) {\n      .pd-feature, .pd-feature:nth-child(even) {\n        flex-direction: column;\n        text-align: left;\n      }\n      .pd-hero-tags { justify-content: center; }\n      \n      .pd-specs-table th, .pd-specs-table td {\n        display: block;\n        width: 100%;\n        box-sizing: border-box;\n      }\n      .pd-specs-table th {\n        border-bottom: none;\n        padding-bottom: 0.5rem;\n      }\n      .pd-specs-table td {\n        padding-top: 0;\n        padding-bottom: 1.5rem;\n      }\n      .pd-faq-answer {\n        padding-left: 1.5rem;\n      }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!-- A. Hero Section --\u003e\n\u003cdiv class=\"pd-section pd-hero\"\u003e\n\u003cdiv class=\"pd-top-label\"\u003e✨ Premium Metal Alloy\u003c\/div\u003e\n\n\u003ch1\u003eThe Ultimate All-Metal Desk Tank \u0026amp; EDC Fidget\u003c\/h1\u003e\n\n\u003cp\u003eCrafted for play, designed for display. Experience the satisfying weight of solid alloy in a unique Q-style form factor that fits perfectly in your palm or on your desk.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-hero-tags\"\u003e\n\u003cspan class=\"pd-badge\"\u003e🎮 3-in-1 Fidget Action\u003c\/span\u003e \u003cspan class=\"pd-badge\"\u003e🛡️ Solid Build\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-hero-image-wrapper\"\u003e\u003cdiv\u003e\u003cimg alt=\"Metal Desk Tank Hero\" cke-id=\"img84\" class=\"pd-img-responsive\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260617143738\/9d32284811c01b2af62cf2d493860cd6.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- B. Feature Section 1: Material \u0026 Design --\u003e\n\n\u003cdiv class=\"pd-section pd-feature\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\u003cdiv\u003e\u003cimg alt=\"Hardcore Metal Aesthetic\" cke-id=\"img85\" class=\"pd-img-responsive\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260617143738\/5d68cbabce868f40787a5a0f88c1fa0b.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch2\u003eHardcore Metal Meets Cute Aesthetic\u003c\/h2\u003e\n\n\u003cp\u003eForget cheap plastic. This mini tank is built with a robust \u003cspan class=\"pd-accent-text\"\u003efull-alloy body\u003c\/span\u003e, delivering a premium, weighty feel that's incredibly satisfying to hold. Its unique \"Q-style\" proportion—big turret, compact body—strikes the perfect balance between tough industrial design and collectible charm.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-feature-tags\"\u003e\n\u003cspan class=\"pd-badge\"\u003eSolid Alloy Build\u003c\/span\u003e \u003cspan class=\"pd-badge\"\u003ePremium Paint Finish\u003c\/span\u003e \u003cspan class=\"pd-badge\"\u003ePalm-Sized\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- B. Feature Section 2: Functionality \u0026 Fidget --\u003e\n\n\u003cdiv class=\"pd-section pd-feature\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\u003cdiv\u003e\u003cimg alt=\"Triple Fidget Fun\" cke-id=\"img86\" class=\"pd-img-responsive\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260617143738\/b193d3d1e91e2932e69f0913a6d92045.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch2\u003eTriple the Fidget Fun\u003c\/h2\u003e\n\n\u003cp\u003eMore than just a static model, it's a versatile EDC stress reliever. Engage your hands and focus your mind with three distinct interactions: a powerful \u003cspan class=\"pd-accent-text\"\u003epull-back drive mechanism\u003c\/span\u003e for movement, a 360° rotating turret, and a satisfying button-press simulated launch action.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-feature-tags\"\u003e\n\u003cspan class=\"pd-badge\"\u003e🔄 Pull-Back \u0026amp; Go\u003c\/span\u003e \u003cspan class=\"pd-badge\"\u003e⚙️ Rotating Turret\u003c\/span\u003e \u003cspan class=\"pd-badge\"\u003e💥 Simulated Launch\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- B. Feature Section 3: Gift \u0026 Variety --\u003e\n\n\u003cdiv class=\"pd-section pd-feature\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\u003cdiv\u003e\u003cimg alt=\"Display Worthy\" cke-id=\"img87\" class=\"pd-img-responsive\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260617143738\/b2cfef9aa447317b4fa02ae06895b286.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch2\u003eA Display-Worthy Conversation Piece\u003c\/h2\u003e\n\n\u003cp\u003eWhether it's parked on an office desk, a gaming setup, or a collector's shelf, this metal tank instantly elevates the space. With its bold design and eye-catching metallic finish, it makes for an unforgettable gift for military buffs, gadget lovers, or anyone who appreciates unique gear.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-feature-tags\"\u003e\n\u003cspan class=\"pd-badge\"\u003eDesk Upgrade\u003c\/span\u003e \u003cspan class=\"pd-badge\"\u003eUnique Gift Idea\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- C. Specifications --\u003e\n\n\u003cdiv class=\"pd-section pd-specs-box\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\n\u003ctable class=\"pd-specs-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003ePrimary Material\u003c\/th\u003e\n\t\t\t\u003ctd\u003ePremium Metal Alloy Body\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eInteractive Features\u003c\/th\u003e\n\t\t\t\u003ctd\u003ePull-back drive mechanism, 360° rotating turret, Push-button launch simulation\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eIn the Box\u003c\/th\u003e\n\t\t\t\u003ctd\u003e1x Metal Mini Tank, 2x Launchable \"Bullets\"\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eAvailable Colors\u003c\/th\u003e\n\t\t\t\u003ctd\u003eArmy Green, Khaki, Gold, Red, Green, Purple, Grey, Blue\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\n\u003cp style=\"font-size: 14px; margin-top: 1.5rem; text-align: center; opacity: 0.8;\"\u003e*Note: The side tracks are detailed fixed metal decorations and do not roll; movement is powered by hidden wheels underneath.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- D. FAQ (Product Focused) --\u003e\n\n\u003cdiv class=\"pd-section pd-faq-container\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdetails class=\"pd-faq-item\" open=\"\"\u003e\u003csummary class=\"pd-faq-question\"\u003eIs the entire tank made of metal?\u003c\/summary\u003e\n\n\u003cp class=\"pd-faq-answer\"\u003eYes, the main body and turret are crafted from solid metal alloy, giving it a significant weight and premium feel compared to plastic toys.\u003c\/p\u003e\n\u003c\/details\u003e\n\n\u003cdetails class=\"pd-faq-item\"\u003e\u003csummary class=\"pd-faq-question\"\u003eDo the tracks actually roll?\u003c\/summary\u003e\n\n\u003cp class=\"pd-faq-answer\"\u003eNo, the metal tracks on the side are fixed decorative elements designed for a rugged look. The tank moves using hidden wheels and a pull-back motor underneath the chassis.\u003c\/p\u003e\n\u003c\/details\u003e\n\n\u003cdetails class=\"pd-faq-item\"\u003e\u003csummary class=\"pd-faq-question\"\u003eHow does the launch feature work?\u003c\/summary\u003e\n\n\u003cp class=\"pd-faq-answer\"\u003eIt's a simple mechanical action. Load one of the included mini \"bullets\" into the barrel and press the button on top of the turret to eject it. It's designed for safe, short-range desktop fun.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"Purple","offer_id":45738989781183,"sku":"0617-17433326","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Army Green","offer_id":45738989813951,"sku":"0617-17430759","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Desert Tan","offer_id":45738989846719,"sku":"0617-17430178","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Gunmetal Grey","offer_id":45738989879487,"sku":"0617-17437295","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Gold","offer_id":45738989912255,"sku":"0617-17434536","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Red","offer_id":45738989945023,"sku":"0617-17435894","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Blue","offer_id":45738989977791,"sku":"0617-17430524","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Green","offer_id":45738990010559,"sku":"0617-17433960","price":12.95,"currency_code":"USD","in_stock":true},{"title":"The Ultimate Fleet (All 8 Colors - Best Value)","offer_id":45740856115391,"sku":"0617-17436276","price":59.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0701\/3220\/3711\/files\/9d32284811c01b2af62cf2d493860cd6.jpg?v=1781689415","url":"https:\/\/ggkbkw-fz.myshopify.com\/products\/edc-alloy-fidget-tank","provider":"Bak","version":"1.0","type":"link"}