{"title":"Store","description":"","products":[{"product_id":"creator-edition","title":"I heart Diamond Art Keychain","description":"\u003c!-- DDT I ❤️ Diamond Art Keychain — Shopify Product Description Section --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c!-- Paste into: Shopify Admin → Products → Keychain → Description → \u003c\u003e Code View --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c!-- OR: Online Store → Themes → Customize → Add Custom HTML section --\u003e\n\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400\u0026family=Mulish:wght@300;400;500;600;700\u0026family=DM+Mono:wght@400;500\u0026display=swap');\n\n  :root {\n    --bg: #0D0A14;\n    --white: #0D0A14;\n    --ink: #C4B5FD;\n    --ink-mid: #C4B5FD;\n    --ink-light: #C4B5FD;\n    --rule: #2a2040;\n    --rose: #E040FB;\n    --rose-light: #1a1030;\n    --rose-border: #6B21A8;\n    --purple: #E040FB;\n    --purple-light: #1a1030;\n    --purple-border: #6B21A8;\n    --gold: #E040FB;\n    --gold-light: #1a1030;\n    --gold-border: #6B21A8;\n    --teal: #C4B5FD;\n    --teal-light: #1a1030;\n    --teal-border: #6B21A8;\n  }\n\n  * { margin: 0; padding: 0; box-sizing: border-box; }\n\n  .kc-section {\n    max-width: 860px;\n    margin: 0 auto;\n    padding: 48px 0;\n    font-family: 'Mulish', sans-serif;\n    color: var(--ink);\n    line-height: 1.6;\n    background: #0D0A14;\n  }\n\n  \/* EYEBROW *\/\n  .kc-eyebrow {\n    font-family: 'DM Mono', monospace;\n    font-size: 10px;\n    letter-spacing: 3px;\n    text-transform: uppercase;\n    color: var(--rose);\n    margin-bottom: 12px;\n  }\n\n  \/* HERO *\/\n  .kc-title {\n    font-family: 'Playfair Display', serif;\n    font-size: 44px;\n    font-weight: 700;\n    color: #E040FB;\n    line-height: 1.1;\n    margin-bottom: 14px;\n  }\n\n  .kc-title em { font-style: italic; color: #E040FB; }\n\n  .kc-sub {\n    font-size: 16px;\n    color: var(--ink-mid);\n    line-height: 1.8;\n    max-width: 680px;\n    margin-bottom: 28px;\n    font-weight: 300;\n  }\n\n  \/* BADGE *\/\n  .kc-badge {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    background: var(--rose-light);\n    border: 1px solid var(--rose-border);\n    border-radius: 30px;\n    padding: 7px 16px;\n    font-size: 12px;\n    font-weight: 600;\n    color: var(--rose);\n    margin-bottom: 32px;\n    font-family: 'DM Mono', monospace;\n    letter-spacing: 0.5px;\n  }\n\n  .kc-badge-dot {\n    width: 7px;\n    height: 7px;\n    background: var(--rose);\n    border-radius: 50%;\n  }\n\n  \/* DIVIDER *\/\n  .kc-hr { border: none; border-top: 1px solid var(--rule); margin: 32px 0; }\n\n  \/* SIDES REVEAL *\/\n  .kc-sides {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 14px;\n    margin-bottom: 32px;\n  }\n\n  .kc-side {\n    border-radius: 16px;\n    padding: 24px;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .kc-side-front {\n    background: var(--rose-light);\n    border: 1px solid var(--rose-border);\n  }\n\n  .kc-side-back {\n    background: var(--purple-light);\n    border: 1px solid var(--purple-border);\n  }\n\n  .kc-side-label {\n    font-family: 'DM Mono', monospace;\n    font-size: 9px;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    margin-bottom: 8px;\n  }\n\n  .kc-side-front .kc-side-label { color: var(--rose); }\n  .kc-side-back .kc-side-label { color: var(--purple); }\n\n  .kc-side-emoji {\n    font-size: 48px;\n    line-height: 1;\n    margin-bottom: 12px;\n    display: block;\n  }\n\n  .kc-side-title {\n    font-family: 'Playfair Display', serif;\n    font-size: 20px;\n    font-weight: 700;\n    margin-bottom: 6px;\n    line-height: 1.2;\n  }\n\n  .kc-side-front .kc-side-title { color: var(--rose); }\n  .kc-side-back .kc-side-title { color: var(--purple); }\n\n  .kc-side-desc {\n    font-size: 13px;\n    color: var(--ink-mid);\n    line-height: 1.6;\n    font-weight: 300;\n  }\n\n  .kc-side-price {\n    display: inline-block;\n    margin-top: 12px;\n    font-family: 'DM Mono', monospace;\n    font-size: 11px;\n    font-weight: 600;\n    padding: 4px 12px;\n    border-radius: 20px;\n  }\n\n  .kc-side-front .kc-side-price {\n    background: var(--rose);\n    color: #0D0A14;\n  }\n\n  .kc-side-back .kc-side-price {\n    background: var(--purple);\n    color: #0D0A14;\n  }\n\n  \/* INTRO *\/\n  .kc-intro {\n    font-size: 15px;\n    color: var(--ink-mid);\n    line-height: 1.9;\n    margin-bottom: 32px;\n    font-weight: 300;\n  }\n\n  .kc-intro strong { color: #E040FB; font-weight: 600; }\n\n  \/* FEATURE GRID *\/\n  .kc-features {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 12px;\n    margin-bottom: 32px;\n  }\n\n  .kc-feature {\n    background: #120f1e;\n    border: 1px solid var(--rule);\n    border-radius: 14px;\n    padding: 18px;\n  }\n\n  .kc-feature-icon {\n    width: 34px;\n    height: 34px;\n    border-radius: 10px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 16px;\n    margin-bottom: 10px;\n  }\n\n  .fi-rose { background: var(--rose-light); color: var(--rose); }\n  .fi-purple { background: var(--purple-light); color: var(--purple); }\n  .fi-gold { background: var(--gold-light); color: var(--gold); }\n  .fi-teal { background: var(--teal-light); color: var(--teal); }\n\n  .kc-feature-title {\n    font-family: 'Playfair Display', serif;\n    font-size: 16px;\n    font-weight: 700;\n    color: #E040FB;\n    margin-bottom: 5px;\n    line-height: 1.3;\n  }\n\n  .kc-feature-desc {\n    font-size: 12px;\n    color: var(--ink-light);\n    line-height: 1.6;\n    font-weight: 300;\n  }\n\n  \/* NFC CALLOUT *\/\n  .kc-nfc {\n    background: var(--purple-light);\n    border: 1px solid var(--purple-border);\n    border-left: 4px solid var(--purple);\n    border-radius: 0 14px 14px 0;\n    padding: 20px 22px;\n    margin-bottom: 32px;\n  }\n\n  .kc-nfc-eyebrow {\n    font-family: 'DM Mono', monospace;\n    font-size: 9px;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    color: var(--ink-light);\n    margin-bottom: 4px;\n  }\n\n  .kc-nfc-title {\n    font-family: 'Playfair Display', serif;\n    font-size: 17px;\n    font-weight: 600;\n    color: #E040FB;\n    margin-bottom: 6px;\n  }\n\n  .kc-nfc-body {\n    font-size: 13px;\n    color: var(--ink-mid);\n    line-height: 1.7;\n    font-weight: 300;\n  }\n\n  \/* COLOR MATCH CALLOUT *\/\n  .kc-color {\n    background: var(--gold-light);\n    border: 1px solid var(--gold-border);\n    border-radius: 14px;\n    padding: 20px 22px;\n    margin-bottom: 32px;\n    display: grid;\n    grid-template-columns: auto 1fr;\n    gap: 18px;\n    align-items: center;\n  }\n\n  .kc-color-icon {\n    width: 48px;\n    height: 48px;\n    background: var(--gold-border);\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 22px;\n    flex-shrink: 0;\n  }\n\n  .kc-color-title {\n    font-family: 'Playfair Display', serif;\n    font-size: 16px;\n    font-weight: 600;\n    color: #E040FB;\n    margin-bottom: 4px;\n  }\n\n  .kc-color-body {\n    font-size: 13px;\n    color: var(--ink-mid);\n    line-height: 1.6;\n    font-weight: 300;\n  }\n\n  \/* PERFECT FOR *\/\n  .kc-perfect {\n    background: var(--teal-light);\n    border: 1px solid var(--teal-border);\n    border-radius: 14px;\n    padding: 20px 22px;\n    margin-bottom: 32px;\n  }\n\n  .kc-perfect-eyebrow {\n    font-family: 'DM Mono', monospace;\n    font-size: 9px;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    color: var(--teal);\n    margin-bottom: 4px;\n  }\n\n  .kc-perfect-title {\n    font-family: 'Playfair Display', serif;\n    font-size: 17px;\n    font-weight: 600;\n    color: #E040FB;\n    margin-bottom: 10px;\n  }\n\n  .kc-perfect-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 8px;\n  }\n\n  .kc-perfect-item {\n    background: #120f1e;\n    border: 1px solid var(--teal-border);\n    border-radius: 8px;\n    padding: 10px 12px;\n    font-size: 12px;\n    color: var(--teal);\n    font-weight: 600;\n    text-align: center;\n  }\n\n  \/* SPECS *\/\n  .kc-specs-label {\n    font-family: 'DM Mono', monospace;\n    font-size: 10px;\n    letter-spacing: 3px;\n    text-transform: uppercase;\n    color: var(--ink-light);\n    margin-bottom: 12px;\n  }\n\n  .kc-specs {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 0;\n    border: 1px solid var(--rule);\n    border-radius: 14px;\n    overflow: hidden;\n    margin-bottom: 32px;\n  }\n\n  .kc-spec-l {\n    font-size: 13px;\n    color: var(--ink-light);\n    padding: 10px 14px;\n    border-bottom: 1px solid var(--rule);\n    background: #120f1e;\n  }\n\n  .kc-spec-v {\n    font-size: 13px;\n    color: var(--ink);\n    padding: 10px 14px;\n    border-bottom: 1px solid var(--rule);\n    font-weight: 600;\n    background: #0D0A14;\n  }\n\n  .kc-spec-l:nth-last-child(2),\n  .kc-spec-v:last-child { border-bottom: none; }\n\n  \/* PRICE BLOCK *\/\n  .kc-price-wrap {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 14px;\n    margin-bottom: 12px;\n  }\n\n  .kc-price-card {\n    background: #120f1e;\n    border: 1px solid var(--rule);\n    border-radius: 16px;\n    padding: 20px 22px;\n  }\n\n  .kc-price-card.featured {\n    border-color: var(--rose-border);\n    background: var(--rose-light);\n  }\n\n  .kc-price-tag {\n    font-family: 'DM Mono', monospace;\n    font-size: 9px;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    color: var(--ink-light);\n    margin-bottom: 6px;\n  }\n\n  .kc-price-card.featured .kc-price-tag { color: var(--rose); }\n\n  .kc-price-num {\n    font-family: 'Playfair Display', serif;\n    font-size: 36px;\n    font-weight: 700;\n    color: var(--ink);\n    line-height: 1;\n    margin-bottom: 4px;\n  }\n\n  .kc-price-card.featured .kc-price-num { color: #E040FB; }\n\n  .kc-price-desc {\n    font-size: 12px;\n    color: var(--ink-light);\n    line-height: 1.5;\n    font-weight: 300;\n  }\n\n  .kc-price-card.featured .kc-price-desc { color: var(--rose); opacity: 0.8; }\n\n  .kc-total {\n    background: #120f1e;\n    border: 1px solid var(--rule);\n    border-radius: 10px;\n    padding: 12px 16px;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    margin-top: 12px;\n    margin-bottom: 12px;\n  }\n\n  .kc-total-label {\n    font-family: 'DM Mono', monospace;\n    font-size: 10px;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n    color: var(--ink-light);\n    opacity: 0.7;\n  }\n\n  .kc-total-price {\n    font-family: 'Playfair Display', serif;\n    font-size: 22px;\n    font-weight: 700;\n    color: #E040FB;\n  }\n\n  \/* PATENT *\/\n  .kc-patent {\n    font-family: 'DM Mono', monospace;\n    font-size: 10px;\n    color: var(--ink-light);\n    text-align: center;\n    letter-spacing: 1px;\n    padding: 12px 0;\n    border-top: 1px solid var(--rule);\n    margin-top: 8px;\n    opacity: 0.6;\n  }\n\n  \/* MOBILE *\/\n  @media (max-width: 768px) {\n    .kc-sides { grid-template-columns: 1fr; }\n    .kc-features { grid-template-columns: 1fr 1fr; }\n    .kc-perfect-grid { grid-template-columns: 1fr 1fr; }\n    .kc-price-wrap { grid-template-columns: 1fr; }\n    .kc-color { grid-template-columns: 1fr; }\n    .kc-specs { grid-template-columns: 1fr; }\n    .kc-title { font-size: 34px; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"kc-section\"\u003e\n\u003cdiv class=\"kc-eyebrow\"\u003eDiamond Drill Tower™ — Signature Accessory\u003c\/div\u003e\n\u003ch1 class=\"kc-title\"\u003eThe keychain that says\u003cbr\u003e\u003cem\u003eexactly who you are.\u003c\/em\u003e\n\u003c\/h1\u003e\n\u003cp class=\"kc-sub\"\u003eTwo sides. One identity. The front celebrates the craft you love. The back carries your name. Tap it with your phone and it takes you straight to your DDT owner page. This is the keychain for the diamond painter who means it.\u003c\/p\u003e\n\u003cdiv class=\"kc-badge\"\u003e\n\u003cdiv class=\"kc-badge-dot\"\u003e\u003cbr\u003e\u003c\/div\u003e\nI ❤️ Diamond Art — Color-matched to your DDT\u003c\/div\u003e\n\u003c!-- TWO SIDES --\u003e\n\u003cdiv class=\"kc-sides\"\u003e\n\u003cdiv class=\"kc-side kc-side-front\"\u003e\n\u003cdiv class=\"kc-side-label\"\u003eFront Side\u003c\/div\u003e\n\u003cspan class=\"kc-side-emoji\"\u003e❤️\u003c\/span\u003e\n\u003cdiv class=\"kc-side-title\"\u003eI ❤️ Diamond Art\u003c\/div\u003e\n\u003cdiv class=\"kc-side-desc\"\u003eBold community identity in glitter filament. Every diamond painter who sees it knows exactly what it means — and wants one. Color-matched to your DDT workstation.\u003c\/div\u003e\n\u003cdiv class=\"kc-side-price\"\u003eIncluded — $14.99\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kc-side kc-side-back\"\u003e\n\u003cdiv class=\"kc-side-label\"\u003eBack Side — Optional Add-On\u003c\/div\u003e\n\u003cspan class=\"kc-side-emoji\"\u003e✦\u003c\/span\u003e\n\u003cdiv class=\"kc-side-title\"\u003eYour Name. Your Keychain.\u003c\/div\u003e\n\u003cdiv class=\"kc-side-desc\"\u003eYour name engraved on the reverse in the same glitter filament as the front. Up to 20 characters. The moment someone flips it over — that's the reaction you're after.\u003c\/div\u003e\n\u003cdiv class=\"kc-side-price\"\u003eAdd your name — +$4.99\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kc-hr\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"kc-intro\"\u003eDiamond painting is a lifestyle — and the I ❤️ Diamond Art keychain wears it on the outside. \u003cstrong\u003e3D printed in glitter filament, color-matched to your DDT workstation,\u003c\/strong\u003e and NFC-enabled so one tap takes you straight to your personal DDT owner page. It's a $14.99 keychain that costs less than a coffee run and tells the whole world exactly who you are. Add your name on the back and it becomes something nobody else has.\u003c\/p\u003e\n\u003c!-- FEATURES --\u003e\n\u003cdiv class=\"kc-features\"\u003e\n\u003cdiv class=\"kc-feature\"\u003e\n\u003cdiv class=\"kc-feature-icon fi-rose\"\u003e❤️\u003c\/div\u003e\n\u003cdiv class=\"kc-feature-title\"\u003eI ❤️ Diamond Art — front\u003c\/div\u003e\n\u003cdiv class=\"kc-feature-desc\"\u003eBold glitter filament design celebrating the community. Every diamond painter recognizes it instantly.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kc-feature\"\u003e\n\u003cdiv class=\"kc-feature-icon fi-purple\"\u003e✦\u003c\/div\u003e\n\u003cdiv class=\"kc-feature-title\"\u003eYour name — back (+$4.99)\u003c\/div\u003e\n\u003cdiv class=\"kc-feature-desc\"\u003eUp to 20 characters engraved on the reverse. Glitter filament, color-matched. Flip it over for the reaction.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kc-feature\"\u003e\n\u003cdiv class=\"kc-feature-icon fi-gold\"\u003e◈\u003c\/div\u003e\n\u003cdiv class=\"kc-feature-title\"\u003eNFC enabled\u003c\/div\u003e\n\u003cdiv class=\"kc-feature-desc\"\u003eTap your phone to the keychain and go straight to your personal DDT owner page. No app needed.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kc-feature\"\u003e\n\u003cdiv class=\"kc-feature-icon fi-rose\"\u003e🔑\u003c\/div\u003e\n\u003cdiv class=\"kc-feature-title\"\u003eKey ring included\u003c\/div\u003e\n\u003cdiv class=\"kc-feature-desc\"\u003eMetal key ring attached and ready to use. On your keys the moment the box opens.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kc-feature\"\u003e\n\u003cdiv class=\"kc-feature-icon fi-gold\"\u003e🎨\u003c\/div\u003e\n\u003cdiv class=\"kc-feature-title\"\u003eColor-matched to your DDT\u003c\/div\u003e\n\u003cdiv class=\"kc-feature-desc\"\u003eWe match the keychain filament colors to your DDT workstation. A set that looks like it was always meant to go together.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kc-feature\"\u003e\n\u003cdiv class=\"kc-feature-icon fi-teal\"\u003e🖨\u003c\/div\u003e\n\u003cdiv class=\"kc-feature-title\"\u003e3D printed in West Union, SC\u003c\/div\u003e\n\u003cdiv class=\"kc-feature-desc\"\u003eHand-made in West Union, SC 29696 — the same shop that makes your DDT. Same quality. Same care.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- NFC CALLOUT --\u003e\n\u003cdiv class=\"kc-nfc\"\u003e\n\u003cdiv class=\"kc-nfc-eyebrow\"\u003eNFC Smart Tag — One Tap\u003c\/div\u003e\n\u003cdiv class=\"kc-nfc-title\"\u003eTap your keychain. Open your DDT owner page.\u003c\/div\u003e\n\u003cdiv class=\"kc-nfc-body\"\u003eEvery keychain is NFC-enabled. Tap it with any modern smartphone and it opens your personal DDT owner page directly — no app, no QR code, no searching. Tutorials, reorder links, and your DDT profile all in one tap. Hold it up on camera and watch your audience lose their minds.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- COLOR MATCH --\u003e\n\u003cdiv class=\"kc-color\"\u003e\n\u003cdiv class=\"kc-color-icon\"\u003e🎨\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"kc-color-title\"\u003eMatched to your DDT. Always.\u003c\/div\u003e\n\u003cdiv class=\"kc-color-body\"\u003eIf you own a DDT workstation, your keychain colors are chosen to match your edition's color theme — the same glitter filaments, the same palette. It looks like a set because it is. If you're buying the keychain standalone, we'll select a classic color combination that pops.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- PERFECT FOR --\u003e\n\u003cdiv class=\"kc-perfect\"\u003e\n\u003cdiv class=\"kc-perfect-eyebrow\"\u003ePerfect For\u003c\/div\u003e\n\u003cdiv class=\"kc-perfect-title\"\u003eAnyone who loves diamond art — and wants the world to know it.\u003c\/div\u003e\n\u003cdiv class=\"kc-perfect-grid\"\u003e\n\u003cdiv class=\"kc-perfect-item\"\u003e🎁 Gift for a diamond painter\u003c\/div\u003e\n\u003cdiv class=\"kc-perfect-item\"\u003e🔑 Everyday keychain\u003c\/div\u003e\n\u003cdiv class=\"kc-perfect-item\"\u003e📦 DDT unboxing add-on\u003c\/div\u003e\n\u003cdiv class=\"kc-perfect-item\"\u003e🎨 Craft room accessory\u003c\/div\u003e\n\u003cdiv class=\"kc-perfect-item\"\u003e📱 NFC conversation starter\u003c\/div\u003e\n\u003cdiv class=\"kc-perfect-item\"\u003e💜 Community identity piece\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kc-hr\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c!-- SPECS --\u003e\n\u003cdiv class=\"kc-specs-label\"\u003eSpecifications\u003c\/div\u003e\n\u003cdiv class=\"kc-specs\"\u003e\n\u003cdiv class=\"kc-spec-l\"\u003eFront design\u003c\/div\u003e\n\u003cdiv class=\"kc-spec-v\"\u003eI ❤️ Diamond Art — glitter filament\u003c\/div\u003e\n\u003cdiv class=\"kc-spec-l\"\u003eBack design\u003c\/div\u003e\n\u003cdiv class=\"kc-spec-v\"\u003eYour name — up to 20 characters (+$4.99)\u003c\/div\u003e\n\u003cdiv class=\"kc-spec-l\"\u003eNFC\u003c\/div\u003e\n\u003cdiv class=\"kc-spec-v\"\u003eEnabled — links to DDT owner page\u003c\/div\u003e\n\u003cdiv class=\"kc-spec-l\"\u003eColors\u003c\/div\u003e\n\u003cdiv class=\"kc-spec-v\"\u003eMatched to your DDT color theme\u003c\/div\u003e\n\u003cdiv class=\"kc-spec-l\"\u003eHardware\u003c\/div\u003e\n\u003cdiv class=\"kc-spec-v\"\u003eMetal key ring — attached and ready\u003c\/div\u003e\n\u003cdiv class=\"kc-spec-l\"\u003eMaterial\u003c\/div\u003e\n\u003cdiv class=\"kc-spec-v\"\u003eGlitter PLA — 3D printed\u003c\/div\u003e\n\u003cdiv class=\"kc-spec-l\"\u003ePrint time\u003c\/div\u003e\n\u003cdiv class=\"kc-spec-v\"\u003e40 minutes — made to order\u003c\/div\u003e\n\u003cdiv class=\"kc-spec-l\"\u003eMade in\u003c\/div\u003e\n\u003cdiv class=\"kc-spec-v\"\u003eWest Union, SC 29696\u003c\/div\u003e\n\u003cdiv class=\"kc-spec-l\"\u003eShipping\u003c\/div\u003e\n\u003cdiv class=\"kc-spec-v\"\u003eShips with your DDT or standalone\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- PRICE --\u003e\n\u003cdiv class=\"kc-price-wrap\"\u003e\n\u003cdiv class=\"kc-price-card featured\"\u003e\n\u003cdiv class=\"kc-price-tag\"\u003eStandard — I ❤️ Diamond Art\u003c\/div\u003e\n\u003cdiv class=\"kc-price-num\"\u003e$14.99\u003c\/div\u003e\n\u003cdiv class=\"kc-price-desc\"\u003eFront design only. NFC enabled. Color-matched. Key ring included.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kc-price-card\"\u003e\n\u003cdiv class=\"kc-price-tag\"\u003eAdd your name on the back\u003c\/div\u003e\n\u003cdiv class=\"kc-price-num\"\u003e+$4.99\u003c\/div\u003e\n\u003cdiv class=\"kc-price-desc\"\u003eYour name engraved on the reverse in glitter filament. Up to 20 characters.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kc-total\"\u003e\n\u003cdiv class=\"kc-total-label\"\u003ePersonalized — both sides\u003c\/div\u003e\n\u003cdiv class=\"kc-total-price\"\u003e$19.98\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kc-patent\"\u003eDiamond Drill Tower™  ·  CS3DP LLC  ·  DiamondDrillTower.com  ·  West Union, SC 29696  ·  Patent Pending No. 64\/004,058\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Static Touch Diamond Drill Tower","offers":[{"title":"-","offer_id":43018594189521,"sku":"43018594189521","price":14.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0669\/6003\/1953\/files\/20260304_213211.jpg?v=1777760564"},{"product_id":"artisan","title":"Artisan Edition","description":"\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400\u0026family=Mulish:wght@300;400;500;600;700\u0026family=DM+Mono:wght@400;500\u0026display=swap');\n\n  :root {\n    --bg: #0D0A14;\n    --white: #0D0A14;\n    --ink: #C4B5FD;\n    --ink-mid: #C4B5FD;\n    --ink-light: #C4B5FD;\n    --rule: #2a2040;\n    --accent: #3B82F6;\n    --accent-light: #0f1a2e;\n    --accent-border: #3B82F6;\n  }\n\n  * { margin: 0; padding: 0; box-sizing: border-box; }\n  body { background: #0D0A14; font-family: 'Mulish', sans-serif; color: #C4B5FD; line-height: 1.6; font-size: 16px; }\n\n  .eyebrow { font-family: 'DM Mono', monospace; font-size: 11px; letter-spacing: 3px; text-transform: uppercase; margin-bottom: 14px; color: #3B82F6; }\n  .hero-title { font-family: 'Playfair Display', serif; font-size: 52px; font-weight: 700; color: #3B82F6; line-height: 1.1; margin-bottom: 16px; }\n  .hero-title em { font-style: italic; color: #3B82F6; }\n  .hero-sub { font-size: 18px; color: #C4B5FD; line-height: 1.8; max-width: 680px; margin-bottom: 28px; font-weight: 300; }\n  .edition-badge { display: inline-flex; align-items: center; gap: 8px; background: #0f1a2e; border: 1px solid #3B82F6; border-radius: 30px; padding: 7px 16px; font-size: 13px; font-weight: 600; color: #3B82F6; margin-bottom: 36px; font-family: 'DM Mono', monospace; letter-spacing: 0.5px; }\n  .badge-dot { width: 7px; height: 7px; background: #3B82F6; border-radius: 50%; }\n  hr { border: none; border-top: 1px solid #2a2040; margin: 36px 0; }\n  .intro { font-size: 16px; color: #C4B5FD; line-height: 1.9; margin-bottom: 32px; font-weight: 300; }\n  .intro strong { color: #3B82F6; font-weight: 600; }\n\n  .stat-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-bottom: 36px; }\n  .stat { background: #120f1e; border: 1px solid #2a2040; border-radius: 12px; padding: 16px 14px; text-align: center; }\n  .stat-num { font-family: 'Playfair Display', serif; font-size: 34px; font-weight: 700; line-height: 1; margin-bottom: 5px; color: #3B82F6; }\n  .stat-label { font-size: 11px; color: #C4B5FD; font-family: 'DM Mono', monospace; letter-spacing: 0.5px; text-transform: uppercase; }\n\n  .feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-bottom: 32px; }\n  .feature { background: #120f1e; border: 1px solid #2a2040; border-radius: 14px; padding: 18px; }\n  .feature-icon { width: 34px; height: 34px; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 15px; margin-bottom: 10px; font-family: serif; background: #0f1a2e; color: #3B82F6; }\n  .feature-title { font-family: 'Playfair Display', serif; font-size: 16px; font-weight: 700; color: #3B82F6; margin-bottom: 5px; line-height: 1.3; }\n  .feature-desc { font-size: 13px; color: #C4B5FD; line-height: 1.6; font-weight: 300; }\n\n  .callout { background: #0f1a2e; border-left: 4px solid #3B82F6; border-radius: 0 14px 14px 0; padding: 20px 22px; margin-bottom: 32px; }\n  .callout-eyebrow { font-family: 'DM Mono', monospace; font-size: 10px; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 5px; color: #C4B5FD; }\n  .callout-title { font-family: 'Playfair Display', serif; font-size: 22px; font-weight: 600; color: #3B82F6; margin-bottom: 7px; line-height: 1.3; }\n  .callout-body { font-size: 14px; color: #C4B5FD; line-height: 1.7; font-weight: 300; }\n\n  .pers-band { border: 1px solid #3B82F6; border-radius: 14px; padding: 20px 22px; margin-bottom: 32px; display: grid; grid-template-columns: auto 1fr; gap: 18px; align-items: center; background: #0f1a2e; }\n  .pers-diamond { width: 46px; height: 46px; background: #3B82F6; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: serif; font-size: 20px; color: #C4B5FD; flex-shrink: 0; }\n  .pers-title { font-family: 'Playfair Display', serif; font-size: 20px; font-weight: 600; color: #3B82F6; margin-bottom: 4px; }\n  .pers-body { font-size: 14px; color: #C4B5FD; line-height: 1.6; font-weight: 300; }\n\n  .gives-back { background: #0f1a2e; border: 1px solid #3B82F6; border-radius: 14px; padding: 20px 22px; margin-bottom: 32px; }\n  .gb-eyebrow { font-family: 'DM Mono', monospace; font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: #C4B5FD; margin-bottom: 4px; }\n  .gb-title { font-family: 'Playfair Display', serif; font-size: 22px; font-weight: 600; color: #3B82F6; margin-bottom: 6px; line-height: 1.3; }\n  .gb-body { font-size: 14px; color: #C4B5FD; line-height: 1.7; font-weight: 300; }\n\n  .specs-label { font-family: 'DM Mono', monospace; font-size: 11px; letter-spacing: 3px; text-transform: uppercase; color: #C4B5FD; margin-bottom: 12px; }\n  .specs { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border: 1px solid #2a2040; border-radius: 14px; overflow: hidden; margin-bottom: 32px; }\n  .spec-l { font-size: 13px; color: #C4B5FD; padding: 10px 14px; border-bottom: 1px solid #2a2040; background: #120f1e; }\n  .spec-v { font-size: 13px; color: #C4B5FD; padding: 10px 14px; border-bottom: 1px solid #2a2040; font-weight: 600; background: #0D0A14; }\n  .spec-l:nth-last-child(2), .spec-v:last-child { border-bottom: none; }\n\n  .price-block { background: #120f1e; border: 1px solid #2a2040; border-radius: 16px; padding: 22px 26px; display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 12px; }\n  .msrp { font-size: 13px; color: #C4B5FD; text-decoration: line-through; margin-bottom: 2px; font-family: 'DM Mono', monospace; }\n  .price { font-family: 'Playfair Display', serif; font-size: 42px; font-weight: 700; color: #3B82F6; line-height: 1; }\n  .save { font-size: 12px; color: #C4B5FD; font-weight: 700; margin-top: 3px; font-family: 'DM Mono', monospace; letter-spacing: 0.5px; }\n  .price-right { text-align: right; }\n  .shipping { font-size: 13px; color: #C4B5FD; font-weight: 700; margin-bottom: 3px; }\n  .delivery { font-size: 12px; color: #C4B5FD; margin-bottom: 3px; }\n  .made { font-size: 12px; color: #C4B5FD; font-family: 'DM Mono', monospace; }\n  .patent { font-family: 'DM Mono', monospace; font-size: 11px; color: #C4B5FD; text-align: center; letter-spacing: 1px; padding: 12px 0; border-top: 1px solid #2a2040; margin-top: 8px; }\n\n  .upgrade-nudge { background: #0f1a2e; border: 1px solid #3B82F6; border-radius: 12px; padding: 16px 20px; margin-bottom: 12px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }\n  .nudge-text { font-size: 14px; color: #C4B5FD; line-height: 1.5; }\n  .nudge-text strong { font-weight: 700; color: #3B82F6; }\n  .nudge-link { font-family: 'DM Mono', monospace; font-size: 12px; font-weight: 600; color: #3B82F6; white-space: nowrap; border: 1px solid #3B82F6; border-radius: 20px; padding: 6px 14px; text-decoration: none; }\n\n  .ddt-section { max-width: 100%; padding: 40px 0; }\n  .ddt-section .hero-title { font-size: 46px; }\n  @media (max-width: 768px) {\n    .ddt-section .stat-row { grid-template-columns: repeat(2, 1fr); }\n    .ddt-section .feature-grid { grid-template-columns: 1fr 1fr; }\n    .ddt-section .pers-band { grid-template-columns: 1fr; }\n    .ddt-section .price-block { flex-direction: column; align-items: flex-start; }\n    .ddt-section .specs { grid-template-columns: 1fr; }\n    .ddt-section .spec-l, .ddt-section .spec-v { border-bottom: 1px solid #2a2040; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"ddt-section\"\u003e\n\u003cdiv class=\"eyebrow\"\u003eDiamond Drill Tower™ — Artisan Edition\u003c\/div\u003e\n\u003ch1 class=\"hero-title\"\u003eThree levels of\u003cbr\u003e\u003cem\u003eserious organization.\u003c\/em\u003e\n\u003c\/h1\u003e\n\u003cp class=\"hero-sub\"\u003eThe Artisan is where most diamond painters land when they realize one level isn't enough — and discover they're right. Three independently rotating levels, 24 anti-spill trays, and right now, it's priced lower than the Creator. This is your sign.\u003c\/p\u003e\n\u003cdiv class=\"edition-badge\"\u003e\n\u003cdiv class=\"badge-dot\"\u003e\u003c\/div\u003eArtisan Edition — Founding Drop Price\u003c\/div\u003e\n\u003cdiv class=\"stat-row\"\u003e\n  \u003cdiv class=\"stat\"\u003e\n\u003cdiv class=\"stat-num\"\u003e3\u003c\/div\u003e\n\u003cdiv class=\"stat-label\"\u003eRotating levels\u003c\/div\u003e\n\u003c\/div\u003e\n  \u003cdiv class=\"stat\"\u003e\n\u003cdiv class=\"stat-num\"\u003e24\u003c\/div\u003e\n\u003cdiv class=\"stat-label\"\u003eAnti-spill trays\u003c\/div\u003e\n\u003c\/div\u003e\n  \u003cdiv class=\"stat\"\u003e\n\u003cdiv class=\"stat-num\"\u003e2\u003c\/div\u003e\n\u003cdiv class=\"stat-label\"\u003eNFC smart tags\u003c\/div\u003e\n\u003c\/div\u003e\n  \u003cdiv class=\"stat\"\u003e\n\u003cdiv class=\"stat-num\"\u003e$27\u003c\/div\u003e\n\u003cdiv class=\"stat-label\"\u003eOff MSRP\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003chr\u003e\n\u003cp class=\"intro\"\u003eThree levels. Twenty-four trays. Room for the colors you use constantly on one level, the colors you reach for regularly on another, and everything else within a single rotation. \u003cstrong\u003eThe Artisan Edition is where the DDT clicks into place\u003c\/strong\u003e — where diamond painting stops being a search operation and starts being the pure creative flow it was always supposed to be. \u003c\/p\u003e\n\u003cdiv class=\"feature-grid\"\u003e\n  \u003cdiv class=\"feature\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e↻\u003c\/div\u003e\n\u003cdiv class=\"feature-title\"\u003e3 independently rotating levels\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eEach level spins on its own axis. Organize by project, by color family, or however your brain works.\u003c\/div\u003e\n\u003c\/div\u003e\n  \u003cdiv class=\"feature\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e⬡\u003c\/div\u003e\n\u003cdiv class=\"feature-title\"\u003e24 anti-spill snap-lock trays\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eEight trays per level. Snap shut, open on press. Twenty-four colors always exactly where you left them.\u003c\/div\u003e\n\u003c\/div\u003e\n  \u003cdiv class=\"feature\"\u003e\n\u003cdiv class=\"feature-icon\" style=\"background:#1a1030;color:#C4B5FD;\"\u003e◈\u003c\/div\u003e\n\u003cdiv class=\"feature-title\"\u003e2 NFC smart tags\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eTap the handle or top disc cover. Tutorials, your owner page, and reorders in one tap.\u003c\/div\u003e\n\u003c\/div\u003e\n  \u003cdiv class=\"feature\"\u003e\n\u003cdiv class=\"feature-icon\" style=\"background:#1a1030;color:#C4B5FD;\"\u003e⊞\u003c\/div\u003e\n\u003cdiv class=\"feature-title\"\u003e1 large drawer + 2 ribbed sorting drawers\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003e1 large 30mm lidded drawer for pens and wax — one handwritten saying nobody else gets. 2 ribbed stackable sorting drawers for drills. Everyone will ask what the saying says.\u003c\/div\u003e\n\u003c\/div\u003e\n  \u003cdiv class=\"feature\"\u003e\n\u003cdiv class=\"feature-icon\" style=\"background:#1a1030;color:#C4B5FD;\"\u003e✦\u003c\/div\u003e\n\u003cdiv class=\"feature-title\"\u003ePersonalized base, engraved\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eYour name in the base. Up to 20 characters. Made in West Union, SC. Unmistakably yours.\u003c\/div\u003e\n\u003c\/div\u003e\n  \u003cdiv class=\"feature\"\u003e\n\u003cdiv class=\"feature-icon\" style=\"background:#1a1030;color:#C4B5FD;\"\u003e◎\u003c\/div\u003e\n\u003cdiv class=\"feature-title\"\u003eComplete and ready to create\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eIncludes drill pen and recycled wax. Open it, load 24 colors, and start your next project.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"callout\"\u003e\n  \u003cdiv class=\"callout-eyebrow\"\u003eStatic Touch™ — US Patent Pending No. 64\/004,058\u003c\/div\u003e\n  \u003cdiv class=\"callout-title\"\u003eThe anti-static system diamond painters have been waiting for.\u003c\/div\u003e\n  \u003cdiv class=\"callout-body\"\u003eThe high relief brass Static Touch™ badge neutralizes static before you pick up a drill. No jumping. No sticking. Clean, precise placement across all 24 trays — every single time.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pers-band\"\u003e\n  \u003cdiv class=\"pers-diamond\"\u003e♦\u003c\/div\u003e\n  \u003cdiv\u003e\n    \u003cdiv class=\"pers-title\"\u003eMade to order. Made for you.\u003c\/div\u003e\n    \u003cdiv class=\"pers-body\"\u003e3D printed by hand in West Union, SC 29696. Your name engraved, your color theme chosen, your drawers holding sayings nobody else gets. Three levels of personalized organization.\u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gives-back\"\u003e\n  \u003cdiv class=\"gb-eyebrow\"\u003eDDT Gives Back\u003c\/div\u003e\n  \u003cdiv class=\"gb-title\"\u003eEvery DDT sold brings us closer to changing someone's life.\u003c\/div\u003e\n  \u003cdiv class=\"gb-body\"\u003eA portion of every sale funds the DDT Gives Back pool — community-voted, life-changing acts. Cars. Houses. Medical debt cleared. Your Artisan purchase is part of something that goes well beyond your craft table.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003chr\u003e\n\u003cdiv class=\"specs-label\"\u003eSpecifications\u003c\/div\u003e\n\u003cdiv class=\"specs\"\u003e\n  \u003cdiv class=\"spec-l\"\u003eEdition\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eArtisan — Founding Drop price\u003c\/div\u003e\n  \u003cdiv class=\"spec-l\"\u003eLevels\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e3 independently rotating\u003c\/div\u003e\n  \u003cdiv class=\"spec-l\"\u003eTrays\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e24 anti-spill, snap-lock lids\u003c\/div\u003e\n  \u003cdiv class=\"spec-l\"\u003eDrawers\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e30mm lidded drawer (pens\/wax) + 2 ribbed stackable sorters (top lidded, bottom open)\u003c\/div\u003e\n  \u003cdiv class=\"spec-l\"\u003eNFC tags\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e2 (handle + top disc)\u003c\/div\u003e\n  \u003cdiv class=\"spec-l\"\u003ePersonalization\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eName engraved, up to 20 characters\u003c\/div\u003e\n  \u003cdiv class=\"spec-l\"\u003eIncludes\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eDrill pen + recycled wax\u003c\/div\u003e\n  \u003cdiv class=\"spec-l\"\u003eMaterial\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003ePLA\/PETG — 3D printed\u003c\/div\u003e\n  \u003cdiv class=\"spec-l\"\u003eMade in\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eWest Union, SC 29696\u003c\/div\u003e\n  \u003cdiv class=\"spec-l\"\u003eShipping\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eQueue-based delivery — date at checkout\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"price-block\"\u003e\n  \u003cdiv\u003e\n\u003cdiv class=\"msrp\"\u003eMSRP $161.99\u003c\/div\u003e\n\u003cdiv class=\"price\"\u003e$134.99\u003c\/div\u003e\n\u003c\/div\u003e\n  \u003cdiv class=\"price-right\"\u003e\n\u003cdiv class=\"shipping\"\u003eFree US shipping\u003c\/div\u003e\n\u003cdiv class=\"delivery\"\u003eQueue-based — delivery date at checkout\u003c\/div\u003e\n\u003cdiv class=\"made\"\u003eHand-made in West Union, SC\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"upgrade-nudge\"\u003e\n  \u003cdiv class=\"nudge-text\"\u003e\n\u003cstrong\u003eDouble the levels for $65 more.\u003c\/strong\u003e The Virtuoso gives you 6 levels and 48 trays at $199.99.\u003c\/div\u003e\n  \u003ca class=\"nudge-link\" href=\"#virtuoso\"\u003eSee Virtuoso →\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"patent\"\u003eDiamond Drill Tower™  ·  CS3DP LLC  ·  DiamondDrillTower.com  ·  Patent Pending No. 64\/004,058\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Static Touch Diamond Drill Tower","offers":[{"title":"3 Levels \/ 24 Trays","offer_id":43018594681041,"sku":"43018594681041","price":134.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0669\/6003\/1953\/files\/Firefly-3-scaled.webp?v=1779849997"},{"product_id":"virtuoso-edition","title":"Virtuoso Edition","description":"\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400\u0026family=Mulish:wght@300;400;500;600;700\u0026family=DM+Mono:wght@400;500\u0026display=swap');\n\n  :root {\n    --bg: #0D0A14;\n    --white: #0D0A14;\n    --ink: #C4B5FD;\n    --ink-mid: #C4B5FD;\n    --ink-light: #C4B5FD;\n    --rule: #2a2040;\n    --accent: #22C55E;\n    --accent-light: #0d1f15;\n    --accent-border: #22C55E;\n  }\n\n  * { margin: 0; padding: 0; box-sizing: border-box; }\n  body { background: #0D0A14; font-family: 'Mulish', sans-serif; color: #C4B5FD; line-height: 1.6; font-size: 16px; }\n\n  .eyebrow { font-family: 'DM Mono', monospace; font-size: 11px; letter-spacing: 3px; text-transform: uppercase; margin-bottom: 14px; color: #22C55E; }\n  .hero-title { font-family: 'Playfair Display', serif; font-size: 52px; font-weight: 700; color: #22C55E; line-height: 1.1; margin-bottom: 16px; }\n  .hero-title em { font-style: italic; color: #22C55E; }\n  .hero-sub { font-size: 18px; color: #C4B5FD; line-height: 1.8; max-width: 680px; margin-bottom: 28px; font-weight: 300; }\n  .edition-badge { display: inline-flex; align-items: center; gap: 8px; background: #0d1f15; border: 1px solid #22C55E; border-radius: 30px; padding: 7px 16px; font-size: 13px; font-weight: 600; color: #22C55E; margin-bottom: 36px; font-family: 'DM Mono', monospace; letter-spacing: 0.5px; }\n  .badge-dot { width: 7px; height: 7px; background: #22C55E; border-radius: 50%; }\n  hr { border: none; border-top: 1px solid #2a2040; margin: 36px 0; }\n  .intro { font-size: 16px; color: #C4B5FD; line-height: 1.9; margin-bottom: 32px; font-weight: 300; }\n  .intro strong { color: #22C55E; font-weight: 600; }\n\n  .stat-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-bottom: 36px; }\n  .stat { background: #120f1e; border: 1px solid #2a2040; border-radius: 12px; padding: 16px 14px; text-align: center; }\n  .stat-num { font-family: 'Playfair Display', serif; font-size: 34px; font-weight: 700; line-height: 1; margin-bottom: 5px; color: #22C55E; }\n  .stat-label { font-size: 11px; color: #C4B5FD; font-family: 'DM Mono', monospace; letter-spacing: 0.5px; text-transform: uppercase; }\n\n  .feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-bottom: 32px; }\n  .feature { background: #120f1e; border: 1px solid #2a2040; border-radius: 14px; padding: 18px; }\n  .feature-icon { width: 34px; height: 34px; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 15px; margin-bottom: 10px; font-family: serif; background: #0d1f15; color: #22C55E; }\n  .feature-title { font-family: 'Playfair Display', serif; font-size: 16px; font-weight: 700; color: #22C55E; margin-bottom: 5px; line-height: 1.3; }\n  .feature-desc { font-size: 13px; color: #C4B5FD; line-height: 1.6; font-weight: 300; }\n\n  .callout { background: #0d1f15; border-left: 4px solid #22C55E; border-radius: 0 14px 14px 0; padding: 20px 22px; margin-bottom: 32px; }\n  .callout-eyebrow { font-family: 'DM Mono', monospace; font-size: 10px; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 5px; color: #C4B5FD; }\n  .callout-title { font-family: 'Playfair Display', serif; font-size: 22px; font-weight: 600; color: #22C55E; margin-bottom: 7px; line-height: 1.3; }\n  .callout-body { font-size: 14px; color: #C4B5FD; line-height: 1.7; font-weight: 300; }\n\n  .pers-band { border: 1px solid #22C55E; border-radius: 14px; padding: 20px 22px; margin-bottom: 32px; display: grid; grid-template-columns: auto 1fr; gap: 18px; align-items: center; background: #0d1f15; }\n  .pers-diamond { width: 46px; height: 46px; background: #22C55E; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: serif; font-size: 20px; color: #0D0A14; flex-shrink: 0; }\n  .pers-title { font-family: 'Playfair Display', serif; font-size: 20px; font-weight: 600; color: #22C55E; margin-bottom: 4px; }\n  .pers-body { font-size: 14px; color: #C4B5FD; line-height: 1.6; font-weight: 300; }\n\n  .gives-back { background: #0d1f15; border: 1px solid #22C55E; border-radius: 14px; padding: 20px 22px; margin-bottom: 32px; }\n  .gb-eyebrow { font-family: 'DM Mono', monospace; font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: #C4B5FD; margin-bottom: 4px; }\n  .gb-title { font-family: 'Playfair Display', serif; font-size: 22px; font-weight: 600; color: #22C55E; margin-bottom: 6px; line-height: 1.3; }\n  .gb-body { font-size: 14px; color: #C4B5FD; line-height: 1.7; font-weight: 300; }\n\n  .specs-label { font-family: 'DM Mono', monospace; font-size: 11px; letter-spacing: 3px; text-transform: uppercase; color: #C4B5FD; margin-bottom: 12px; }\n  .specs { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border: 1px solid #2a2040; border-radius: 14px; overflow: hidden; margin-bottom: 32px; }\n  .spec-l { font-size: 13px; color: #C4B5FD; padding: 10px 14px; border-bottom: 1px solid #2a2040; background: #120f1e; }\n  .spec-v { font-size: 13px; color: #C4B5FD; padding: 10px 14px; border-bottom: 1px solid #2a2040; font-weight: 600; background: #0D0A14; }\n  .spec-l:nth-last-child(2), .spec-v:last-child { border-bottom: none; }\n\n  .price-block { background: #120f1e; border: 1px solid #2a2040; border-radius: 16px; padding: 22px 26px; display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 12px; }\n  .msrp { font-size: 13px; color: #C4B5FD; text-decoration: line-through; margin-bottom: 2px; font-family: 'DM Mono', monospace; }\n  .price { font-family: 'Playfair Display', serif; font-size: 42px; font-weight: 700; color: #22C55E; line-height: 1; }\n  .save { font-size: 12px; color: #C4B5FD; font-weight: 700; margin-top: 3px; font-family: 'DM Mono', monospace; letter-spacing: 0.5px; }\n  .price-right { text-align: right; }\n  .shipping { font-size: 13px; color: #C4B5FD; font-weight: 700; margin-bottom: 3px; }\n  .delivery { font-size: 12px; color: #C4B5FD; margin-bottom: 3px; }\n  .made { font-size: 12px; color: #C4B5FD; font-family: 'DM Mono', monospace; }\n  .patent { font-family: 'DM Mono', monospace; font-size: 11px; color: #C4B5FD; text-align: center; letter-spacing: 1px; padding: 12px 0; border-top: 1px solid #2a2040; margin-top: 8px; }\n\n  .upgrade-nudge { background: #0d1f15; border: 1px solid #22C55E; border-radius: 12px; padding: 16px 20px; margin-bottom: 12px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }\n  .nudge-text { font-size: 14px; color: #C4B5FD; line-height: 1.5; }\n  .nudge-text strong { font-weight: 700; color: #22C55E; }\n  .nudge-link { font-family: 'DM Mono', monospace; font-size: 12px; font-weight: 600; color: #22C55E; white-space: nowrap; border: 1px solid #22C55E; border-radius: 20px; padding: 6px 14px; text-decoration: none; }\n\n  .ddt-section { max-width: 100%; padding: 40px 0; }\n  .ddt-section .hero-title { font-size: 46px; }\n  @media (max-width: 768px) {\n    .ddt-section .stat-row { grid-template-columns: repeat(2, 1fr); }\n    .ddt-section .feature-grid { grid-template-columns: 1fr 1fr; }\n    .ddt-section .pers-band { grid-template-columns: 1fr; }\n    .ddt-section .price-block { flex-direction: column; align-items: flex-start; }\n    .ddt-section .specs { grid-template-columns: 1fr; }\n    .ddt-section .spec-l, .ddt-section .spec-v { border-bottom: 1px solid #2a2040; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"ddt-section\"\u003e\n\u003cdiv class=\"eyebrow\"\u003eDiamond Drill Tower™ — Virtuoso Edition\u003c\/div\u003e\n\u003ch1 class=\"hero-title\"\u003eWhere diamond painting\u003cbr\u003e\u003cem\u003ebecomes a craft room centerpiece.\u003c\/em\u003e\n\u003c\/h1\u003e\n\u003cp class=\"hero-sub\"\u003eSix levels. Forty-eight trays. The Virtuoso is built for the diamond painter who's past the basics and ready for a workstation that matches the scale of their collection — and the seriousness of their craft.\u003c\/p\u003e\n\u003cdiv class=\"edition-badge\"\u003e\n\u003cdiv class=\"badge-dot\"\u003e\u003c\/div\u003eVirtuoso Edition — Founding Drop Price\u003c\/div\u003e\n\u003cdiv class=\"stat-row\"\u003e\n  \u003cdiv class=\"stat\"\u003e\n\u003cdiv class=\"stat-num\"\u003e6\u003c\/div\u003e\n\u003cdiv class=\"stat-label\"\u003eRotating levels\u003c\/div\u003e\n\u003c\/div\u003e\n  \u003cdiv class=\"stat\"\u003e\n\u003cdiv class=\"stat-num\"\u003e48\u003c\/div\u003e\n\u003cdiv class=\"stat-label\"\u003eAnti-spill trays\u003c\/div\u003e\n\u003c\/div\u003e\n  \u003cdiv class=\"stat\"\u003e\n\u003cdiv class=\"stat-num\"\u003e2\u003c\/div\u003e\n\u003cdiv class=\"stat-label\"\u003eNFC smart tags\u003c\/div\u003e\n\u003c\/div\u003e\n  \u003cdiv class=\"stat\"\u003e\n    \u003cdiv class=\"stat-num\"\u003e$40\u003c\/div\u003e\n\u003cdiv class=\"stat-label\"\u003eoff MSRP\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003chr\u003e\n\u003cp class=\"intro\"\u003eForty-eight colors. Six levels that each spin independently. At the Virtuoso level, your workstation stops being a tool and starts being a statement. \u003cstrong\u003eThis is where diamond painters realize they've been working harder than they needed to.\u003c\/strong\u003e Every color has a permanent address. Every tray snaps shut between sessions. Every level rotates to meet your hand instead of you reaching across a cluttered table. Six levels of flow state, right on your craft table.\u003c\/p\u003e\n\u003cdiv class=\"feature-grid\"\u003e\n  \u003cdiv class=\"feature\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e↻\u003c\/div\u003e\n\u003cdiv class=\"feature-title\"\u003e6 independently rotating levels\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eSix levels spinning independently. Organize by project, color family, frequency of use — your system, your rules.\u003c\/div\u003e\n\u003c\/div\u003e\n  \u003cdiv class=\"feature\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e⬡\u003c\/div\u003e\n\u003cdiv class=\"feature-title\"\u003e48 anti-spill snap-lock trays\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eEight trays per level across six levels. Snap shut. Open on press. Forty-eight colors, zero spills.\u003c\/div\u003e\n\u003c\/div\u003e\n  \u003cdiv class=\"feature\"\u003e\n\u003cdiv class=\"feature-icon\" style=\"background:#1a1030;color:#C4B5FD;\"\u003e◈\u003c\/div\u003e\n\u003cdiv class=\"feature-title\"\u003e2 NFC smart tags\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eTap the handle or top disc. Instant access to tutorials, your owner page, and reorder links.\u003c\/div\u003e\n\u003c\/div\u003e\n  \u003cdiv class=\"feature\"\u003e\n\u003cdiv class=\"feature-icon\" style=\"background:#1a1030;color:#C4B5FD;\"\u003e⊞\u003c\/div\u003e\n\u003cdiv class=\"feature-title\"\u003e1 large drawer + 2 ribbed sorting drawers\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003e1 large 30mm lidded drawer for pens, wax, and accessories — one handwritten saying yours alone to find. 2 ribbed stackable sorting drawers for larger drill amounts. Top sorter has a lid; nests onto bottom.\u003c\/div\u003e\n\u003c\/div\u003e\n  \u003cdiv class=\"feature\"\u003e\n\u003cdiv class=\"feature-icon\" style=\"background:#1a1030;color:#C4B5FD;\"\u003e✦\u003c\/div\u003e\n\u003cdiv class=\"feature-title\"\u003ePersonalized base, engraved\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eYour name engraved on the base. Made in West Union, SC. Six levels of something made specifically for you.\u003c\/div\u003e\n\u003c\/div\u003e\n  \u003cdiv class=\"feature\"\u003e\n\u003cdiv class=\"feature-icon\" style=\"background:#1a1030;color:#C4B5FD;\"\u003e◎\u003c\/div\u003e\n\u003cdiv class=\"feature-title\"\u003eComplete and ready to create\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eIncludes drill pen and recycled wax. Load 48 colors and you are completely ready to paint.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"callout\"\u003e\n  \u003cdiv class=\"callout-eyebrow\"\u003eStatic Touch™ — US Patent Pending No. 64\/004,058\u003c\/div\u003e\n  \u003cdiv class=\"callout-title\"\u003eForty-eight trays. Zero static. Pure flow.\u003c\/div\u003e\n  \u003cdiv class=\"callout-body\"\u003eThe high relief brass Static Touch™ badge on your Virtuoso neutralizes static charge before you pick up a drill. Clean placement across all six levels, every tray, every session.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pers-band\"\u003e\n  \u003cdiv class=\"pers-diamond\"\u003e♦\u003c\/div\u003e\n  \u003cdiv\u003e\n    \u003cdiv class=\"pers-title\"\u003eMade to order. Made for you.\u003c\/div\u003e\n    \u003cdiv class=\"pers-body\"\u003e3D printed by hand in West Union, SC 29696. Your name, your color theme, six levels of an organization system built specifically for the way you paint. There is no other Virtuoso exactly like yours.\u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gives-back\"\u003e\n  \u003cdiv class=\"gb-eyebrow\"\u003eDDT Gives Back\u003c\/div\u003e\n  \u003cdiv class=\"gb-title\"\u003eEvery DDT sold brings us closer to changing someone's life.\u003c\/div\u003e\n  \u003cdiv class=\"gb-body\"\u003eA portion of every Virtuoso sale goes into the DDT Gives Back pool — community-voted life-changing acts. Cars. Houses. Medical debt cleared. Six levels of organization. One part of something much larger.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003chr\u003e\n\u003cdiv class=\"specs-label\"\u003eSpecifications\u003c\/div\u003e\n\u003cdiv class=\"specs\"\u003e\n  \u003cdiv class=\"spec-l\"\u003eEdition\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eVirtuoso — Founding Drop price\u003c\/div\u003e\n  \u003cdiv class=\"spec-l\"\u003eLevels\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e6 independently rotating\u003c\/div\u003e\n  \u003cdiv class=\"spec-l\"\u003eTrays\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e48 anti-spill, snap-lock lids\u003c\/div\u003e\n  \u003cdiv class=\"spec-l\"\u003eDrawers\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e30mm lidded drawer (pens\/wax) + 2 ribbed stackable sorters (top lidded, bottom open)\u003c\/div\u003e\n  \u003cdiv class=\"spec-l\"\u003eNFC tags\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e2 (handle + top disc)\u003c\/div\u003e\n  \u003cdiv class=\"spec-l\"\u003ePersonalization\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eName engraved, up to 20 characters\u003c\/div\u003e\n  \u003cdiv class=\"spec-l\"\u003eIncludes\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eDrill pen + recycled wax\u003c\/div\u003e\n  \u003cdiv class=\"spec-l\"\u003eMaterial\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003ePLA\/PETG — 3D printed\u003c\/div\u003e\n  \u003cdiv class=\"spec-l\"\u003eMade in\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eWest Union, SC 29696\u003c\/div\u003e\n  \u003cdiv class=\"spec-l\"\u003eShipping\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eQueue-based delivery — date at checkout\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"price-block\"\u003e\n  \u003cdiv\u003e\n\u003cdiv class=\"msrp\"\u003eMSRP $239.99\u003c\/div\u003e\n\u003cdiv class=\"price\"\u003e$199.99\u003c\/div\u003e\n\u003c\/div\u003e\n  \u003cdiv class=\"price-right\"\u003e\n\u003cdiv class=\"shipping\"\u003eFree US shipping\u003c\/div\u003e\n\u003cdiv class=\"delivery\"\u003eQueue-based — delivery date at checkout\u003c\/div\u003e\n\u003cdiv class=\"made\"\u003eHand-made in West Union, SC\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"upgrade-nudge\"\u003e\n  \u003cdiv class=\"nudge-text\"\u003e\n\u003cstrong\u003eThree more levels for $45 more.\u003c\/strong\u003e The Maestro gives you 9 levels and 72 trays at $244.99.\u003c\/div\u003e\n  \u003ca href=\"#maestro\" class=\"nudge-link\"\u003eSee Maestro →\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"patent\"\u003eDiamond Drill Tower™  ·  CS3DP LLC  ·  DiamondDrillTower.com  ·  Patent Pending No. 64\/004,058\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Static Touch Diamond Drill Tower","offers":[{"title":"6 Levels \/ 48 Trays","offer_id":43018594910417,"sku":"43018594910417","price":199.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0669\/6003\/1953\/files\/Firefly-4-scaled.webp?v=1779849997"},{"product_id":"maestro-edition","title":"Maestro Edition","description":"\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400\u0026family=Mulish:wght@300;400;500;600;700\u0026family=DM+Mono:wght@400;500\u0026display=swap');\n\n  :root {\n    --bg: #0D0A14;\n    --white: #0D0A14;\n    --ink: #C4B5FD;\n    --ink-mid: #C4B5FD;\n    --ink-light: #C4B5FD;\n    --rule: #2a2040;\n    --accent: #A855F7;\n    --accent-light: #1a1030;\n    --accent-border: #A855F7;\n  }\n\n  * { margin: 0; padding: 0; box-sizing: border-box; }\n  body { background: #0D0A14; font-family: 'Mulish', sans-serif; color: #C4B5FD; line-height: 1.6; font-size: 16px; }\n\n  .eyebrow { font-family: 'DM Mono', monospace; font-size: 11px; letter-spacing: 3px; text-transform: uppercase; margin-bottom: 14px; color: #A855F7; }\n  .hero-title { font-family: 'Playfair Display', serif; font-size: 52px; font-weight: 700; color: #A855F7; line-height: 1.1; margin-bottom: 16px; }\n  .hero-title em { font-style: italic; color: #A855F7; }\n  .hero-sub { font-size: 18px; color: #C4B5FD; line-height: 1.8; max-width: 680px; margin-bottom: 28px; font-weight: 300; }\n  .edition-badge { display: inline-flex; align-items: center; gap: 8px; background: #1a1030; border: 1px solid #A855F7; border-radius: 30px; padding: 7px 16px; font-size: 13px; font-weight: 600; color: #A855F7; margin-bottom: 36px; font-family: 'DM Mono', monospace; letter-spacing: 0.5px; }\n  .badge-dot { width: 7px; height: 7px; background: #A855F7; border-radius: 50%; }\n  hr { border: none; border-top: 1px solid #2a2040; margin: 36px 0; }\n  .intro { font-size: 16px; color: #C4B5FD; line-height: 1.9; margin-bottom: 32px; font-weight: 300; }\n  .intro strong { color: #A855F7; font-weight: 600; }\n\n  .stat-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-bottom: 36px; }\n  .stat { background: #120f1e; border: 1px solid #2a2040; border-radius: 12px; padding: 16px 14px; text-align: center; }\n  .stat-num { font-family: 'Playfair Display', serif; font-size: 34px; font-weight: 700; line-height: 1; margin-bottom: 5px; color: #A855F7; }\n  .stat-label { font-size: 11px; color: #C4B5FD; font-family: 'DM Mono', monospace; letter-spacing: 0.5px; text-transform: uppercase; }\n\n  .feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-bottom: 32px; }\n  .feature { background: #120f1e; border: 1px solid #2a2040; border-radius: 14px; padding: 18px; }\n  .feature-icon { width: 34px; height: 34px; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 15px; margin-bottom: 10px; font-family: serif; background: #1a1030; color: #A855F7; }\n  .feature-title { font-family: 'Playfair Display', serif; font-size: 16px; font-weight: 700; color: #A855F7; margin-bottom: 5px; line-height: 1.3; }\n  .feature-desc { font-size: 13px; color: #C4B5FD; line-height: 1.6; font-weight: 300; }\n\n  .callout { background: #1a1030; border-left: 4px solid #A855F7; border-radius: 0 14px 14px 0; padding: 20px 22px; margin-bottom: 32px; }\n  .callout-eyebrow { font-family: 'DM Mono', monospace; font-size: 10px; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 5px; color: #C4B5FD; }\n  .callout-title { font-family: 'Playfair Display', serif; font-size: 22px; font-weight: 600; color: #A855F7; margin-bottom: 7px; line-height: 1.3; }\n  .callout-body { font-size: 14px; color: #C4B5FD; line-height: 1.7; font-weight: 300; }\n\n  .pers-band { border: 1px solid #A855F7; border-radius: 14px; padding: 20px 22px; margin-bottom: 32px; display: grid; grid-template-columns: auto 1fr; gap: 18px; align-items: center; background: #1a1030; }\n  .pers-diamond { width: 46px; height: 46px; background: #A855F7; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: serif; font-size: 20px; color: #C4B5FD; flex-shrink: 0; }\n  .pers-title { font-family: 'Playfair Display', serif; font-size: 20px; font-weight: 600; color: #A855F7; margin-bottom: 4px; }\n  .pers-body { font-size: 14px; color: #C4B5FD; line-height: 1.6; font-weight: 300; }\n\n  .gives-back { background: #1a1030; border: 1px solid #A855F7; border-radius: 14px; padding: 20px 22px; margin-bottom: 32px; }\n  .gb-eyebrow { font-family: 'DM Mono', monospace; font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: #C4B5FD; margin-bottom: 4px; }\n  .gb-title { font-family: 'Playfair Display', serif; font-size: 22px; font-weight: 600; color: #A855F7; margin-bottom: 6px; line-height: 1.3; }\n  .gb-body { font-size: 14px; color: #C4B5FD; line-height: 1.7; font-weight: 300; }\n\n  .specs-label { font-family: 'DM Mono', monospace; font-size: 11px; letter-spacing: 3px; text-transform: uppercase; color: #C4B5FD; margin-bottom: 12px; }\n  .specs { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border: 1px solid #2a2040; border-radius: 14px; overflow: hidden; margin-bottom: 32px; }\n  .spec-l { font-size: 13px; color: #C4B5FD; padding: 10px 14px; border-bottom: 1px solid #2a2040; background: #120f1e; }\n  .spec-v { font-size: 13px; color: #C4B5FD; padding: 10px 14px; border-bottom: 1px solid #2a2040; font-weight: 600; background: #0D0A14; }\n  .spec-l:nth-last-child(2), .spec-v:last-child { border-bottom: none; }\n\n  .price-block { background: #120f1e; border: 1px solid #2a2040; border-radius: 16px; padding: 22px 26px; display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 12px; }\n  .msrp { font-size: 13px; color: #C4B5FD; text-decoration: line-through; margin-bottom: 2px; font-family: 'DM Mono', monospace; }\n  .price { font-family: 'Playfair Display', serif; font-size: 42px; font-weight: 700; color: #A855F7; line-height: 1; }\n  .save { font-size: 12px; color: #C4B5FD; font-weight: 700; margin-top: 3px; font-family: 'DM Mono', monospace; letter-spacing: 0.5px; }\n  .price-right { text-align: right; }\n  .shipping { font-size: 13px; color: #C4B5FD; font-weight: 700; margin-bottom: 3px; }\n  .delivery { font-size: 12px; color: #C4B5FD; margin-bottom: 3px; }\n  .made { font-size: 12px; color: #C4B5FD; font-family: 'DM Mono', monospace; }\n  .patent { font-family: 'DM Mono', monospace; font-size: 11px; color: #C4B5FD; text-align: center; letter-spacing: 1px; padding: 12px 0; border-top: 1px solid #2a2040; margin-top: 8px; }\n\n  .upgrade-nudge { background: #1a1030; border: 1px solid #A855F7; border-radius: 12px; padding: 16px 20px; margin-bottom: 12px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }\n  .nudge-text { font-size: 14px; color: #C4B5FD; line-height: 1.5; }\n  .nudge-text strong { font-weight: 700; color: #A855F7; }\n  .nudge-link { font-family: 'DM Mono', monospace; font-size: 12px; font-weight: 600; color: #A855F7; white-space: nowrap; border: 1px solid #A855F7; border-radius: 20px; padding: 6px 14px; text-decoration: none; }\n\n  .ddt-section { max-width: 100%; padding: 40px 0; }\n  .ddt-section .hero-title { font-size: 46px; }\n  @media (max-width: 768px) {\n    .ddt-section .stat-row { grid-template-columns: repeat(2, 1fr); }\n    .ddt-section .feature-grid { grid-template-columns: 1fr 1fr; }\n    .ddt-section .pers-band { grid-template-columns: 1fr; }\n    .ddt-section .price-block { flex-direction: column; align-items: flex-start; }\n    .ddt-section .specs { grid-template-columns: 1fr; }\n    .ddt-section .spec-l, .ddt-section .spec-v { border-bottom: 1px solid #2a2040; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"ddt-section\"\u003e\n\u003cdiv class=\"eyebrow\"\u003eDiamond Drill Tower™ — Maestro Edition\u003c\/div\u003e\n\u003ch1 class=\"hero-title\"\u003eNine levels for the artist\u003cbr\u003e\u003cem\u003ewho means business.\u003c\/em\u003e\n\u003c\/h1\u003e\n\u003cp class=\"hero-sub\"\u003eNine independently rotating levels. Seventy-two anti-spill trays. The Maestro is built for the diamond painter with a serious drill library who refuses to compromise on organization — and knows their workstation should be as impressive as their finished pieces.\u003c\/p\u003e\n\u003cdiv class=\"edition-badge\"\u003e\n\u003cdiv class=\"badge-dot\"\u003e\u003c\/div\u003eMaestro Edition\u003c\/div\u003e\n\u003cdiv class=\"stat-row\"\u003e\n  \u003cdiv class=\"stat\"\u003e\n\u003cdiv class=\"stat-num\"\u003e9\u003c\/div\u003e\n\u003cdiv class=\"stat-label\"\u003eRotating levels\u003c\/div\u003e\n\u003c\/div\u003e\n  \u003cdiv class=\"stat\"\u003e\n\u003cdiv class=\"stat-num\"\u003e72\u003c\/div\u003e\n\u003cdiv class=\"stat-label\"\u003eAnti-spill trays\u003c\/div\u003e\n\u003c\/div\u003e\n  \u003cdiv class=\"stat\"\u003e\n\u003cdiv class=\"stat-num\"\u003e2\u003c\/div\u003e\n\u003cdiv class=\"stat-label\"\u003eNFC smart tags\u003c\/div\u003e\n\u003c\/div\u003e\n  \u003cdiv class=\"stat\"\u003e\n\u003cdiv class=\"stat-num\"\u003e$49\u003c\/div\u003e\n\u003cdiv class=\"stat-label\"\u003eOff MSRP\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003chr\u003e\n\u003cp class=\"intro\"\u003eSeventy-two trays. Nine levels, each spinning independently on its own axis. The Maestro is the DDT for the diamond painter who has moved past \"a few colors\" and into territory where organization isn't just helpful — it's essential. \u003cstrong\u003eAt the Maestro level, your workstation becomes part of your creative identity.\u003c\/strong\u003e It sits on your table and tells everyone who sees it exactly the kind of artist you are. Someone who takes this seriously. Someone who has found their flow — and built a workstation worthy of it.\u003c\/p\u003e\n\u003cdiv class=\"feature-grid\"\u003e\n  \u003cdiv class=\"feature\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e↻\u003c\/div\u003e\n\u003cdiv class=\"feature-title\"\u003e9 independently rotating levels\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eNine levels, nine axes of rotation. Dedicate entire levels to project palettes, color families, or specialty drills.\u003c\/div\u003e\n\u003c\/div\u003e\n  \u003cdiv class=\"feature\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e⬡\u003c\/div\u003e\n\u003cdiv class=\"feature-title\"\u003e72 anti-spill snap-lock trays\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eEight trays per level across nine levels. Snap shut between sessions. Seventy-two colors, always right where you need them.\u003c\/div\u003e\n\u003c\/div\u003e\n  \u003cdiv class=\"feature\"\u003e\n\u003cdiv class=\"feature-icon\" style=\"background:#1a1030;color:#C4B5FD;\"\u003e◈\u003c\/div\u003e\n\u003cdiv class=\"feature-title\"\u003e2 NFC smart tags\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eTap the handle or top disc. Tutorials, your owner page, and reorder links in a single tap.\u003c\/div\u003e\n\u003c\/div\u003e\n  \u003cdiv class=\"feature\"\u003e\n\u003cdiv class=\"feature-icon\" style=\"background:#1a1030;color:#C4B5FD;\"\u003e⊞\u003c\/div\u003e\n\u003cdiv class=\"feature-title\"\u003e1 large drawer + 2 ribbed sorting drawers\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003e1 large 30mm lidded drawer for pens and wax — one handwritten saying nobody else gets. 2 ribbed stackable sorting drawers for drills. At the Maestro level, even a drawer starts a conversation.\u003c\/div\u003e\n\u003c\/div\u003e\n  \u003cdiv class=\"feature\"\u003e\n\u003cdiv class=\"feature-icon\" style=\"background:#1a1030;color:#C4B5FD;\"\u003e✦\u003c\/div\u003e\n\u003cdiv class=\"feature-title\"\u003ePersonalized base, engraved\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eYour name in the base. Made in West Union, SC. Nine levels of something made specifically for you.\u003c\/div\u003e\n\u003c\/div\u003e\n  \u003cdiv class=\"feature\"\u003e\n\u003cdiv class=\"feature-icon\" style=\"background:#1a1030;color:#C4B5FD;\"\u003e◎\u003c\/div\u003e\n\u003cdiv class=\"feature-title\"\u003eComplete and ready to create\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eDrill pen and recycled wax included. Load 72 colors and your next project is already organized.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"callout\"\u003e\n  \u003cdiv class=\"callout-eyebrow\"\u003eStatic Touch™ — US Patent Pending No. 64\/004,058\u003c\/div\u003e\n  \u003cdiv class=\"callout-title\"\u003eSeventy-two trays. Zero static. Everything in its place.\u003c\/div\u003e\n  \u003cdiv class=\"callout-body\"\u003eThe high relief brass Static Touch™ badge eliminates static before you pick up a drill — across all nine levels, all 72 trays. Precise placement, every time, throughout every session.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pers-band\"\u003e\n  \u003cdiv class=\"pers-diamond\"\u003e♦\u003c\/div\u003e\n  \u003cdiv\u003e\n    \u003cdiv class=\"pers-title\"\u003eMade to order. Made for you.\u003c\/div\u003e\n    \u003cdiv class=\"pers-body\"\u003e3D printed by hand in West Union, SC 29696. Your name engraved, your color theme, nine levels of a workstation designed around how you specifically paint. No two Maestros are the same.\u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gives-back\"\u003e\n  \u003cdiv class=\"gb-eyebrow\"\u003eDDT Gives Back\u003c\/div\u003e\n  \u003cdiv class=\"gb-title\"\u003eEvery DDT sold brings us closer to changing someone's life.\u003c\/div\u003e\n  \u003cdiv class=\"gb-body\"\u003eA portion of every Maestro sale goes into the DDT Gives Back pool — community-voted, life-changing acts. Cars. Houses. Medical debt. Your Maestro is part of something much bigger than any single craft table.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003chr\u003e\n\u003cdiv class=\"specs-label\"\u003eSpecifications\u003c\/div\u003e\n\u003cdiv class=\"specs\"\u003e\n  \u003cdiv class=\"spec-l\"\u003eEdition\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eMaestro \u003c\/div\u003e\n  \u003cdiv class=\"spec-l\"\u003eLevels\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e9 independently rotating\u003c\/div\u003e\n  \u003cdiv class=\"spec-l\"\u003eTrays\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e72 anti-spill, snap-lock lids\u003c\/div\u003e\n  \u003cdiv class=\"spec-l\"\u003eDrawers\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e30mm lidded drawer (pens\/wax) + 2 ribbed stackable sorters (top lidded, bottom open)\u003c\/div\u003e\n  \u003cdiv class=\"spec-l\"\u003eNFC tags\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e2 (handle + top disc)\u003c\/div\u003e\n  \u003cdiv class=\"spec-l\"\u003ePersonalization\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eName engraved, up to 20 characters\u003c\/div\u003e\n  \u003cdiv class=\"spec-l\"\u003eIncludes\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eDrill pen + recycled wax\u003c\/div\u003e\n  \u003cdiv class=\"spec-l\"\u003eMaterial\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003ePLA\/PETG — 3D printed\u003c\/div\u003e\n  \u003cdiv class=\"spec-l\"\u003eMade in\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eWest Union, SC 29696\u003c\/div\u003e\n  \u003cdiv class=\"spec-l\"\u003eShipping\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eQueue-based delivery — date at checkout\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"price-block\"\u003e\n  \u003cdiv\u003e\n\u003cdiv class=\"msrp\"\u003eMSRP $293.99\u003c\/div\u003e\n\u003cdiv class=\"price\"\u003e$244.99\u003c\/div\u003e\n  \u003cdiv class=\"price-right\"\u003e\n\u003cdiv class=\"shipping\"\u003eFree US shipping\u003c\/div\u003e\n\u003cdiv class=\"delivery\"\u003eQueue-based — delivery date at checkout\u003c\/div\u003e\n\u003cdiv class=\"made\"\u003eHand-made in West Union, SC\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"upgrade-nudge\"\u003e\n  \u003cdiv class=\"nudge-text\"\u003e\n\u003cstrong\u003eThree more levels for $45 more.\u003c\/strong\u003e The Luminary — our flagship — gives you 12 levels and 96 trays at $289.99.\u003c\/div\u003e\n  \u003ca href=\"#luminary\" class=\"nudge-link\"\u003eSee Luminary →\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"patent\"\u003eDiamond Drill Tower™  ·  CS3DP LLC  ·  DiamondDrillTower.com  ·  Patent Pending No. 64\/004,058\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Static Touch Diamond Drill Tower","offers":[{"title":"9 Levels \/ 72 Trays","offer_id":43018594975953,"sku":"43018594975953","price":244.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0669\/6003\/1953\/files\/Maestro.png?v=1779991674"},{"product_id":"luminary-edition","title":"Luminary Edition Diamond Art Premium Workstation","description":"\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400\u0026family=Mulish:wght@300;400;500;600;700\u0026family=DM+Mono:wght@400;500\u0026display=swap');\n\n  :root {\n    --bg: #0D0A14;\n    --white: #0D0A14;\n    --ink: #C4B5FD;\n    --ink-mid: #C4B5FD;\n    --ink-light: #C4B5FD;\n    --rule: #2a2040;\n    --accent: #6B21A8;\n    --accent-light: #1a1030;\n    --accent-border: #6B21A8;\n    --gold: #C4B5FD;\n    --gold-light: #1a1030;\n    --gold-border: #6B21A8;\n    --teal: #C4B5FD;\n    --teal-light: #1a1030;\n    --teal-border: #6B21A8;\n  }\n\n  * { margin: 0; padding: 0; box-sizing: border-box; }\n  body { background: #0D0A14; font-family: 'Mulish', sans-serif; color: #C4B5FD; line-height: 1.6; font-size: 16px; }\n\n  .eyebrow { font-family: 'DM Mono', monospace; font-size: 11px; letter-spacing: 3px; text-transform: uppercase; margin-bottom: 14px; color: #6B21A8; }\n  .hero-title { font-family: 'Playfair Display', serif; font-size: 52px; font-weight: 700; color: #6B21A8; line-height: 1.1; margin-bottom: 16px; }\n  .hero-title em { font-style: italic; color: #6B21A8; }\n  .hero-sub { font-size: 18px; color: #C4B5FD; line-height: 1.8; max-width: 680px; margin-bottom: 28px; font-weight: 300; }\n  .edition-badge { display: inline-flex; align-items: center; gap: 8px; background: #1a1030; border: 1px solid #6B21A8; border-radius: 30px; padding: 7px 16px; font-size: 13px; font-weight: 600; color: #6B21A8; margin-bottom: 36px; font-family: 'DM Mono', monospace; letter-spacing: 0.5px; }\n  .badge-dot { width: 7px; height: 7px; background: #6B21A8; border-radius: 50%; }\n  hr { border: none; border-top: 1px solid #2a2040; margin: 36px 0; }\n  .intro { font-size: 16px; color: #C4B5FD; line-height: 1.9; margin-bottom: 32px; font-weight: 300; }\n  .intro strong { color: #6B21A8; font-weight: 600; }\n\n  .stat-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-bottom: 36px; }\n  .stat { background: #120f1e; border: 1px solid #2a2040; border-radius: 12px; padding: 16px 14px; text-align: center; }\n  .stat-num { font-family: 'Playfair Display', serif; font-size: 34px; font-weight: 700; line-height: 1; margin-bottom: 5px; color: #6B21A8; }\n  .stat-label { font-size: 11px; color: #C4B5FD; font-family: 'DM Mono', monospace; letter-spacing: 0.5px; text-transform: uppercase; }\n\n  .feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-bottom: 32px; }\n  .feature { background: #120f1e; border: 1px solid #2a2040; border-radius: 14px; padding: 18px; }\n  .feature-icon { width: 34px; height: 34px; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 15px; margin-bottom: 10px; font-family: serif; background: #1a1030; color: #6B21A8; }\n  .feature-title { font-family: 'Playfair Display', serif; font-size: 16px; font-weight: 700; color: #6B21A8; margin-bottom: 5px; line-height: 1.3; }\n  .feature-desc { font-size: 13px; color: #C4B5FD; line-height: 1.6; font-weight: 300; }\n\n  .callout { background: #1a1030; border-left: 4px solid #6B21A8; border-radius: 0 14px 14px 0; padding: 20px 22px; margin-bottom: 32px; }\n  .callout-eyebrow { font-family: 'DM Mono', monospace; font-size: 10px; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 5px; color: #C4B5FD; }\n  .callout-title { font-family: 'Playfair Display', serif; font-size: 22px; font-weight: 600; color: #6B21A8; margin-bottom: 7px; line-height: 1.3; }\n  .callout-body { font-size: 14px; color: #C4B5FD; line-height: 1.7; font-weight: 300; }\n\n  .pers-band { border: 1px solid #6B21A8; border-radius: 14px; padding: 20px 22px; margin-bottom: 32px; display: grid; grid-template-columns: auto 1fr; gap: 18px; align-items: center; background: #1a1030; }\n  .pers-diamond { width: 46px; height: 46px; background: #6B21A8; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: serif; font-size: 20px; color: #C4B5FD; flex-shrink: 0; }\n  .pers-title { font-family: 'Playfair Display', serif; font-size: 20px; font-weight: 600; color: #6B21A8; margin-bottom: 4px; }\n  .pers-body { font-size: 14px; color: #C4B5FD; line-height: 1.6; font-weight: 300; }\n\n  .gives-back { background: #1a1030; border: 1px solid #6B21A8; border-radius: 14px; padding: 20px 22px; margin-bottom: 32px; }\n  .gb-eyebrow { font-family: 'DM Mono', monospace; font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: #C4B5FD; margin-bottom: 4px; }\n  .gb-title { font-family: 'Playfair Display', serif; font-size: 22px; font-weight: 600; color: #6B21A8; margin-bottom: 6px; line-height: 1.3; }\n  .gb-body { font-size: 14px; color: #C4B5FD; line-height: 1.7; font-weight: 300; }\n\n  .specs-label { font-family: 'DM Mono', monospace; font-size: 11px; letter-spacing: 3px; text-transform: uppercase; color: #C4B5FD; margin-bottom: 12px; }\n  .specs { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border: 1px solid #2a2040; border-radius: 14px; overflow: hidden; margin-bottom: 32px; }\n  .spec-l { font-size: 13px; color: #C4B5FD; padding: 10px 14px; border-bottom: 1px solid #2a2040; background: #120f1e; }\n  .spec-v { font-size: 13px; color: #C4B5FD; padding: 10px 14px; border-bottom: 1px solid #2a2040; font-weight: 600; background: #0D0A14; }\n  .spec-l:nth-last-child(2), .spec-v:last-child { border-bottom: none; }\n\n  .price-block { background: #120f1e; border: 1px solid #2a2040; border-radius: 16px; padding: 22px 26px; display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 12px; }\n  .msrp { font-size: 13px; color: #C4B5FD; text-decoration: line-through; margin-bottom: 2px; font-family: 'DM Mono', monospace; }\n  .price { font-family: 'Playfair Display', serif; font-size: 42px; font-weight: 700; color: #6B21A8; line-height: 1; }\n  .save { font-size: 12px; color: #C4B5FD; font-weight: 700; margin-top: 3px; font-family: 'DM Mono', monospace; letter-spacing: 0.5px; }\n  .price-right { text-align: right; }\n  .shipping { font-size: 13px; color: #C4B5FD; font-weight: 700; margin-bottom: 3px; }\n  .delivery { font-size: 12px; color: #C4B5FD; margin-bottom: 3px; }\n  .made { font-size: 12px; color: #C4B5FD; font-family: 'DM Mono', monospace; }\n  .patent { font-family: 'DM Mono', monospace; font-size: 11px; color: #C4B5FD; text-align: center; letter-spacing: 1px; padding: 12px 0; border-top: 1px solid #2a2040; margin-top: 8px; }\n\n  .ddt-section { max-width: 100%; padding: 40px 0; }\n  .ddt-section .hero-title { font-size: 46px; }\n  @media (max-width: 768px) {\n    .ddt-section .stat-row { grid-template-columns: repeat(2, 1fr); }\n    .ddt-section .feature-grid { grid-template-columns: 1fr 1fr; }\n    .ddt-section .pers-band { grid-template-columns: 1fr; }\n    .ddt-section .price-block { flex-direction: column; align-items: flex-start; }\n    .ddt-section .specs { grid-template-columns: 1fr; }\n    .ddt-section .spec-l, .ddt-section .spec-v { border-bottom: 1px solid #2a2040; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"ddt-section\"\u003e\n\u003cdiv class=\"eyebrow\"\u003eDiamond Drill Tower™ — Luminary Edition\u003c\/div\u003e\n\u003ch1 class=\"hero-title\"\u003eYour diamond art just got\u003cbr\u003e\u003cem\u003ea workstation worthy of it.\u003c\/em\u003e\n\u003c\/h1\u003e\n\u003cp class=\"hero-sub\"\u003eThe Luminary is the Diamond Drill Tower at its fullest — 12 independently rotating levels, 96 anti-spill trays, and a hand-personalized base made to order in West Union, SC 29696. This is what it looks like when organization meets obsession.\u003c\/p\u003e\n\u003cdiv class=\"edition-badge\"\u003e\n\u003cdiv class=\"badge-dot\"\u003e\u003c\/div\u003eLuminary Edition — Our largest, most complete workstation\u003c\/div\u003e\n\u003cdiv class=\"stat-row\"\u003e\n  \u003cdiv class=\"stat\"\u003e\n\u003cdiv class=\"stat-num\"\u003e12\u003c\/div\u003e\n\u003cdiv class=\"stat-label\"\u003eRotating levels\u003c\/div\u003e\n\u003c\/div\u003e\n  \u003cdiv class=\"stat\"\u003e\n\u003cdiv class=\"stat-num\"\u003e96\u003c\/div\u003e\n\u003cdiv class=\"stat-label\"\u003eAnti-spill trays\u003c\/div\u003e\n\u003c\/div\u003e\n  \u003cdiv class=\"stat\"\u003e\n\u003cdiv class=\"stat-num\"\u003e2\u003c\/div\u003e\n\u003cdiv class=\"stat-label\"\u003eNFC smart tags\u003c\/div\u003e\n\u003c\/div\u003e\n  \u003cdiv class=\"stat\"\u003e\n\u003cdiv class=\"stat-num\"\u003e∞\u003c\/div\u003e\n\u003cdiv class=\"stat-label\"\u003eColors organized\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003chr\u003e\n\u003cp class=\"intro\"\u003eDiamond painting is one of the most satisfying creative pursuits out there — and one of the most disorganized. Bottles everywhere. Drills rolling off the table. You spend half your session just finding the color you need. \u003cstrong\u003eThe Luminary was designed to end all of that.\u003c\/strong\u003e Every drill has a home. Every level rotates to face you. Every tray locks shut until you need it. Open the box, sit down, and start painting.\u003c\/p\u003e\n\u003cdiv class=\"feature-grid\"\u003e\n  \u003cdiv class=\"feature\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e↻\u003c\/div\u003e\n\u003cdiv class=\"feature-title\"\u003e12 independently rotating levels\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eEach level spins 360° on its own axis. Rotate exactly the color you need to face you without disturbing anything else.\u003c\/div\u003e\n\u003c\/div\u003e\n  \u003cdiv class=\"feature\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e⬡\u003c\/div\u003e\n\u003cdiv class=\"feature-title\"\u003e96 anti-spill snap-lock trays\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eShake it. Turn it upside down. The snap-lock lids hold until you press to open. No spills. No mess. No lost drills.\u003c\/div\u003e\n\u003c\/div\u003e\n  \u003cdiv class=\"feature\"\u003e\n\u003cdiv class=\"feature-icon\" style=\"background:#1a1030;color:#C4B5FD;\"\u003e◈\u003c\/div\u003e\n\u003cdiv class=\"feature-title\"\u003e2 NFC smart tags\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eTap your phone to the handle or top disc. Instant access to tutorials, your owner page, and reorder links.\u003c\/div\u003e\n\u003c\/div\u003e\n  \u003cdiv class=\"feature\"\u003e\n\u003cdiv class=\"feature-icon\" style=\"background:#1a1030;color:#C4B5FD;\"\u003e⊞\u003c\/div\u003e\n\u003cdiv class=\"feature-title\"\u003e1 large drawer + 2 ribbed sorting drawers\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003e1 large 30mm lidded drawer for pens, wax, and tools — with a handwritten saying inside. 2 ribbed stackable sorting drawers for larger amounts of drills. Top sorter has a lid; nests onto bottom.\u003c\/div\u003e\n\u003c\/div\u003e\n  \u003cdiv class=\"feature\"\u003e\n\u003cdiv class=\"feature-icon\" style=\"background:#1a1030;color:#C4B5FD;\"\u003e✦\u003c\/div\u003e\n\u003cdiv class=\"feature-title\"\u003ePersonalized base, engraved\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eYour name is engraved directly into the base. Up to 20 characters. It's yours — it should say so.\u003c\/div\u003e\n\u003c\/div\u003e\n  \u003cdiv class=\"feature\"\u003e\n\u003cdiv class=\"feature-icon\" style=\"background:#1a1030;color:#C4B5FD;\"\u003e◎\u003c\/div\u003e\n\u003cdiv class=\"feature-title\"\u003eComplete and ready to create\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eIncludes a diamond drill pen and recycled wax from the DDT community. Nothing else to buy. Open it and paint.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"callout\"\u003e\n  \u003cdiv class=\"callout-eyebrow\"\u003eStatic Touch™ — US Patent Pending No. 64\/004,058\u003c\/div\u003e\n  \u003cdiv class=\"callout-title\"\u003eThe anti-static technology diamond painters have been waiting for.\u003c\/div\u003e\n  \u003cdiv class=\"callout-body\"\u003eThe high relief brass Static Touch™ badge on your DDT neutralizes static charge before you pick up a drill. No more drills sticking to the stylus. No more jumping drills. Just clean, precise placement — every single time.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pers-band\"\u003e\n  \u003cdiv class=\"pers-diamond\"\u003e♦\u003c\/div\u003e\n  \u003cdiv\u003e\n    \u003cdiv class=\"pers-title\"\u003eMade to order. Made for you.\u003c\/div\u003e\n    \u003cdiv class=\"pers-body\"\u003eEvery Luminary is 3D printed by hand in West Union, SC 29696 — your name engraved, your color theme selected, your drawers holding a saying no one else will read until you do. This isn't mass production. It's made for you, specifically.\u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gives-back\"\u003e\n  \u003cdiv class=\"gb-eyebrow\"\u003eDDT Gives Back\u003c\/div\u003e\n  \u003cdiv class=\"gb-title\"\u003eEvery DDT sold brings us closer to changing someone's life.\u003c\/div\u003e\n  \u003cdiv class=\"gb-body\"\u003eA portion of every sale goes into the DDT Gives Back pool — a community-driven fund for life-changing acts. Cars. Houses. Medical debt cleared. The community nominates. You vote. We deliver on camera. When you buy a Luminary, you're part of something bigger than diamond painting.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003chr\u003e\n\u003cdiv class=\"specs-label\"\u003eSpecifications\u003c\/div\u003e\n\u003cdiv class=\"specs\"\u003e\n  \u003cdiv class=\"spec-l\"\u003eEdition\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eLuminary — flagship\u003c\/div\u003e\n  \u003cdiv class=\"spec-l\"\u003eLevels\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e12 independently rotating\u003c\/div\u003e\n  \u003cdiv class=\"spec-l\"\u003eTrays\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e96 anti-spill, snap-lock lids\u003c\/div\u003e\n  \u003cdiv class=\"spec-l\"\u003eDrawers\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e30mm lidded drawer (pens\/wax) + 2 ribbed stackable sorters (top lidded, bottom open)\u003c\/div\u003e\n  \u003cdiv class=\"spec-l\"\u003eNFC tags\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e2 (handle + top disc)\u003c\/div\u003e\n  \u003cdiv class=\"spec-l\"\u003ePersonalization\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eName engraved, up to 20 characters\u003c\/div\u003e\n  \u003cdiv class=\"spec-l\"\u003eIncludes\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eDrill pen + recycled wax\u003c\/div\u003e\n  \u003cdiv class=\"spec-l\"\u003eMaterial\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003ePLA\/PETG — 3D printed\u003c\/div\u003e\n  \u003cdiv class=\"spec-l\"\u003eMade in\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eWest Union, SC 29696\u003c\/div\u003e\n  \u003cdiv class=\"spec-l\"\u003eShipping\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eFree (US) — queue-based delivery\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"price-block\"\u003e\n  \u003cdiv\u003e\n\u003cdiv class=\"msrp\"\u003eMSRP $347.99\u003c\/div\u003e\n\u003cdiv class=\"price\"\u003e$289.99\u003c\/div\u003e\n  \u003cdiv class=\"price-right\"\u003e\n\u003cdiv class=\"shipping\"\u003eFree US shipping\u003c\/div\u003e\n\u003cdiv class=\"delivery\"\u003eQueue-based delivery — date assigned at checkout\u003c\/div\u003e\n\u003cdiv class=\"made\"\u003eHand-made in West Union, SC 29696\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"patent\"\u003eDiamond Drill Tower™  ·  CS3DP LLC  ·  DiamondDrillTower.com  ·  Patent Pending No. 64\/004,058\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Static Touch Diamond Drill Tower","offers":[{"title":"12 Levels \/ 96 Trays","offer_id":43018595074257,"sku":"43018595074257","price":289.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0669\/6003\/1953\/files\/Luminary.webp?v=1779991923"},{"product_id":"small-travel-tote","title":"Small Travel Tote","description":"\u003cp\u003ePurpose-built to carry your Creator or Artisan DDT. Satin-lined interior, drawstring closure. Your tower stays upright and protected wherever you take it.\u003c\/p\u003e","brand":"Static Touch Diamond Drill Tower","offers":[{"title":"Default Title","offer_id":43018602774737,"sku":"43018602774737","price":24.5,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0669\/6003\/1953\/files\/20260328_130239.jpg?v=1777760810"},{"product_id":"large-travel-tote","title":"Large Travel Tote","description":"\u003cp\u003eBuilt for the big towers. Reinforced exterior panels, contrast stitching, drawstring closure with the diamond handle exposed at the top. Because your Luminary deserves a proper home.\u003c\/p\u003e","brand":"Static Touch Diamond Drill Tower","offers":[{"title":"Default Title","offer_id":43018602807505,"sku":"43018602807505","price":34.5,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0669\/6003\/1953\/files\/20260322_145312.jpg?v=1777760752"},{"product_id":"bags-add-on","title":"Diamond Drill Pen","description":"\u003c!-- DDT Diamond Crystal Pen — Shopify Product Description Section --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c!-- Paste into: Shopify Admin → Products → Diamond Art Pen → Description → \u003c\u003e Code View --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c!-- OR: Online Store → Themes → Customize → Add Custom HTML section --\u003e\n\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400\u0026family=Mulish:wght@300;400;500;600;700\u0026family=DM+Mono:wght@400;500\u0026display=swap');\n\n  :root {\n    --bg: #0D0A14;\n    --white: #0D0A14;\n    --ink: #C4B5FD;\n    --ink-mid: #C4B5FD;\n    --ink-light: #C4B5FD;\n    --rule: #2a2040;\n    --purple: #E040FB;\n    --purple-light: #1a1030;\n    --purple-border: #6B21A8;\n    --gold: #E040FB;\n    --gold-light: #1a1030;\n    --gold-border: #6B21A8;\n    --teal: #C4B5FD;\n    --teal-light: #1a1030;\n    --teal-border: #6B21A8;\n    --rose: #E040FB;\n    --rose-light: #1a1030;\n    --rose-border: #6B21A8;\n    --slate: #C4B5FD;\n    --slate-light: #1a1030;\n    --slate-border: #6B21A8;\n  }\n\n  * { margin: 0; padding: 0; box-sizing: border-box; }\n\n  .pen-section {\n    max-width: 860px;\n    margin: 0 auto;\n    padding: 48px 0;\n    font-family: 'Mulish', sans-serif;\n    color: var(--ink);\n    line-height: 1.6;\n    background: #0D0A14;\n  }\n\n  .pen-eyebrow {\n    font-family: 'DM Mono', monospace;\n    font-size: 10px;\n    letter-spacing: 3px;\n    text-transform: uppercase;\n    color: var(--purple);\n    margin-bottom: 12px;\n  }\n\n  .pen-title {\n    font-family: 'Playfair Display', serif;\n    font-size: 44px;\n    font-weight: 700;\n    color: #E040FB;\n    line-height: 1.1;\n    margin-bottom: 14px;\n  }\n\n  .pen-title em { font-style: italic; color: #E040FB; }\n\n  .pen-sub {\n    font-size: 16px;\n    color: var(--ink-mid);\n    line-height: 1.8;\n    max-width: 680px;\n    margin-bottom: 28px;\n    font-weight: 300;\n  }\n\n  .pen-badge {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    background: var(--purple-light);\n    border: 1px solid var(--purple-border);\n    border-radius: 30px;\n    padding: 7px 16px;\n    font-size: 12px;\n    font-weight: 600;\n    color: var(--purple);\n    margin-bottom: 32px;\n    font-family: 'DM Mono', monospace;\n    letter-spacing: 0.5px;\n  }\n\n  .pen-badge-dot { width: 7px; height: 7px; background: var(--purple); border-radius: 50%; }\n  .pen-hr { border: none; border-top: 1px solid var(--rule); margin: 32px 0; }\n\n  \/* STAT ROW *\/\n  .pen-stats {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 12px;\n    margin-bottom: 32px;\n  }\n\n  .pen-stat {\n    background: #120f1e;\n    border: 1px solid var(--rule);\n    border-radius: 12px;\n    padding: 16px 14px;\n    text-align: center;\n  }\n\n  .pen-stat-num {\n    font-family: 'Playfair Display', serif;\n    font-size: 28px;\n    font-weight: 700;\n    color: #E040FB;\n    line-height: 1;\n    margin-bottom: 5px;\n  }\n\n  .pen-stat-label {\n    font-size: 10px;\n    color: var(--ink-light);\n    font-family: 'DM Mono', monospace;\n    letter-spacing: 0.5px;\n    text-transform: uppercase;\n  }\n\n  \/* INTRO *\/\n  .pen-intro {\n    font-size: 15px;\n    color: var(--ink-mid);\n    line-height: 1.9;\n    margin-bottom: 32px;\n    font-weight: 300;\n  }\n\n  .pen-intro strong { color: #E040FB; font-weight: 600; }\n\n  \/* COLORWAYS *\/\n  .pen-colorways {\n    margin-bottom: 32px;\n  }\n\n  .pen-colorways-label {\n    font-family: 'DM Mono', monospace;\n    font-size: 10px;\n    letter-spacing: 3px;\n    text-transform: uppercase;\n    color: var(--ink-light);\n    margin-bottom: 14px;\n  }\n\n  .pen-colors-grid {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 12px;\n  }\n\n  .pen-color-card {\n    border-radius: 14px;\n    padding: 18px 14px;\n    text-align: center;\n    border: 1px solid var(--purple-border);\n    background: #1a1030;\n  }\n\n  .pen-color-gem { font-size: 32px; margin-bottom: 8px; display: block; }\n\n  .pen-color-name {\n    font-family: 'Playfair Display', serif;\n    font-size: 15px;\n    font-weight: 600;\n    margin-bottom: 3px;\n    color: #E040FB;\n  }\n\n  .pen-color-desc {\n    font-size: 11px;\n    color: var(--ink-light);\n    font-weight: 300;\n    line-height: 1.4;\n  }\n\n  \/* ANATOMY *\/\n  .pen-anatomy {\n    background: #120f1e;\n    border: 1px solid var(--rule);\n    border-radius: 16px;\n    overflow: hidden;\n    margin-bottom: 32px;\n  }\n\n  .pen-anatomy-head {\n    background: #6B21A8;\n    padding: 16px 22px;\n  }\n\n  .pen-anatomy-head h3 {\n    font-family: 'Playfair Display', serif;\n    font-size: 18px;\n    font-weight: 600;\n    color: #E040FB;\n  }\n\n  .pen-anatomy-head p {\n    font-size: 12px;\n    color: rgba(196, 181, 253, 0.7);\n    margin-top: 2px;\n  }\n\n  .pen-anatomy-parts {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n  }\n\n  .pen-part {\n    padding: 18px 20px;\n    border-right: 1px solid var(--rule);\n  }\n\n  .pen-part:last-child { border-right: none; }\n\n  .pen-part-icon {\n    font-size: 24px;\n    margin-bottom: 8px;\n    display: block;\n  }\n\n  .pen-part-title {\n    font-size: 13px;\n    font-weight: 700;\n    color: #E040FB;\n    margin-bottom: 4px;\n  }\n\n  .pen-part-desc {\n    font-size: 12px;\n    color: var(--ink-light);\n    line-height: 1.5;\n    font-weight: 300;\n  }\n\n  \/* FEATURE GRID *\/\n  .pen-features {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 12px;\n    margin-bottom: 32px;\n  }\n\n  .pen-feature {\n    background: #120f1e;\n    border: 1px solid var(--rule);\n    border-radius: 14px;\n    padding: 18px;\n  }\n\n  .pen-feature-icon {\n    width: 34px;\n    height: 34px;\n    border-radius: 10px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 16px;\n    margin-bottom: 10px;\n  }\n\n  .fi-purple { background: var(--purple-light); }\n  .fi-gold { background: var(--gold-light); }\n  .fi-teal { background: var(--teal-light); }\n  .fi-rose { background: var(--rose-light); }\n\n  .pen-feature-title {\n    font-family: 'Playfair Display', serif;\n    font-size: 16px;\n    font-weight: 700;\n    color: #E040FB;\n    margin-bottom: 5px;\n    line-height: 1.3;\n  }\n\n  .pen-feature-desc {\n    font-size: 12px;\n    color: var(--ink-light);\n    line-height: 1.6;\n    font-weight: 300;\n  }\n\n  \/* DUAL USE CALLOUT *\/\n  .pen-dual {\n    background: var(--purple-light);\n    border: 1px solid var(--purple-border);\n    border-left: 4px solid var(--purple);\n    border-radius: 0 14px 14px 0;\n    padding: 20px 22px;\n    margin-bottom: 32px;\n  }\n\n  .pen-dual-eyebrow {\n    font-family: 'DM Mono', monospace;\n    font-size: 9px;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    color: var(--ink-light);\n    margin-bottom: 4px;\n  }\n\n  .pen-dual-title {\n    font-family: 'Playfair Display', serif;\n    font-size: 17px;\n    font-weight: 600;\n    color: #E040FB;\n    margin-bottom: 6px;\n  }\n\n  .pen-dual-body {\n    font-size: 13px;\n    color: var(--ink-mid);\n    line-height: 1.7;\n    font-weight: 300;\n  }\n\n  \/* PERSONALIZATION *\/\n  .pen-pers {\n    background: var(--gold-light);\n    border: 1px solid var(--gold-border);\n    border-radius: 14px;\n    padding: 20px 22px;\n    margin-bottom: 32px;\n    display: grid;\n    grid-template-columns: auto 1fr;\n    gap: 18px;\n    align-items: center;\n  }\n\n  .pen-pers-icon {\n    width: 48px;\n    height: 48px;\n    background: var(--gold-border);\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 22px;\n    flex-shrink: 0;\n  }\n\n  .pen-pers-title {\n    font-family: 'Playfair Display', serif;\n    font-size: 16px;\n    font-weight: 600;\n    color: #E040FB;\n    margin-bottom: 4px;\n  }\n\n  .pen-pers-body {\n    font-size: 13px;\n    color: var(--ink-mid);\n    line-height: 1.6;\n    font-weight: 300;\n  }\n\n  \/* DDT DISPLAY CALLOUT *\/\n  .pen-display {\n    background: var(--teal-light);\n    border: 1px solid var(--teal-border);\n    border-radius: 14px;\n    padding: 20px 22px;\n    margin-bottom: 32px;\n  }\n\n  .pen-display-eyebrow {\n    font-family: 'DM Mono', monospace;\n    font-size: 9px;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    color: var(--teal);\n    margin-bottom: 4px;\n  }\n\n  .pen-display-title {\n    font-family: 'Playfair Display', serif;\n    font-size: 17px;\n    font-weight: 600;\n    color: #E040FB;\n    margin-bottom: 6px;\n  }\n\n  .pen-display-body {\n    font-size: 13px;\n    color: var(--ink-mid);\n    line-height: 1.7;\n    font-weight: 300;\n  }\n\n  \/* SPECS *\/\n  .pen-specs-label {\n    font-family: 'DM Mono', monospace;\n    font-size: 10px;\n    letter-spacing: 3px;\n    text-transform: uppercase;\n    color: var(--ink-light);\n    margin-bottom: 12px;\n  }\n\n  .pen-specs {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 0;\n    border: 1px solid var(--rule);\n    border-radius: 14px;\n    overflow: hidden;\n    margin-bottom: 32px;\n  }\n\n  .pen-spec-l {\n    font-size: 13px;\n    color: var(--ink-light);\n    padding: 10px 14px;\n    border-bottom: 1px solid var(--rule);\n    background: #120f1e;\n  }\n\n  .pen-spec-v {\n    font-size: 13px;\n    color: var(--ink);\n    padding: 10px 14px;\n    border-bottom: 1px solid var(--rule);\n    font-weight: 600;\n    background: #0D0A14;\n  }\n\n  .pen-spec-l:nth-last-child(2),\n  .pen-spec-v:last-child { border-bottom: none; }\n\n  \/* PRICE *\/\n  .pen-price-wrap {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 14px;\n    margin-bottom: 12px;\n  }\n\n  .pen-price-card {\n    background: #120f1e;\n    border: 1px solid var(--rule);\n    border-radius: 16px;\n    padding: 20px 22px;\n  }\n\n  .pen-price-card.featured {\n    border-color: var(--purple-border);\n    background: var(--purple-light);\n  }\n\n  .pen-price-tag {\n    font-family: 'DM Mono', monospace;\n    font-size: 9px;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    color: var(--ink-light);\n    margin-bottom: 6px;\n  }\n\n  .pen-price-card.featured .pen-price-tag { color: var(--purple); }\n\n  .pen-price-num {\n    font-family: 'Playfair Display', serif;\n    font-size: 36px;\n    font-weight: 700;\n    color: var(--ink);\n    line-height: 1;\n    margin-bottom: 4px;\n  }\n\n  .pen-price-card.featured .pen-price-num { color: #E040FB; }\n\n  .pen-price-desc {\n    font-size: 12px;\n    color: var(--ink-light);\n    line-height: 1.5;\n    font-weight: 300;\n  }\n\n  .pen-price-card.featured .pen-price-desc { color: var(--purple); opacity: 0.8; }\n\n  .pen-total {\n    background: #120f1e;\n    border: 1px solid var(--rule);\n    border-radius: 10px;\n    padding: 12px 16px;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    margin-top: 12px;\n    margin-bottom: 12px;\n  }\n\n  .pen-total-label {\n    font-family: 'DM Mono', monospace;\n    font-size: 10px;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n    color: var(--ink-light);\n    opacity: 0.7;\n  }\n\n  .pen-total-price {\n    font-family: 'Playfair Display', serif;\n    font-size: 22px;\n    font-weight: 700;\n    color: #E040FB;\n  }\n\n  .pen-patent {\n    font-family: 'DM Mono', monospace;\n    font-size: 10px;\n    color: var(--ink-light);\n    text-align: center;\n    letter-spacing: 1px;\n    padding: 12px 0;\n    border-top: 1px solid var(--rule);\n    margin-top: 8px;\n    opacity: 0.6;\n  }\n\n  \/* MOBILE *\/\n  @media (max-width: 768px) {\n    .pen-stats { grid-template-columns: repeat(2, 1fr); }\n    .pen-colors-grid { grid-template-columns: repeat(2, 1fr); }\n    .pen-anatomy-parts { grid-template-columns: 1fr; }\n    .pen-part { border-right: none; border-bottom: 1px solid var(--rule); }\n    .pen-part:last-child { border-bottom: none; }\n    .pen-features { grid-template-columns: 1fr 1fr; }\n    .pen-price-wrap { grid-template-columns: 1fr; }\n    .pen-pers { grid-template-columns: 1fr; }\n    .pen-specs { grid-template-columns: 1fr; }\n    .pen-title { font-size: 34px; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"pen-section\"\u003e\n\u003cdiv class=\"pen-eyebrow\"\u003eDiamond Drill Tower™ — Tools \u0026amp; Accessories\u003c\/div\u003e\n\u003ch1 class=\"pen-title\"\u003eA pen as beautiful as\u003cbr\u003e\u003cem\u003ethe art you're making.\u003c\/em\u003e\n\u003c\/h1\u003e\n\u003cp class=\"pen-sub\"\u003eA premium crystal-filled ballpoint pen converted into a diamond art stylus. Faceted gem topper. Sparkling crystal barrel. Four stunning colorways. This is the pen that sits on your DDT and makes everyone at the craft table stop and ask where you got it.\u003c\/p\u003e\n\u003cdiv class=\"pen-badge\"\u003e\n\u003cdiv class=\"pen-badge-dot\"\u003e\u003cbr\u003e\u003c\/div\u003e\nDDT Diamond Crystal Pen — Writes + places drills\u003c\/div\u003e\n\u003cdiv class=\"pen-stats\"\u003e\n\u003cdiv class=\"pen-stat\"\u003e\n\u003cdiv class=\"pen-stat-num\"\u003e2-in-1\u003c\/div\u003e\n\u003cdiv class=\"pen-stat-label\"\u003eWrites + drills\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pen-stat\"\u003e\n\u003cdiv class=\"pen-stat-num\"\u003e4\u003c\/div\u003e\n\u003cdiv class=\"pen-stat-label\"\u003eColorways\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pen-stat\"\u003e\n\u003cdiv class=\"pen-stat-num\"\u003e◆\u003c\/div\u003e\n\u003cdiv class=\"pen-stat-label\"\u003eGem topper\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pen-stat\"\u003e\n\u003cdiv class=\"pen-stat-num\"\u003e$9.99\u003c\/div\u003e\n\u003cdiv class=\"pen-stat-label\"\u003eStarting price\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pen-hr\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"pen-intro\"\u003eMost diamond art pens look like they came free in a kit — because they did. \u003cstrong\u003eThe DDT Diamond Crystal Pen is different.\u003c\/strong\u003e It starts as a premium ballpoint pen with a faceted gem topper and a clear barrel filled with sparkling crystals. We convert it into a precision diamond art stylus — so it places your drills exactly where you want them and writes like a proper pen when you need to take notes on your canvas. Four colorways. Laser-engraved personalization on the barrel. The kind of tool that feels too good to put down.\u003c\/p\u003e\n\u003c!-- COLORWAYS --\u003e\n\u003cdiv class=\"pen-colorways\"\u003e\n\u003cdiv class=\"pen-colorways-label\"\u003eAvailable Colorways\u003c\/div\u003e\n\u003cdiv class=\"pen-colors-grid\"\u003e\n\u003cdiv class=\"pen-color-card\"\u003e\n\u003cspan class=\"pen-color-gem\"\u003e💜\u003c\/span\u003e\n\u003cdiv class=\"pen-color-name\"\u003eAmethyst\u003c\/div\u003e\n\u003cdiv class=\"pen-color-desc\"\u003ePurple gem topper, purple crystal barrel, metallic purple lower\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pen-color-card\"\u003e\n\u003cspan class=\"pen-color-gem\"\u003e🩷\u003c\/span\u003e\n\u003cdiv class=\"pen-color-name\"\u003eRose\u003c\/div\u003e\n\u003cdiv class=\"pen-color-desc\"\u003ePink gem topper, pink crystal barrel, rose gold metallic lower\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pen-color-card\"\u003e\n\u003cspan class=\"pen-color-gem\"\u003e💙\u003c\/span\u003e\n\u003cdiv class=\"pen-color-name\"\u003eAqua\u003c\/div\u003e\n\u003cdiv class=\"pen-color-desc\"\u003eBlue gem topper, aqua crystal barrel, teal metallic lower\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pen-color-card\"\u003e\n\u003cspan class=\"pen-color-gem\"\u003e🤍\u003c\/span\u003e\n\u003cdiv class=\"pen-color-name\"\u003eChampagne\u003c\/div\u003e\n\u003cdiv class=\"pen-color-desc\"\u003eBlush gem topper, pink crystal barrel, gold metallic lower\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ANATOMY --\u003e\n\u003cdiv class=\"pen-anatomy\"\u003e\n\u003cdiv class=\"pen-anatomy-head\"\u003e\n\u003ch3\u003eThree parts. One stunning pen.\u003c\/h3\u003e\n\u003cp\u003eEvery DDT Crystal Pen is built the same way — top to bottom.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pen-anatomy-parts\"\u003e\n\u003cdiv class=\"pen-part\"\u003e\n\u003cspan class=\"pen-part-icon\"\u003e◆\u003c\/span\u003e\n\u003cdiv class=\"pen-part-title\"\u003eFaceted gem topper\u003c\/div\u003e\n\u003cdiv class=\"pen-part-desc\"\u003eLarge faceted crystal gem in your chosen colorway. The kind of topper that catches light across the room and makes everyone look twice.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pen-part\"\u003e\n\u003cspan class=\"pen-part-icon\"\u003e✨\u003c\/span\u003e\n\u003cdiv class=\"pen-part-title\"\u003eCrystal-filled clear barrel\u003c\/div\u003e\n\u003cdiv class=\"pen-part-desc\"\u003eClear acrylic upper barrel packed with sparkling micro-crystals in a matching color. Catches the light with every movement. Stunning on camera.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pen-part\"\u003e\n\u003cspan class=\"pen-part-icon\"\u003e✏️\u003c\/span\u003e\n\u003cdiv class=\"pen-part-title\"\u003eMetallic lower barrel\u003c\/div\u003e\n\u003cdiv class=\"pen-part-desc\"\u003eMetallic lower section in a coordinating finish. Laser engraving goes here — your name or text cut directly into the barrel.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FEATURES --\u003e\n\u003cdiv class=\"pen-features\"\u003e\n\u003cdiv class=\"pen-feature\"\u003e\n\u003cdiv class=\"pen-feature-icon fi-purple\"\u003e💎\u003c\/div\u003e\n\u003cdiv class=\"pen-feature-title\"\u003eDiamond art stylus tip\u003c\/div\u003e\n\u003cdiv class=\"pen-feature-desc\"\u003ePrecision converted tip picks up and places drills exactly where you want them. Smooth, controlled, accurate every time.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pen-feature\"\u003e\n\u003cdiv class=\"pen-feature-icon fi-purple\"\u003e✒️\u003c\/div\u003e\n\u003cdiv class=\"pen-feature-title\"\u003eWorks as a ballpoint pen\u003c\/div\u003e\n\u003cdiv class=\"pen-feature-desc\"\u003eStill a fully functional ballpoint pen. Mark your canvas, take notes, sign your name — without switching tools.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pen-feature\"\u003e\n\u003cdiv class=\"pen-feature-icon fi-gold\"\u003e✦\u003c\/div\u003e\n\u003cdiv class=\"pen-feature-title\"\u003eLaser-engraved personalization\u003c\/div\u003e\n\u003cdiv class=\"pen-feature-desc\"\u003eYour name or text laser-engraved on the metallic barrel. Up to 20 characters. Crisp, permanent, and unmistakably yours.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pen-feature\"\u003e\n\u003cdiv class=\"pen-feature-icon fi-teal\"\u003e💡\u003c\/div\u003e\n\u003cdiv class=\"pen-feature-title\"\u003eCrystal barrel catches light\u003c\/div\u003e\n\u003cdiv class=\"pen-feature-desc\"\u003eThe crystal-filled barrel sparkles as you work. On a live or in a photo it looks like nothing else on a craft table.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pen-feature\"\u003e\n\u003cdiv class=\"pen-feature-icon fi-rose\"\u003e🎨\u003c\/div\u003e\n\u003cdiv class=\"pen-feature-title\"\u003e4 colorways to choose from\u003c\/div\u003e\n\u003cdiv class=\"pen-feature-desc\"\u003eAmethyst, Rose, Aqua, and Champagne. Each one coordinates with your DDT workstation color theme.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pen-feature\"\u003e\n\u003cdiv class=\"pen-feature-icon fi-gold\"\u003e📦\u003c\/div\u003e\n\u003cdiv class=\"pen-feature-title\"\u003eIncluded in every DDT\u003c\/div\u003e\n\u003cdiv class=\"pen-feature-desc\"\u003eEvery DDT workstation ships with one. This listing is for extras, replacements, gifts, and personalized versions.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- DUAL USE --\u003e\n\u003cdiv class=\"pen-dual\"\u003e\n\u003cdiv class=\"pen-dual-eyebrow\"\u003e2-in-1 — Diamond Art + Ballpoint\u003c\/div\u003e\n\u003cdiv class=\"pen-dual-title\"\u003eThe only pen that does both — and looks this good doing it.\u003c\/div\u003e\n\u003cdiv class=\"pen-dual-body\"\u003eMost diamond art styluses are stripped-down tools with one job. The DDT Crystal Pen starts as a premium ballpoint and gets converted — so the tip places your drills with precision and the ink barrel still writes. Mark your pattern, take notes, sign finished pieces. One pen on your DDT table handles everything. And when you're done for the day, it sits in your 30mm drawer and looks like jewelry.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- PERSONALIZATION --\u003e\n\u003cdiv class=\"pen-pers\"\u003e\n\u003cdiv class=\"pen-pers-icon\"\u003e✦\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"pen-pers-title\"\u003eLaser-engraved personalization — +$4.99\u003c\/div\u003e\n\u003cdiv class=\"pen-pers-body\"\u003eYour name, a word, or up to 20 characters laser-engraved directly into the metallic barrel. Crisp, permanent, and precise — not painted on, not a sticker. When someone picks up your pen without asking, they'll know exactly whose it is. The most affordable way to make the DDT Crystal Pen completely, permanently yours.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- DDT DISPLAY --\u003e\n\u003cdiv class=\"pen-display\"\u003e\n\u003cdiv class=\"pen-display-eyebrow\"\u003eMade for the DDT\u003c\/div\u003e\n\u003cdiv class=\"pen-display-title\"\u003eIt lives in your 30mm drawer. It looks perfect there.\u003c\/div\u003e\n\u003cdiv class=\"pen-display-body\"\u003eThe DDT Crystal Pen is sized to sit in the large 30mm drawer of your Diamond Drill Tower — right alongside your wax and tools. Pull it out when you're ready, place your drills, write your notes, put it back. The gem topper catches the light every time you open the drawer. Diamond painting finally has a tool that looks as good as the finished piece.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pen-hr\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c!-- SPECS --\u003e\n\u003cdiv class=\"pen-specs-label\"\u003eSpecifications\u003c\/div\u003e\n\u003cdiv class=\"pen-specs\"\u003e\n\u003cdiv class=\"pen-spec-l\"\u003eType\u003c\/div\u003e\n\u003cdiv class=\"pen-spec-v\"\u003eConverted ballpoint pen — diamond art stylus + writer\u003c\/div\u003e\n\u003cdiv class=\"pen-spec-l\"\u003eTopper\u003c\/div\u003e\n\u003cdiv class=\"pen-spec-v\"\u003eLarge faceted crystal gem\u003c\/div\u003e\n\u003cdiv class=\"pen-spec-l\"\u003eUpper barrel\u003c\/div\u003e\n\u003cdiv class=\"pen-spec-v\"\u003eClear acrylic — crystal-filled\u003c\/div\u003e\n\u003cdiv class=\"pen-spec-l\"\u003eLower barrel\u003c\/div\u003e\n\u003cdiv class=\"pen-spec-v\"\u003eMetallic finish — laser engraving here\u003c\/div\u003e\n\u003cdiv class=\"pen-spec-l\"\u003eColorways\u003c\/div\u003e\n\u003cdiv class=\"pen-spec-v\"\u003eAmethyst, Rose, Aqua, Champagne\u003c\/div\u003e\n\u003cdiv class=\"pen-spec-l\"\u003ePersonalization\u003c\/div\u003e\n\u003cdiv class=\"pen-spec-v\"\u003eLaser engraved, up to 20 characters (+$4.99)\u003c\/div\u003e\n\u003cdiv class=\"pen-spec-l\"\u003eTip\u003c\/div\u003e\n\u003cdiv class=\"pen-spec-v\"\u003eDiamond art stylus (precision placement)\u003c\/div\u003e\n\u003cdiv class=\"pen-spec-l\"\u003eInk\u003c\/div\u003e\n\u003cdiv class=\"pen-spec-v\"\u003eBallpoint — writes as a standard pen\u003c\/div\u003e\n\u003cdiv class=\"pen-spec-l\"\u003eWax\u003c\/div\u003e\n\u003cdiv class=\"pen-spec-v\"\u003eRecycled DDT community wax included\u003c\/div\u003e\n\u003cdiv class=\"pen-spec-l\"\u003eShips from\u003c\/div\u003e\n\u003cdiv class=\"pen-spec-v\"\u003eWest Union, SC 29696\u003c\/div\u003e\n\u003cdiv class=\"pen-spec-l\"\u003eAlso included in\u003c\/div\u003e\n\u003cdiv class=\"pen-spec-v\"\u003eEvery DDT workstation edition\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- PRICE --\u003e\n\u003cdiv class=\"pen-price-wrap\"\u003e\n\u003cdiv class=\"pen-price-card featured\"\u003e\n\u003cdiv class=\"pen-price-tag\"\u003eStandard — your choice of colorway\u003c\/div\u003e\n\u003cdiv class=\"pen-price-num\"\u003e$9.99\u003c\/div\u003e\n\u003cdiv class=\"pen-price-desc\"\u003eCrystal pen in your chosen colorway. Diamond art stylus tip. Ballpoint ink. Recycled wax included.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pen-price-card\"\u003e\n\u003cdiv class=\"pen-price-tag\"\u003eAdd laser-engraved personalization\u003c\/div\u003e\n\u003cdiv class=\"pen-price-num\"\u003e+$4.99\u003c\/div\u003e\n\u003cdiv class=\"pen-price-desc\"\u003eYour name or text laser-engraved on the metallic barrel. Up to 20 characters. Permanent and precise.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pen-total\"\u003e\n\u003cdiv class=\"pen-total-label\"\u003ePersonalized crystal pen\u003c\/div\u003e\n\u003cdiv class=\"pen-total-price\"\u003e$14.98\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pen-patent\"\u003eDiamond Drill Tower™  ·  CS3DP LLC  ·  DiamondDrillTower.com  ·  West Union, SC 29696  ·  Patent Pending No. 64\/004,058\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Static Touch Diamond Drill Tower","offers":[{"title":"Default Title","offer_id":43018645405905,"sku":"43018645405905","price":9.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0669\/6003\/1953\/files\/20260405_231511.jpg?v=1777760510"},{"product_id":"creator-edition-1","title":"Creator Edition","description":"\u003c!-- DDT Creator Edition — Shopify Product Description Section --\u003e\u003c!-- Paste this into: Shopify Admin → Products → Creator → Description → \u003c\u003e Code View --\u003e\u003c!-- OR: Online Store → Themes → Customize → Add Custom HTML section --\u003e\n\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400\u0026family=Mulish:wght@300;400;500;600;700\u0026family=DM+Mono:wght@400;500\u0026display=swap');\n\n  :root {\n    --bg: #0D0A14;\n    --white: #0D0A14;\n    --ink: #C4B5FD;\n    --ink-mid: #C4B5FD;\n    --ink-light: #C4B5FD;\n    --rule: #2a2040;\n    --purple: #E040FB;\n    --purple-light: #1a1030;\n    --purple-border: #6B21A8;\n    --gold: #E040FB;\n    --gold-light: #1a1030;\n    --gold-border: #6B21A8;\n    --teal: #C4B5FD;\n    --teal-light: #1a1030;\n    --teal-border: #6B21A8;\n    --rose: #E040FB;\n    --rose-light: #1a1030;\n    --rose-border: #6B21A8;\n    --blue: #C4B5FD;\n    --blue-light: #1a1030;\n    --blue-border: #6B21A8;\n    --green: #C4B5FD;\n    --green-light: #1a1030;\n    --green-border: #6B21A8;\n  }\n\n  * { margin: 0; padding: 0; box-sizing: border-box; }\n  body { background: #0D0A14; font-family: 'Mulish', sans-serif; color: #C4B5FD; line-height: 1.6; font-size: 16px; }\n\n  \/* PAGE NAVIGATION *\/\n  .nav { background: #0D0A14; border-bottom: 1px solid var(--rule); padding: 16px 40px; position: sticky; top: 0; z-index: 100; display: flex; gap: 8px; flex-wrap: wrap; }\n  .nav a { font-family: 'DM Mono', monospace; font-size: 11px; letter-spacing: 1px; text-transform: uppercase; padding: 6px 14px; border-radius: 20px; border: 1px solid var(--rule); color: #C4B5FD; text-decoration: none; }\n  .nav a:hover { background: var(--purple-light); color: #E040FB; border-color: var(--purple-border); }\n  .nav-label { font-family: 'DM Mono', monospace; font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: #C4B5FD; padding: 6px 0; align-self: center; margin-right: 8px; }\n\n  \/* EDITION SECTION *\/\n  .edition-section { max-width: 860px; margin: 0 auto; padding: 64px 40px; border-bottom: 2px solid var(--rule); }\n  .edition-section:last-child { border-bottom: none; }\n\n  \/* SHARED COMPONENTS *\/\n  .eyebrow { font-family: 'DM Mono', monospace; font-size: 11px; letter-spacing: 3px; text-transform: uppercase; margin-bottom: 14px; color: #C4B5FD; }\n  .hero-title { font-family: 'Playfair Display', serif; font-size: 52px; font-weight: 700; color: #E040FB; line-height: 1.1; margin-bottom: 16px; }\n  .hero-title em { font-style: italic; color: #E040FB; }\n  .hero-sub { font-size: 18px; color: #C4B5FD; line-height: 1.8; max-width: 680px; margin-bottom: 28px; font-weight: 300; }\n  .edition-badge { display: inline-flex; align-items: center; gap: 8px; border-radius: 30px; padding: 7px 16px; font-size: 13px; font-weight: 600; margin-bottom: 36px; font-family: 'DM Mono', monospace; letter-spacing: 0.5px; border: 1px solid; }\n  .badge-dot { width: 7px; height: 7px; border-radius: 50%; }\n  hr { border: none; border-top: 1px solid var(--rule); margin: 36px 0; }\n  .intro { font-size: 16px; color: #C4B5FD; line-height: 1.9; margin-bottom: 32px; font-weight: 300; }\n  .intro strong { color: #E040FB; font-weight: 600; }\n\n  \/* STAT ROW *\/\n  .stat-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-bottom: 36px; }\n  .stat { background: #120f1e; border: 1px solid var(--rule); border-radius: 12px; padding: 16px 14px; text-align: center; }\n  .stat-num { font-family: 'Playfair Display', serif; font-size: 34px; font-weight: 700; line-height: 1; margin-bottom: 5px; color: #E040FB; }\n  .stat-label { font-size: 11px; color: #C4B5FD; font-family: 'DM Mono', monospace; letter-spacing: 0.5px; text-transform: uppercase; }\n\n  \/* FEATURE GRID *\/\n  .feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-bottom: 32px; }\n  .feature { background: #120f1e; border: 1px solid var(--rule); border-radius: 14px; padding: 18px; }\n  .feature-icon { width: 34px; height: 34px; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 15px; margin-bottom: 10px; font-family: serif; }\n  .feature-title { font-family: 'Playfair Display', serif; font-size: 16px; font-weight: 700; color: #E040FB; margin-bottom: 5px; line-height: 1.3; }\n  .feature-desc { font-size: 13px; color: #C4B5FD; line-height: 1.6; font-weight: 300; }\n\n  \/* CALLOUT BOXES *\/\n  .callout { border-left: 4px solid; border-radius: 0 14px 14px 0; padding: 20px 22px; margin-bottom: 32px; }\n  .callout-eyebrow { font-family: 'DM Mono', monospace; font-size: 10px; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 5px; color: #C4B5FD; }\n  .callout-title { font-family: 'Playfair Display', serif; font-size: 22px; font-weight: 600; color: #E040FB; margin-bottom: 7px; line-height: 1.3; }\n  .callout-body { font-size: 14px; color: #C4B5FD; line-height: 1.7; font-weight: 300; }\n\n  \/* PERS BAND *\/\n  .pers-band { border: 1px solid var(--purple-border); border-radius: 14px; padding: 20px 22px; margin-bottom: 32px; display: grid; grid-template-columns: auto 1fr; gap: 18px; align-items: center; background: #1a1030; }\n  .pers-diamond { width: 46px; height: 46px; background: var(--purple-border); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: serif; font-size: 20px; color: #E040FB; flex-shrink: 0; }\n  .pers-title { font-family: 'Playfair Display', serif; font-size: 20px; font-weight: 600; color: #E040FB; margin-bottom: 4px; }\n  .pers-body { font-size: 14px; color: #C4B5FD; line-height: 1.6; font-weight: 300; }\n\n  \/* GIVES BACK *\/\n  .gives-back { background: #1a1030; border: 1px solid var(--purple-border); border-radius: 14px; padding: 20px 22px; margin-bottom: 32px; }\n  .gb-eyebrow { font-family: 'DM Mono', monospace; font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: #C4B5FD; margin-bottom: 4px; }\n  .gb-title { font-family: 'Playfair Display', serif; font-size: 22px; font-weight: 600; color: #C4B5FD; margin-bottom: 6px; line-height: 1.3; }\n  .gb-body { font-size: 14px; color: #C4B5FD; line-height: 1.7; font-weight: 300; }\n\n  \/* SPECS *\/\n  .specs-label { font-family: 'DM Mono', monospace; font-size: 11px; letter-spacing: 3px; text-transform: uppercase; color: #C4B5FD; margin-bottom: 12px; }\n  .specs { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border: 1px solid var(--rule); border-radius: 14px; overflow: hidden; margin-bottom: 32px; }\n  .spec-l { font-size: 13px; color: #C4B5FD; padding: 10px 14px; border-bottom: 1px solid var(--rule); background: #120f1e; }\n  .spec-v { font-size: 13px; color: #C4B5FD; padding: 10px 14px; border-bottom: 1px solid var(--rule); font-weight: 600; background: #0D0A14; }\n  .spec-l:nth-last-child(2), .spec-v:last-child { border-bottom: none; }\n\n  \/* PRICE BLOCK *\/\n  .price-block { background: #120f1e; border: 1px solid var(--rule); border-radius: 16px; padding: 22px 26px; display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 12px; flex-wrap: wrap; }\n  .msrp { font-size: 13px; color: #C4B5FD; text-decoration: line-through; margin-bottom: 2px; font-family: 'DM Mono', monospace; }\n  .price { font-family: 'Playfair Display', serif; font-size: 42px; font-weight: 700; color: #E040FB; line-height: 1; margin-bottom: 6px; }\n  .shipping { font-size: 13px; color: #C4B5FD; font-family: 'DM Mono', monospace; }\n  .delivery { font-size: 12px; color: #C4B5FD; opacity: 0.7; }\n  .made { font-size: 12px; color: #C4B5FD; opacity: 0.7; }\n  .upgrade-nudge { background: #1a1030; border: 1px solid var(--purple-border); border-radius: 12px; padding: 14px 18px; }\n  .nudge-text { font-size: 13px; color: #C4B5FD; line-height: 1.5; margin-bottom: 8px; }\n  .nudge-text strong { color: #E040FB; }\n  .nudge-link { font-family: 'DM Mono', monospace; font-size: 12px; color: #E040FB; text-decoration: none; letter-spacing: 0.5px; }\n  .patent { font-family: 'DM Mono', monospace; font-size: 10px; color: #C4B5FD; opacity: 0.5; letter-spacing: 0.5px; width: 100%; padding-top: 14px; border-top: 1px solid var(--rule); margin-top: 6px; }\n\n  \/* MOBILE *\/\n  @media (max-width: 768px) {\n    .hero-title { font-size: 36px; }\n    .stat-row { grid-template-columns: repeat(2, 1fr); }\n    .feature-grid { grid-template-columns: repeat(2, 1fr); }\n    .specs { grid-template-columns: 1fr; }\n    .pers-band { grid-template-columns: 1fr; }\n    .price-block { flex-direction: column; align-items: flex-start; gap: 16px; }\n    .upgrade-nudge { width: 100%; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"ddt-section\"\u003e\n\u003cdiv style=\"color: var(--rose);\" class=\"eyebrow\"\u003eDiamond Drill Tower™ — Creator Edition\u003c\/div\u003e\n\u003ch1 class=\"hero-title\"\u003eThe one that starts\u003cbr\u003e\u003cem style=\"color: var(--rose);\"\u003eeverything.\u003c\/em\u003e\n\u003c\/h1\u003e\n\u003cp class=\"hero-sub\"\u003eOne level. Eight trays. The full DDT system in its most essential form. The Creator is where thousands of diamond painters will discover what it feels like to actually be organized — and never go back.\u003c\/p\u003e\n\u003cdiv style=\"background: var(--rose-light); border-color: var(--rose-border); color: var(--rose);\" class=\"edition-badge\"\u003e\n\u003cdiv style=\"background: var(--rose);\" class=\"badge-dot\"\u003e\u003cbr\u003e\u003c\/div\u003e\nCreator Edition — Entry level. Full experience.\u003c\/div\u003e\n\u003cdiv class=\"stat-row\"\u003e\n\u003cdiv class=\"stat\"\u003e\n\u003cdiv style=\"color: var(--rose);\" class=\"stat-num\"\u003e1\u003c\/div\u003e\n\u003cdiv class=\"stat-label\"\u003eRotating level\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stat\"\u003e\n\u003cdiv style=\"color: var(--rose);\" class=\"stat-num\"\u003e8\u003c\/div\u003e\n\u003cdiv class=\"stat-label\"\u003eAnti-spill trays\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stat\"\u003e\n\u003cdiv style=\"color: var(--rose);\" class=\"stat-num\"\u003e2\u003c\/div\u003e\n\u003cdiv class=\"stat-label\"\u003eNFC smart tags\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stat\"\u003e\n\u003cdiv style=\"color: var(--rose);\" class=\"stat-num\"\u003e∞\u003c\/div\u003e\n\u003cdiv class=\"stat-label\"\u003eBetter sessions\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003chr\u003e\n\u003cp class=\"intro\"\u003eYou don't need a massive drill collection to benefit from a workstation. You just need to stop digging through bags, knocking over bottles, and losing the color you were just using. \u003cstrong\u003eThe Creator gives you the full DDT experience\u003c\/strong\u003e — anti-static Static Touch™ technology, snap-lock trays, NFC smart tags, and a personalized engraved base — starting with eight perfectly organized trays and one smoothly rotating level. It's the smartest way to begin.\u003c\/p\u003e\n\u003cdiv class=\"feature-grid\"\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cdiv style=\"background: var(--rose-light); color: var(--rose);\" class=\"feature-icon\"\u003e↻\u003c\/div\u003e\n\u003cdiv class=\"feature-title\"\u003e1 rotating level\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eSpins 360° on its own axis. Rotate your drills to face you. Keep your table clear.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cdiv style=\"background: var(--rose-light); color: var(--rose);\" class=\"feature-icon\"\u003e⬡\u003c\/div\u003e\n\u003cdiv class=\"feature-title\"\u003e8 anti-spill snap-lock trays\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eShake it. Turn it over. The lids hold until you press to open. Eight colors always ready.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cdiv style=\"background: var(--gold-light); color: var(--gold);\" class=\"feature-icon\"\u003e◈\u003c\/div\u003e\n\u003cdiv class=\"feature-title\"\u003e2 NFC smart tags\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eTap your phone to the handle or top disc. Tutorials, your owner page, and reorder links instantly.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cdiv style=\"background: var(--gold-light); color: var(--gold);\" class=\"feature-icon\"\u003e⊞\u003c\/div\u003e\n\u003cdiv class=\"feature-title\"\u003e1 large drawer + 2 ribbed sorting drawers\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003e1 large 30mm lidded drawer for pens, wax, and tools — with a handwritten saying inside. 2 ribbed stackable sorting drawers for larger drill amounts. Top sorter has a lid; nests onto bottom.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cdiv style=\"background: var(--teal-light); color: var(--teal);\" class=\"feature-icon\"\u003e✦\u003c\/div\u003e\n\u003cdiv class=\"feature-title\"\u003ePersonalized base, engraved\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eYour name engraved on the base. Up to 20 characters. Made in West Union, SC, just for you.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cdiv style=\"background: var(--teal-light); color: var(--teal);\" class=\"feature-icon\"\u003e◎\u003c\/div\u003e\n\u003cdiv class=\"feature-title\"\u003eReady to paint immediately\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eIncludes a diamond drill pen and recycled wax. Open it, load your drills, and start.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: var(--rose-light); border-color: var(--rose);\" class=\"callout\"\u003e\n\u003cdiv style=\"color: var(--rose);\" class=\"callout-eyebrow\"\u003eStatic Touch™ — US Patent Pending No. 64\/004,058\u003c\/div\u003e\n\u003cdiv style=\"color: var(--rose);\" class=\"callout-title\"\u003eThe anti-static system that changes how you paint.\u003c\/div\u003e\n\u003cdiv class=\"callout-body\"\u003eThe high relief brass Static Touch™ badge neutralizes static charge before you pick up a drill. No more sticking. No more jumping. Just clean, precise placement from the very first tray.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pers-band\"\u003e\n\u003cdiv class=\"pers-diamond\"\u003e♦\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"pers-title\"\u003eEvery Creator is made to order.\u003c\/div\u003e\n\u003cdiv class=\"pers-body\"\u003e3D printed by hand in West Union, SC 29696. Your name engraved, your color theme chosen, your drawers carrying a saying no one else will find until you open them. The smallest DDT is still entirely, specifically yours.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gives-back\"\u003e\n\u003cdiv class=\"gb-eyebrow\"\u003eDDT Gives Back\u003c\/div\u003e\n\u003cdiv class=\"gb-title\"\u003eEvery DDT sold brings us closer to changing someone's life.\u003c\/div\u003e\n\u003cdiv class=\"gb-body\"\u003eA portion of every sale goes into the DDT Gives Back pool — cars, houses, medical debt cleared — chosen by community vote. Even the Creator, our most accessible edition, is part of something much bigger than diamond painting.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003chr\u003e\n\u003cdiv class=\"specs-label\"\u003eSpecifications\u003c\/div\u003e\n\u003cdiv class=\"specs\"\u003e\n\u003cdiv class=\"spec-l\"\u003eEdition\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eCreator — entry level\u003c\/div\u003e\n\u003cdiv class=\"spec-l\"\u003eLevels\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e1 rotating\u003c\/div\u003e\n\u003cdiv class=\"spec-l\"\u003eTrays\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e8 anti-spill, snap-lock lids\u003c\/div\u003e\n\u003cdiv class=\"spec-l\"\u003eDrawers\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e30mm lidded drawer (pens\/wax) + 2 ribbed stackable sorters (top lidded, bottom open)\u003c\/div\u003e\n\u003cdiv class=\"spec-l\"\u003eNFC tags\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e2 (handle + top disc)\u003c\/div\u003e\n\u003cdiv class=\"spec-l\"\u003ePersonalization\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eName engraved, up to 20 characters\u003c\/div\u003e\n\u003cdiv class=\"spec-l\"\u003eIncludes\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eDrill pen + recycled wax\u003c\/div\u003e\n\u003cdiv class=\"spec-l\"\u003eMaterial\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003ePLA\/PETG — 3D printed\u003c\/div\u003e\n\u003cdiv class=\"spec-l\"\u003eMade in\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eWest Union, SC 29696\u003c\/div\u003e\n\u003cdiv class=\"spec-l\"\u003eShipping\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eQueue-based delivery — date at checkout\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"price-block\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"price\"\u003e$99.99\u003c\/div\u003e\n\u003cdiv class=\"shipping\"\u003eFree US shipping\u003c\/div\u003e\n\u003cdiv class=\"delivery\"\u003eQueue-based — delivery date at checkout\u003c\/div\u003e\n\u003cdiv class=\"made\"\u003eHand-made in West Union, SC\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"upgrade-nudge\"\u003e\n\u003cdiv class=\"nudge-text\"\u003e\n\u003cstrong\u003eReady for more?\u003c\/strong\u003e The Artisan Edition gives you 3 levels and 24 trays — for just $134.99.\u003c\/div\u003e\n\u003ca class=\"nudge-link\" href=\"#artisan\"\u003eSee Artisan →\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"patent\"\u003eDiamond Drill Tower™  ·  CS3DP LLC  ·  DiamondDrillTower.com  ·  Patent Pending No. 64\/004,058\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Static Touch Diamond Drill Tower","offers":[{"title":"1 Level \/ 8 Trays","offer_id":43120488579281,"sku":"43120488579281","price":99.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0669\/6003\/1953\/files\/Firefly-2.webp?v=1779849997"}],"url":"https:\/\/diamonddrilltower.com\/collections\/store.oembed","provider":"Static Touch Diamond Drill Tower","version":"1.0","type":"link"}