Skip to content

Mythic Ideas

Cart

Your cart is empty

📙The Spellbook ✍️

26 lbs of back breaking rulebooks

26 lbs of back breaking rulebooks

Before RPGs went digital, this is what we carried to game night. A towering stack of Starfinder books and a battle-worn Pathfinder core rulebook show the weight (literally) of analog play. Here’s w...

Read more
New Drop: The Red Dragon Sticker (Limited Run!)

New Drop: The Red Dragon Sticker (Limited Run!)

Say hello to the Red Dragon Sticker, a 2.5" x 1.5" matte vinyl design that’s bold, fierce, and made for fans of fantasy, tabletop games, and legendary creatures.

Read more
Point of View

Point of View

"You’re going to find that many of the truths we cling to depend greatly on our own point of view."  -  Obi Wan Kenobi, Star Wars Return of the Jedi  

Read more
/* === Mythic Portal Custom Styles === */ .mythic-portal { max-width: 400px; margin: 0 auto; padding: 20px; text-align: center; } .mythic-portal .btn { display: block; background-color: #3c3d49; color: white; padding: 14px 20px; border-radius: 8px; text-decoration: none; font-weight: 600; margin-bottom: 15px; transition: box-shadow 0.3s ease, background-color 0.3s ease; } .mythic-portal .btn:hover, .mythic-portal .btn:focus { background-color: #5a5c6c; box-shadow: 0 0 12px 2px #b44759; outline: none; } .mythic-portal .social-icons-row { display: flex; justify-content: center; gap: 24px; margin-top: 20px; } .mythic-portal .social-icon img { width: 36px; height: 36px; transition: filter 0.3s ease, transform 0.3s ease; filter: drop-shadow(0 0 0 transparent); } .mythic-portal .social-icon:hover img, .mythic-portal .social-icon:focus img { filter: drop-shadow(0 0 6px #b44759); transform: scale(1.1); outline: none; } /* === Animated Glowing Profile Image === */ .bio-image img { border-radius: 50%; max-width: 120px; box-shadow: 0 0 0 4px #b44759; animation: pulseGlow 3s ease-in-out infinite; } @keyframes pulseGlow { 0% { box-shadow: 0 0 0 4px #b44759; } 50% { box-shadow: 0 0 12px 6px #b44759; } 100% { box-shadow: 0 0 0 4px #b44759; } } /* === Mini Navigation Styles === */ .mini-btn { background-color: transparent; border: 2px solid #3c3d49; color: #3c3d49; padding: 8px 14px; border-radius: 6px; font-size: 0.9rem; font-weight: 600; transition: all 0.3s ease; text-decoration: none; } .mini-btn:hover, .mini-btn:focus { background-color: #3c3d49; color: white; box-shadow: 0 0 8px 2px #b44759; transform: translateY(-2px); } /* === Mini Navigation Buttons === */ .mini-btn { display: inline-block; background-color: transparent; border: 2px solid #3c3d49; color: #3c3d49; padding: 8px 14px; border-radius: 8px; font-size: 0.9rem; font-weight: 600; transition: all 0.25s ease; text-decoration: none; } .mini-btn:hover, .mini-btn:focus { background-color: #3c3d49; color: #ffffff; box-shadow: 0 0 6px 2px #b44759; transform: translateY(-2px); }