{"title":"Accessories","description":"\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Bebas+Neue\u0026family=DM+Sans:wght@400;500;600;700\u0026display=swap');\n\n  .dx-coll {\n    --gold: #b8902a;\n    --gold-r: #a47d20;\n    --gold-p: #faf6ee;\n    --beige: #F6F3ED;\n    --ink: #0f0f0f;\n    --ink-2: #1f2937;\n    --ink-mid: #6b7280;\n    --line: #e5e1d8;\n    --r: 12px;\n    font-family: 'DM Sans', system-ui, sans-serif;\n    color: var(--ink-2);\n    line-height: 1.65;\n    font-size: 15px;\n    max-width: 100%;\n    margin: 0;\n    padding: 5px 0 0 0;\n  }\n  .dx-coll * { box-sizing: border-box; }\n  .dx-coll p { margin: 0 0 14px; }\n  .dx-coll strong { color: var(--ink); }\n\n  \/* HEADER *\/\n  .dx-coll-header {\n    text-align: left;\n    margin: 0 0 32px;\n  }\n  .dx-coll-header h1 {\n    font-family: 'Bebas Neue', sans-serif !important;\n    font-size: clamp(32px, 5vw, 52px) !important;\n    line-height: 1 !important;\n    font-weight: 400 !important;\n    letter-spacing: 0.02em;\n    color: var(--ink) !important;\n    margin: 0 0 14px !important;\n    padding: 0 !important;\n  }\n  .dx-coll-header h1 em { font-style: normal; color: var(--gold); }\n  .dx-coll-header p {\n    font-size: 16px;\n    color: var(--ink-mid);\n    max-width: 720px;\n    line-height: 1.6;\n    margin: 0;\n  }\n\n  \/* GRID CARDS *\/\n  .dx-coll-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 14px;\n    margin: 0 0 32px;\n  }\n  .dx-coll-card {\n    background: var(--beige);\n    border: 1px solid var(--line);\n    border-radius: var(--r);\n    padding: 24px 22px;\n    transition: border-color .2s, transform .2s;\n    position: relative;\n    overflow: hidden;\n  }\n  .dx-coll-card:hover {\n    border-color: var(--gold);\n    transform: translateY(-2px);\n  }\n  .dx-coll-card-icon {\n    font-size: 32px;\n    line-height: 1;\n    margin-bottom: 12px;\n    display: block;\n  }\n  .dx-coll-card h3 {\n    font-family: 'Bebas Neue', sans-serif;\n    font-size: 22px;\n    letter-spacing: 0.02em;\n    color: var(--ink);\n    margin: 0 0 8px;\n    font-weight: 400;\n    line-height: 1.1;\n  }\n  .dx-coll-card p {\n    font-size: 13.5px;\n    color: var(--ink-mid);\n    line-height: 1.5;\n    margin: 0;\n  }\n\n  \/* NEW BADGE *\/\n  .dx-new {\n    position: absolute;\n    top: 14px; right: 14px;\n    background: var(--gold);\n    color: #fff;\n    font-family: 'Bebas Neue', sans-serif;\n    font-size: 11px;\n    letter-spacing: 0.08em;\n    padding: 3px 9px;\n    border-radius: 100px;\n    line-height: 1.4;\n  }\n\n  \/* SUB INTRO *\/\n  .dx-coll-sub {\n    background: linear-gradient(135deg, #0f0f0f 0%, #1a1a1a 100%);\n    border-radius: var(--r);\n    padding: 24px 28px;\n    color: #fff;\n    margin: 0 0 24px;\n    position: relative;\n    overflow: hidden;\n  }\n  .dx-coll-sub::before {\n    content: '';\n    position: absolute; top: -50px; right: -50px;\n    width: 180px; height: 180px;\n    background: radial-gradient(circle, rgba(184,144,42,0.18) 0%, transparent 70%);\n    border-radius: 50%;\n    pointer-events: none;\n  }\n  .dx-coll-sub h2 {\n    font-family: 'Bebas Neue', sans-serif !important;\n    font-size: clamp(22px, 3vw, 28px) !important;\n    line-height: 1.05 !important;\n    font-weight: 400 !important;\n    letter-spacing: 0.02em;\n    color: #fff !important;\n    margin: 0 0 8px !important;\n    padding: 0 !important;\n  }\n  .dx-coll-sub h2 em { font-style: normal; color: var(--gold); }\n  .dx-coll-sub p {\n    font-size: 14.5px;\n    color: #d4d4d4;\n    margin: 0;\n    line-height: 1.55;\n    max-width: 680px;\n  }\n\n  \/* MOBILE *\/\n  @media (max-width: 749px) {\n    .dx-coll { font-size: 14px; padding: 5px 8px 0 8px; }\n    .dx-coll-grid { grid-template-columns: 1fr 1fr; gap: 10px; }\n    .dx-coll-card { padding: 18px 14px; }\n    .dx-coll-card h3 { font-size: 19px; }\n    .dx-coll-card-icon { font-size: 28px; margin-bottom: 10px; }\n    .dx-coll-sub { padding: 22px 20px; }\n    .dx-coll-header { margin-bottom: 24px; }\n    .dx-coll-header h1 { font-size: 28px !important; }\n    .dx-coll-header p { font-size: 14px; }\n  }\n\n  @media (max-width: 480px) {\n    .dx-coll-grid { grid-template-columns: 1fr 1fr; }\n    .dx-coll-card { padding: 16px 12px; }\n    .dx-coll-card h3 { font-size: 17px; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"dx-coll\"\u003e\n\n  \u003c!-- HEADER --\u003e\n  \u003cdiv class=\"dx-coll-header\"\u003e\n    \u003ch1\u003eTCG Accessories \u0026amp; \u003cem\u003eGoodies\u003c\/em\u003e\u003c\/h1\u003e\n    \u003cp\u003eEverything you need to \u003cstrong\u003eprotect, organise and showcase your collection\u003c\/strong\u003e. Sleeves, storage boxes, anti-humidity accessories and 3D-printed creations from our workshop — selected or made with the same care as our personalised binders.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- PRODUCT GRID --\u003e\n  \u003cdiv class=\"dx-coll-grid\"\u003e\n\n    \u003cdiv class=\"dx-coll-card\"\u003e\n      \u003cspan class=\"dx-new\"\u003eNEW\u003c\/span\u003e\n      \u003cspan class=\"dx-coll-card-icon\"\u003e💧\u003c\/span\u003e\n      \u003ch3\u003eAnti-Humidity\u003c\/h3\u003e\n      \u003cp\u003e3D-printed sticks with reusable silica beads. Protects your cards from moisture in any binder.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"dx-coll-card\"\u003e\n      \u003cspan class=\"dx-new\"\u003eNEW\u003c\/span\u003e\n      \u003cspan class=\"dx-coll-card-icon\"\u003e🪙\u003c\/span\u003e\n      \u003ch3\u003eToken Cards\u003c\/h3\u003e\n      \u003cp\u003e3D-printed cards with dedicated slots for Pokémon tokens. Practical for play, elegant on display.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"dx-coll-card\"\u003e\n      \u003cspan class=\"dx-coll-card-icon\"\u003e🛡️\u003c\/span\u003e\n      \u003ch3\u003eSleeves \u0026amp; Toploaders\u003c\/h3\u003e\n      \u003cp\u003eIndividual protection for your most valuable cards. Compatible with all TCG formats.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"dx-coll-card\"\u003e\n      \u003cspan class=\"dx-coll-card-icon\"\u003e📦\u003c\/span\u003e\n      \u003ch3\u003eStorage Boxes\u003c\/h3\u003e\n      \u003cp\u003eRigid and semi-rigid solutions to store decks, boosters and bulk collections.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"dx-coll-card\"\u003e\n      \u003cspan class=\"dx-coll-card-icon\"\u003e🧸\u003c\/span\u003e\n      \u003ch3\u003ePlushies \u0026amp; Figurines\u003c\/h3\u003e\n      \u003cp\u003eGoodies from your favourite licences to personalise your collector setup.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"dx-coll-card\"\u003e\n      \u003cspan class=\"dx-coll-card-icon\"\u003e🎁\u003c\/span\u003e\n      \u003ch3\u003eThemed Goodies\u003c\/h3\u003e\n      \u003cp\u003ePins, keychains, playmats and other accessories to complete your TCG universe.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- HANDMADE BLOCK --\u003e\n  \u003cdiv class=\"dx-coll-sub\"\u003e\n    \u003ch2\u003e3D-Printed \u003cem\u003ein our workshop\u003c\/em\u003e\u003c\/h2\u003e\n    \u003cp\u003eOur anti-humidity sticks and token cards are designed and made in France. The same craftsmanship as our laser-engraved personalised binders, applied to new formats for your collection.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n","products":[{"product_id":"sleeves-de-protection","title":"Sleeves x100","description":"\u003cp data-end=\"1070\" data-start=\"326\"\u003eDiscover our \u003cstrong data-end=\"404\" data-start=\"373\"\u003epack of 100 premium sleeves\u003c\/strong\u003e , specially designed to protect your collectible and gaming cards.\u003cbr\u003e\u003cbr\u003e With dimensions of \u003cstrong data-end=\"538\" data-start=\"497\"\u003e9.1 cm high x 6.6 cm wide\u003c\/strong\u003e , they are perfectly suited to \u003cstrong data-end=\"668\" data-start=\"584\"\u003ePokémon, Yu-Gi-Oh!, One Piece, Lorcana, Dragon Ball Super and all other TCG\u003c\/strong\u003e cards.\u003cbr data-is-only-node=\"\" data-end=\"672\" data-start=\"669\"\u003e Made from a durable, transparent material, these protectors guarantee \u003cstrong data-end=\"782\" data-start=\"759\"\u003eoptimal durability\u003c\/strong\u003e while preserving the shine and quality of your cards, whether for display in a binder or for official tournament play.\u003cbr data-end=\"930\" data-start=\"927\"\u003e Ideal for demanding collectors and players, they combine \u003cstrong data-end=\"1067\" data-start=\"999\"\u003eprotection, handling comfort and universal compatibility\u003c\/strong\u003e .\u003c\/p\u003e","brand":"Dealdex","offers":[{"title":"Default Title","offer_id":55005392142662,"sku":null,"price":3.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0948\/5818\/2982\/files\/sleeves-de-protection-1229507644.jpg?v=1774612932"},{"product_id":"toploader-x10","title":"Toploader x10","description":"\u003cp data-start=\"315\" data-end=\"690\"\u003e Choose this \u003cstrong data-start=\"360\" data-end=\"393\"\u003epack of 10 rigid toploaders\u003c\/strong\u003e , the ideal accessory for \u003cstrong data-start=\"419\" data-end=\"467\"\u003epreserving your collectible and gaming cards\u003c\/strong\u003e .\u003cbr\u003e\u003cbr\u003e With their dimensions \u003cstrong data-start=\"491\" data-end=\"531\"\u003e10 cm high x 7.7 cm wide\u003c\/strong\u003e , they are perfectly compatible with your \u003cstrong data-start=\"583\" data-end=\"666\"\u003ePokémon, Yu-Gi-Oh!, One Piece, Lorcana, Magic: The Gathering, Dragon Ball Super\u003c\/strong\u003e and many other TCG cards.\u003c\/p\u003e\n\n \u003cp data-start=\"692\" data-end=\"1095\"\u003eEach toploader is equipped with a \u003cstrong data-start=\"725\" data-end=\"756\"\u003eremovable protective film\u003c\/strong\u003e , ensuring a \u003cstrong data-start=\"783\" data-end=\"828\"\u003eperfectly transparent and scratch-free\u003c\/strong\u003e surface for a flawless presentation. Made of \u003cstrong data-start=\"886\" data-end=\"907\"\u003erigid and durable\u003c\/strong\u003e plastic, they offer \u003cstrong data-start=\"925\" data-end=\"994\"\u003eoptimal protection against shocks, dust and bends\u003c\/strong\u003e , whether for \u003cstrong data-start=\"1013\" data-end=\"1058\"\u003eshipping, storing or displaying\u003c\/strong\u003e your most precious cards.\u003c\/p\u003e","brand":"Dealdex","offers":[{"title":"Default Title","offer_id":55005407215942,"sku":null,"price":2.3,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0948\/5818\/2982\/files\/Toploader.webp?v=1778570755"},{"product_id":"boite-rangement-cartes-psa-bgs-cgc-aluminium","title":"Boîte de rangement 3 rangées pour boitier PSA\/BGS\/CGC – Couvercle transparent","description":"\u003cp\u003e\u003cstrong\u003eOrganisez et protégez vos cartes gradées avec style\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp class=\"font-claude-response-body break-words whitespace-normal leading-[1.7]\"\u003eMettez en valeur votre collection avec notre boîte de rangement 3 rangées spécialement conçue pour les cartes gradées. Elle peut accueillir en façade 3 slabs PSA standard et offre une capacité totale d'environ 55 cartes gradées ou briques de cartes PSA, BGS ou CGC.\u003c\/p\u003e\n\u003cp class=\"font-claude-response-body break-words whitespace-normal leading-[1.7]\"\u003eSon couvercle transparent vous permet d'admirer et de présenter vos cartes les plus précieuses d'un simple coup d'œil, sans avoir à ouvrir la boîte. Sa construction robuste en alliage d'aluminium garantit une protection durable pour votre collection, que vous soyez collectionneur confirmé ou débutant.\u003c\/p\u003e\n\u003cp class=\"font-claude-response-body break-words whitespace-normal leading-[1.7]\"\u003e\u003cstrong\u003ePoints forts :\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul class=\"[li_\u0026amp;]:mb-0 [li_\u0026amp;]:mt-1 [li_\u0026amp;]:gap-1 [\u0026amp;:not(:last-child)_ul]:pb-1 [\u0026amp;:not(:last-child)_ol]:pb-1 list-disc flex flex-col gap-1 pl-8 mb-3\"\u003e\n\u003cli class=\"whitespace-normal break-words pl-2\"\u003eCouvercle transparent pour une visualisation facile\u003c\/li\u003e\n\u003cli class=\"whitespace-normal break-words pl-2\"\u003eConstruction solide pour une protection longue durée\u003c\/li\u003e\n\u003cli class=\"whitespace-normal break-words pl-2\"\u003eDesign compact et empilable pour une organisation optimale\u003c\/li\u003e\n\u003cli class=\"whitespace-normal break-words pl-2\"\u003eIdéale à la maison comme en déplacement\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"font-claude-response-body break-words whitespace-normal leading-[1.7]\"\u003e\u003cstrong\u003eSpécifications :\u003c\/strong\u003e Matériau : Alliage d'aluminium\u003c\/p\u003e","brand":"Dealdex","offers":[{"title":"Default Title","offer_id":56193519681862,"sku":"14:352683#1pc","price":95.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0948\/5818\/2982\/files\/boite-de-rangement-3-rangees-pour-boitier-psa-bgs-cgc-couvercle-transparent-1229507512.webp?v=1774620672"},{"product_id":"barrette-anti-humidite-reutilisable-pour-classeur-tcg-silica-gel","title":"Reusable Moisture Absorber for TCG Binder — Silica Gel","description":"\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Bebas+Neue\u0026family=DM+Sans:wght@400;500;600;700\u0026display=swap');\n\n  .dx-prod {\n    --gold: #b8902a;\n    --beige: #F6F3ED;\n    --ink: #0f0f0f;\n    --ink-2: #1f2937;\n    --r: 12px;\n    font-family: 'DM Sans', system-ui, sans-serif;\n    color: var(--ink-2);\n    line-height: 1.65;\n    font-size: 15px;\n  }\n  .dx-prod * { box-sizing: border-box; }\n\n  .dx-hero {\n    background: linear-gradient(135deg, #0f0f0f 0%, #1a1a1a 100%);\n    border-radius: var(--r);\n    padding: 36px 20px;\n    color: #fff;\n    text-align: center;\n    margin: 0;\n    position: relative;\n    overflow: hidden;\n  }\n  .dx-hero::before {\n    content: '';\n    position: absolute; top: -60px; right: -60px;\n    width: 200px; height: 200px;\n    background: radial-gradient(circle, rgba(184,144,42,0.18) 0%, transparent 70%);\n    border-radius: 50%;\n    pointer-events: none;\n  }\n  .dx-prod .dx-hero h2 {\n    font-family: 'Bebas Neue', sans-serif !important;\n    font-size: clamp(28px, 4vw, 42px) !important;\n    line-height: 1 !important;\n    font-weight: 400 !important;\n    letter-spacing: 0.02em;\n    margin: 0 0 12px !important;\n    color: #fff !important;\n    padding: 0 !important;\n  }\n  .dx-prod .dx-hero h2 em { font-style: normal; color: var(--gold); }\n  .dx-hero p {\n    font-size: 15px;\n    color: #d4d4d4;\n    margin: 0 auto;\n    max-width: 560px;\n    line-height: 1.55;\n  }\n\n  @media (max-width: 749px) {\n    .dx-prod { font-size: 14px; }\n    .dx-hero { padding: 28px 20px; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"dx-prod\"\u003e\n\u003cdiv class=\"dx-hero\"\u003e\n\u003ch2\u003eHumidity destroys collections. \u003cem\u003eNot yours.\u003c\/em\u003e\u003c\/h2\u003e\n\u003cp\u003eWarped cards, sticky sleeves, lost value. The DealDex anti-humidity stick slides into your binder and captures airborne moisture before it ever reaches your cards.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Dealdex","offers":[{"title":"Little (2x2 binders)","offer_id":56508440904006,"sku":null,"price":9.9,"currency_code":"EUR","in_stock":true},{"title":"Tall (3x3 \u0026 + binders)","offer_id":56508440936774,"sku":null,"price":14.9,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0948\/5818\/2982\/files\/Antihumidite_ouvert.avif?v=1778008883"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0948\/5818\/2982\/collections\/accessoires-2164136.png?v=1774587310","url":"https:\/\/dealdex.fr\/en\/collections\/protections.oembed","provider":"Dealdex","version":"1.0","type":"link"}