<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>TOYS TOYS TOYS</title>
	<link>https://toystoystoys.online</link>
	<description>TOYS TOYS TOYS</description>
	<pubDate>Tue, 25 Aug 2026 04:33:57 +0000</pubDate>
	<generator>https://toystoystoys.online</generator>
	<language>en</language>
	
		
	<item>
		<title>ttts</title>
				
		<link>http://toystoystoys.online/ttts</link>

		<comments></comments>

		<pubDate>Tue, 25 Aug 2026 04:33:57 +0000</pubDate>

		<dc:creator>TOYS TOYS TOYS</dc:creator>
		
		<category><![CDATA[]]></category>

		<guid isPermaLink="false">460181</guid>

		<description>
  
  TOYS TOYS TOYS
  
  
  
  
  
  
    *, *::before, *::after {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

    html {
      background: #07070A;
      overscroll-behavior: none;
    }

    body {
      min-height: 100vh;
      background: #07070A;
      overflow-x: hidden;
      overscroll-behavior: none;
    }

    /* ── FIXED BG ── */
    .bg-layer {
      position: fixed;
      inset: 0;
      z-index: 0;
      background-image: url('https://cdn.shopify.com/s/files/1/0528/1651/1126/files/tttd_bg.png?v=1780525440');
      background-size: cover;
      background-position: center top;
      background-repeat: no-repeat;
      animation: bg-zoom 33s ease-in-out infinite;
      transform-origin: center center;
      will-change: transform;
    }

    @keyframes bg-zoom {
      0%   { transform: scale(1); }
      50%  { transform: scale(1.08); }
      100% { transform: scale(1); }
    }

    /* ── BG DIM (scroll-linked, ramps in past the header) ── */
    .bg-dim {
      position: fixed;
      inset: 0;
      z-index: 1;
      background: #07070A;
      opacity: 0.35;
      pointer-events: none;
    }

    /* ── CONTENT ── */
    .content {
      position: relative;
      z-index: 2;
      width: 100%;
      max-width: 560px;
      margin: 0 auto;
      padding-bottom: 80px;
    }

    /* ── DECK IMAGE ── */
    .images {
      display: flex;
      flex-direction: column;
      gap: 0;
      line-height: 0;
      font-size: 0;
    }

    .deck-img {
      display: block;
      width: 100%;
      height: auto;
    }

    #hero-img {
      margin-bottom: 72px;
    }

    /* ── CHARACTER CTA ── */
    .char-link {
      display: block;
      position: relative;
      line-height: 0;
    }

    .char-link img {
      display: block;
      width: 100%;
      height: auto;
    }

    .char-cta {
      font-family: 'Arial Unicode MS', Arial, sans-serif;
      font-size: 20px;
      letter-spacing: 0.08em;
      text-transform: lowercase;
      color: #7eb906;
      text-align: left;
      padding: 6px 0 8px;
      line-height: 1;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      gap: 7px;
    }

    .char-arrow {
      display: inline-block;
      animation: arrow-bob 2.4s ease-in-out infinite;
    }

    @keyframes arrow-bob {
      0%, 100% { transform: translateY(0px); }
      50%       { transform: translateY(-5px); }
    }

    /* ── CHARACTERS GRID ── */
    .section-label {
      font-family: 'Black Ops One', sans-serif;
      font-size: 10px;
      line-height: 1.4;
      letter-spacing: 0.38em;
      text-transform: uppercase;
      color: #7eb906;
      text-align: center;
      padding: 14px 0 10px;
      opacity: 0.7;
    }

    .char-card {
      display: block;
      padding-bottom: 38px;
    }

    .char-media {
      position: relative;
      line-height: 0;
      width: 65%;
      max-width: 300px;
      margin: 0 auto;
    }

    .char-name {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      font-family: 'Black Ops One', sans-serif;
      color: #7eb906;
      font-size: clamp(20px, 5vw, 32px);
      letter-spacing: 0.05em;
      text-transform: uppercase;
      padding: 32px 14px 10px;
      line-height: 1;
    }

    .char-desc {
      font-family: 'IBM Plex Mono', 'Courier New', monospace;
      font-weight: 700;
      font-size: 14px;
      line-height: 1.6;
      color: rgba(234, 230, 220, 0.9);
      text-align: center;
      max-width: 480px;
      margin: 0 auto;
      padding: 18px 24px 0;
    }

    /* ── CONTACT ── */
    .contact {
      font-family: 'Arial Unicode MS', Arial, sans-serif;
      font-size: 12px;
      letter-spacing: 0.05em;
      color: rgba(234, 230, 220, 0.55);
      text-align: right;
      padding: 18px 0 48px;
    }

    .contact a {
      color: #7eb906;
      text-decoration: none;
    }

    .contact a:hover {
      color: #a0e008;
    }

    /* ── DESKTOP SCALE ── */
    @media (min-width: 640px) {
      .content {
        max-width: 640px;
      }
    }

    @media (min-width: 900px) {
      .content {
        max-width: 760px;
      }
    }

    @media (min-width: 1200px) {
      .content {
        max-width: 900px;
      }
    }

    /* ── REDUCED MOTION ── */
    @media (prefers-reduced-motion: reduce) {
      .bg-layer,
      .char-arrow {
        animation: none;
      }
    }
  
  
  
    window.dataLayer = window.dataLayer &#124;&#124; [];
    function gtag(){dataLayer.push(arguments);}
    gtag('js', new Date());
    gtag('config', 'G-RTXX07MHJ9');
  


  
  

  
    
      &#60;img id="hero-img" class="deck-img" src="https://cdn.shopify.com/s/files/1/0528/1651/1126/files/tttdhead.png?v=1780631919" alt="" loading="eager" fetchpriority="high" decoding="async"&#62;
      &#60;img class="deck-img" src="https://cdn.shopify.com/s/files/1/0528/1651/1126/files/tttdsty.png?v=1780680185" alt="" loading="lazy" decoding="async"&#62;
      
        &#60;img class="deck-img" src="https://cdn.shopify.com/s/files/1/0528/1651/1126/files/tttdscript.png?v=1780677129" alt="" loading="lazy" decoding="async"&#62;
      
      
        &#60;img class="deck-img" src="https://cdn.shopify.com/s/files/1/0528/1651/1126/files/tttd4_cst1.png?v=1780678415" alt="" loading="lazy" decoding="async"&#62;
        ↑ meet the characters
      
    

    TOYSTOYSTOYS Characters

    

      
        
          &#60;img class="deck-img" src="https://cdn.shopify.com/s/files/1/0528/1651/1126/files/Skam.gif?v=1780689882" alt="Skam" loading="lazy" decoding="async"&#62;
          Skam
        
        Skam’s a cool little goblin dude. Skam makes music. You can’t hear it though, it’s not perfect yet. Skam does drugs. They help him work on music, but they also make him lazy. And anxious. Skam loves Rawja. Rawja’s got it like that but Skam’s broke. He’s gotta hustle and scheme to keep up with her. Also to like, survive til his music’s ready. When he drops that shit it’s gonna change the world, man.
      

      
        
          &#60;img class="deck-img" src="https://cdn.shopify.com/s/files/1/0528/1651/1126/files/Brax.gif?v=1780689882" alt="Brax" loading="lazy" decoding="async"&#62;
          Brax
        
        Brax is Skam’s uncle. He’s also a goblin guy. He sells drugs. He’s been around the block enough times to know when it’s hot and when it’s time to hit a new block. Skam looks up to Brax. Brax believes in Skam. He looks out for him. Brax is weathered, grizzled, hardened. He talks tough. He’s lowkey shy around girls though.
      

      
        
          &#60;img class="deck-img" src="https://cdn.shopify.com/s/files/1/0528/1651/1126/files/RAWJA.gif?v=1780689882" alt="Rawja" loading="lazy" decoding="async"&#62;
          Rawja
        
        Skams girlfriend, the ultimate latina baddie. She’s giant, like, eight feet tall. Rawja’s kinda temperamental but she really fucks with Skam. She just doesn’t want him dragging down her lifestyle cuz he’s broke. She doesn’t operate in the inbetweens, you’re either her best friend or she’s about to kill your ass.
      

      
        
          &#60;img class="deck-img" src="https://cdn.shopify.com/s/files/1/0528/1651/1126/files/vegas.gif?v=1780689950" alt="Vegas" loading="lazy" decoding="async"&#62;
          Vegas
        
        Vegas is Brax’s boy. He sells drugs too. He’s big as fuck so don’t mess with him. But you might want to because he’s so friendly. Which is kinda, like, unexpected. He’s always down to party and you’re gonna wanna party with him. He’s not the smartest but he does know a thing or two about people.
      

      
        
          &#60;img class="deck-img" src="https://cdn.shopify.com/s/files/1/0528/1651/1126/files/plug.gif?v=1780689882" alt="Plug" loading="lazy" decoding="async"&#62;
          Plug
        
        You guessed it, Plug also sells drugs. There’s not much else to do down here. Plug’s got a touch of the ‘tism and is obsessed with efficiency. Which makes him waste a lot of time. Funny how that goes. He’s smart as hell, though. But focused on the wrong stuff.
      

      
        
          &#60;img class="deck-img" src="https://cdn.shopify.com/s/files/1/0528/1651/1126/files/MR_SUIT.gif?v=1787951411" alt="Mr. Suit" loading="lazy" decoding="async"&#62;
          Mr. Suit
        
        Mr. Suit is in charge. He’s way too rich. The kinda rich where he’s hiding, cuz he knows people hate him. He knows cuz he watches them. He watches everything. He’s paranoid, bro. And he’s not gonna let anyone fuck up his control over… well, everything.
      

      Supporting Cast

      
        
          &#60;img class="deck-img" src="https://cdn.shopify.com/s/files/1/0528/1651/1126/files/homless_man.gif?v=1780689883" alt="Homlessman" loading="lazy" decoding="async"&#62;
          Homeless Man
        
      

      
        
          &#60;img class="deck-img" src="https://cdn.shopify.com/s/files/1/0528/1651/1126/files/FIGHT_ENTHUSIAST.gif?v=1780689888" alt="Fight Enthusiast" loading="lazy" decoding="async"&#62;
          Fight Enthusiast
        
      

      
        
          &#60;img class="deck-img" src="https://cdn.shopify.com/s/files/1/0528/1651/1126/files/Party_Host.gif?v=1780689882" alt="Party Host" loading="lazy" decoding="async"&#62;
          Party Host
        
      

      
        
          &#60;img class="deck-img" src="https://cdn.shopify.com/s/files/1/0528/1651/1126/files/Herman.gif?v=1780689882" alt="Herman" loading="lazy" decoding="async"&#62;
          Herman
        
      

      
        
          &#60;img class="deck-img" src="https://cdn.shopify.com/s/files/1/0528/1651/1126/files/the_eye.gif?v=1780689882" alt="The Eye" loading="lazy" decoding="async"&#62;
          Eyeborg
        
      

    

    
      contact sam@samthemanager.com
    
  

  
    document.addEventListener('DOMContentLoaded', function () {
      var hero = document.getElementById('hero-img');
      var dim = document.getElementById('bg-dim');
      if (!hero &#124;&#124; !dim) return;

      var fadeDist = 80;      // px scrolled past the header before fully dark — short, so it's near-instant
      var baseOpacity = 0.35; // darkness at rest, on the title
      var maxOpacity = 1;     // fully black once past the header
      var ticking = false;

      function update() {
        var past = Math.max(0, -hero.getBoundingClientRect().bottom);
        var progress = Math.min(1, past / fadeDist);
        dim.style.opacity = baseOpacity + progress * (maxOpacity - baseOpacity);
        ticking = false;
      }

      function onScroll() {
        if (!ticking) {
          window.requestAnimationFrame(update);
          ticking = true;
        }
      }

      window.addEventListener('scroll', onScroll, { passive: true });
      window.addEventListener('resize', onScroll);
      update();
    });
  </description>
		
		<excerpt>TOYS TOYS TOYS                                                                                                       ↑ meet the characters                 ...</excerpt>

		<!--<wfw:commentRss></wfw:commentRss>-->

	</item>
		
		
	<item>
		<title>characters</title>
				
		<link>http://toystoystoys.online/characters</link>

		<comments></comments>

		<pubDate>Fri, 05 Jun 2026 19:57:23 +0000</pubDate>

		<dc:creator>TOYS TOYS TOYS</dc:creator>
		
		<category><![CDATA[]]></category>

		<guid isPermaLink="false">459769</guid>

		<description>
  
  TOYSTOYSTOYS — Characters
  
  
  
  
    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

    html, body {
      background: #07070A;
      overscroll-behavior: none;
      overflow-x: hidden;
    }

    .bg-layer {
      position: fixed;
      inset: 0;
      z-index: 0;
      background-image: url('https://cdn.shopify.com/s/files/1/0528/1651/1126/files/tttd_bg.png?v=1780525440');
      background-size: cover;
      background-position: center top;
      background-repeat: no-repeat;
      transform-origin: center center;
      animation: bg-zoom 33s ease-in-out infinite;
    }

    @keyframes bg-zoom {
      0%   { transform: scale(1); }
      50%  { transform: scale(1.08); }
      100% { transform: scale(1); }
    }

    .content {
      position: relative;
      z-index: 2;
      width: 100%;
      max-width: 560px;
      margin: 0 auto;
    }

    @media (min-width: 640px)  { .content { max-width: 640px; } }
    @media (min-width: 900px)  { .content { max-width: 760px; } }
    @media (min-width: 1200px) { .content { max-width: 900px; } }

    .header-img {
      display: block;
      width: 100%;
      height: auto;
    }

    .section-label {
      font-family: 'Black Ops One', sans-serif;
      font-size: 10px;
      letter-spacing: 0.38em;
      text-transform: uppercase;
      color: #7eb906;
      text-align: center;
      padding: 14px 0 10px;
      opacity: 0.7;
    }

    .images {
      display: flex;
      flex-direction: column;
      gap: 0;
      line-height: 0;
      font-size: 0;
    }

    .char-card {
      position: relative;
      display: block;
      line-height: 0;
    }

    .deck-img {
      display: block;
      width: 100%;
      height: auto;
    }

    .char-name {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      font-family: 'Black Ops One', sans-serif;
      color: #7eb906;
      font-size: clamp(20px, 5vw, 32px);
      letter-spacing: 0.05em;
      text-transform: uppercase;
      padding: 32px 14px 10px;
      background: linear-gradient(
        to top,
        rgba(7, 7, 10, 0.72) 0%,
        rgba(7, 7, 10, 0.18) 60%,
        rgba(7, 7, 10, 0) 100%
      );
      line-height: 1;
    }
  



  

  

    &#60;img class="header-img" src="https://cdn.shopify.com/s/files/1/0528/1651/1126/files/tttdhead.png?v=1780631919" alt="TOYSTOYSTOYS"&#62;

    TOYSTOYSTOYS Characters

    

      
        &#60;img class="deck-img" src="https://cdn.shopify.com/s/files/1/0528/1651/1126/files/Skam.gif?v=1780689882" alt="Skam"&#62;
        Skam
      

      
        &#60;img class="deck-img" src="https://cdn.shopify.com/s/files/1/0528/1651/1126/files/Brax.gif?v=1780689882" alt="Brax"&#62;
        Brax
      

      
        &#60;img class="deck-img" src="https://cdn.shopify.com/s/files/1/0528/1651/1126/files/RAWJA.gif?v=1780689882" alt="Rawja"&#62;
        Rawja
      

      
        &#60;img class="deck-img" src="https://cdn.shopify.com/s/files/1/0528/1651/1126/files/vegas.gif?v=1780689950" alt="Vegas"&#62;
        Vegas
      

      
        &#60;img class="deck-img" src="https://cdn.shopify.com/s/files/1/0528/1651/1126/files/plug.gif?v=1780689882" alt="Plug"&#62;
        Plug
      

      
        &#60;img class="deck-img" src="https://cdn.shopify.com/s/files/1/0528/1651/1126/files/homless_man.gif?v=1780689883" alt="Homlessman"&#62;
        Homlessman
      

      
        &#60;img class="deck-img" src="https://cdn.shopify.com/s/files/1/0528/1651/1126/files/FIGHT_ENTHUSIAST.gif?v=1780689888" alt="Fight Enthusiast"&#62;
        Fight Enthusiast
      

      
        &#60;img class="deck-img" src="https://cdn.shopify.com/s/files/1/0528/1651/1126/files/Party_Host.gif?v=1780689882" alt="Party Host"&#62;
        Party Host
      

      
        &#60;img class="deck-img" src="https://cdn.shopify.com/s/files/1/0528/1651/1126/files/Herman.gif?v=1780689882" alt="Herman"&#62;
        Herman
      

      
        &#60;img class="deck-img" src="https://cdn.shopify.com/s/files/1/0528/1651/1126/files/the_eye.gif?v=1780689882" alt="The Eye"&#62;
        The Eye
      

    
  </description>
		
		<excerpt>TOYSTOYSTOYS — Characters                                  TOYSTOYSTOYS Characters                                Skam                                 Brax ...</excerpt>

		<!--<wfw:commentRss></wfw:commentRss>-->

	</item>
		
		
	<item>
		<title>ttt</title>
				
		<link>http://toystoystoys.online/ttt</link>

		<comments></comments>

		<pubDate>Wed, 03 Jun 2026 23:01:34 +0000</pubDate>

		<dc:creator>TOYS TOYS TOYS</dc:creator>
		
		<category><![CDATA[]]></category>

		<guid isPermaLink="false">459741</guid>

		<description>
  
  TOYS TOYS TOYS
  
    *, *::before, *::after {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

    html {
      background: #07070A;
      overscroll-behavior: none;
    }

    body {
      min-height: 100vh;
      background: #07070A;
      overflow-x: hidden;
      overscroll-behavior: none;
    }

    /* ── FIXED BG ── */
    .bg-layer {
      position: fixed;
      inset: 0;
      z-index: 0;
      background-image: url('https://cdn.shopify.com/s/files/1/0528/1651/1126/files/tttd_bg.png?v=1780525440');
      background-size: cover;
      background-position: center top;
      background-repeat: no-repeat;
      animation: bg-zoom 33s ease-in-out infinite;
      transform-origin: center center;
    }

    @keyframes bg-zoom {
      0%   { transform: scale(1); }
      50%  { transform: scale(1.08); }
      100% { transform: scale(1); }
    }

    /* ── CONTENT ── */
    .content {
      position: relative;
      z-index: 2;
      width: 100%;
      max-width: 560px;
      margin: 0 auto;
      padding-bottom: 80px;
    }

    /* ── DECK IMAGE ── */
    .images {
      display: flex;
      flex-direction: column;
      gap: 0;
      line-height: 0;
      font-size: 0;
    }

    .deck-img {
      display: block;
      width: 100%;
      height: auto;
    }

    /* ── MUSIC LINK ── */
    .music-link {
      display: block;
      position: relative;
      overflow: hidden;
      cursor: pointer;
    }

    .music-link img {
      display: block;
      width: 100%;
      height: auto;
    }

    .music-link::after {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      width: 70%;
      height: 70%;
      transform: translate(-80%, -50%);
      background: radial-gradient(ellipse, rgba(126, 185, 6, 0.10) 0%, transparent 70%);
      filter: blur(28px);
      pointer-events: none;
      animation: music-flow 8s ease-in-out infinite;
    }

    @keyframes music-flow {
      0%   { transform: translate(-80%, -50%); }
      50%  { transform: translate(-20%, -50%); }
      100% { transform: translate(-80%, -50%); }
    }

    /* ── CHARACTER CTA ── */
    .char-link {
      display: block;
      position: relative;
      line-height: 0;
    }

    .char-link img {
      display: block;
      width: 100%;
      height: auto;
    }

    .char-cta {
      font-family: 'Arial Unicode MS', Arial, sans-serif;
      font-size: 20px;
      letter-spacing: 0.08em;
      text-transform: lowercase;
      color: #7eb906;
      text-align: left;
      padding: 6px 0 8px;
      line-height: 1;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      gap: 7px;
    }

    .char-arrow {
      display: inline-block;
      animation: arrow-bob 2.4s ease-in-out infinite;
    }

    @keyframes arrow-bob {
      0%, 100% { transform: translateY(0px); }
      50%       { transform: translateY(-5px); }
    }
    .videos {
      display: flex;
      flex-direction: column;
      gap: 3px;
      margin-top: 0;
    }

    .video-wrap {
      position: relative;
      width: 100%;
      padding-bottom: 56.25%;
      height: 0;
      overflow: hidden;
      background: #0D0D14;
    }

    .video-wrap iframe {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      border: none;
      display: block;
    }

    /* ── CONTACT ── */
    .contact {
      font-family: 'Arial Unicode MS', Arial, sans-serif;
      font-size: 12px;
      letter-spacing: 0.05em;
      color: rgba(234, 230, 220, 0.55);
      text-align: right;
      padding: 18px 0 48px;
    }

    .contact a {
      color: #7eb906;
      text-decoration: none;
    }

    .contact a:hover {
      color: #a0e008;
    }

    /* ── DESKTOP SCALE ── */
    @media (min-width: 640px) {
      .content {
        max-width: 640px;
      }
    }

    @media (min-width: 900px) {
      .content {
        max-width: 760px;
      }
    }

    @media (min-width: 1200px) {
      .content {
        max-width: 900px;
      }
    }
  
  
  
    window.dataLayer = window.dataLayer &#124;&#124; [];
    function gtag(){dataLayer.push(arguments);}
    gtag('js', new Date());
    gtag('config', 'G-RTXX07MHJ9');
  



  

  
    
      &#60;img class="deck-img" src="https://cdn.shopify.com/s/files/1/0528/1651/1126/files/tttdhead.png?v=1780631919" alt="" loading="eager" decoding="async"&#62;
      
        &#60;img src="https://cdn.shopify.com/s/files/1/0528/1651/1126/files/tttdmusic1.png?v=1780678433" alt="" loading="lazy" decoding="async"&#62;
      
      &#60;img class="deck-img" src="https://cdn.shopify.com/s/files/1/0528/1651/1126/files/tttdbio.png?v=1780631919" alt="" loading="lazy" decoding="async"&#62;
      &#60;img class="deck-img" src="https://cdn.shopify.com/s/files/1/0528/1651/1126/files/tttd42.png?v=1780631219" alt="" loading="lazy" decoding="async"&#62;
      &#60;img class="deck-img" src="https://cdn.shopify.com/s/files/1/0528/1651/1126/files/tttdsmk.gif?v=1780679994" alt="" loading="lazy" decoding="async"&#62;
      &#60;img class="deck-img" src="https://cdn.shopify.com/s/files/1/0528/1651/1126/files/tttdsty.png?v=1780680185" alt="" loading="lazy" decoding="async"&#62;
      
        &#60;img class="deck-img" src="https://cdn.shopify.com/s/files/1/0528/1651/1126/files/tttdscript.png?v=1780677129" alt="" loading="lazy" decoding="async"&#62;
      
      
        &#60;img class="deck-img" src="https://cdn.shopify.com/s/files/1/0528/1651/1126/files/tttd4_cst1.png?v=1780678415" alt="" loading="lazy" decoding="async"&#62;
        ↑ meet the characters
      
    

    
      
        
      
      
        
      
    

    
      contact sam@samthemanager.com
    
  </description>
		
		<excerpt>TOYS TOYS TOYS                                                                                                                                  ↑ meet the...</excerpt>

		<!--<wfw:commentRss></wfw:commentRss>-->

	</item>
		
		
	<item>
		<title>email</title>
				
		<link>http://toystoystoys.online/email</link>

		<comments></comments>

		<pubDate>Mon, 24 Nov 2025 08:09:00 +0000</pubDate>

		<dc:creator>TOYS TOYS TOYS</dc:creator>
		
		<category><![CDATA[]]></category>

		<guid isPermaLink="false">458556</guid>

		<description>







  
    TOYS TOYS TOYS TOYS TOYS TOYS TOYS TOYS TOYS TOYS TOYS TOYS&#38;nbsp;
    TOYS TOYS TOYS TOYS TOYS TOYS TOYS TOYS TOYS TOYS TOYS TOYS&#38;nbsp;
  







  
    
    
      
    
    
    unlock
  



/* BANNER STYLES */
.banner-wrap {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  overflow: hidden;
  background: #FF5722;
}

.banner-track {
  display: inline-flex;
  white-space: nowrap;
  animation: scrollBanner 15s linear infinite;
}

.banner-text {
  flex-shrink: 0;
  font-size: 24px;
  padding: 10px 0;
  color: #000000;
  font-weight: 800;
  text-transform: uppercase;
  font-family: 'JetBrains Mono', monospace;
  letter-spacing: 0.01em;
}

@keyframes scrollBanner {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* EMAIL FORM STYLES */
.email-container {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  background: #FF5722;
  padding: 20px 0;
  font-family: 'JetBrains Mono', monospace;
  text-align: center;
  margin-bottom: 30px;
}

.brutalist-form {
  max-width: 222px; /* 40% SMALLER - was 500px */
  margin: 0 auto;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px; /* Reduced spacing */
}

.form-row {
  display: flex;
  border: 2px solid #000;
  margin-bottom: 0;
}

input[type="email"] {
  flex-grow: 1;
  width: 100%;
  background: #000000;
  border: none;
  padding: 10px; /* SMALLER - was 15px */
  color: #FF5722;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px; /* SMALLER - was 16px */
  outline: none;
  text-align: center; /* CENTER TEXT */
}

input[type="email"]::placeholder {
  color: #FF5722;
  opacity: .4;
  text-align: center; /* CENTER TEXT */
}

.submit-btn, button[type="submit"] {
  background: transparent; /* NO BACKGROUND */
  color: #9ffcb7; /* BLACK TEXT */
  border: none; /* NO BORDER */
  padding: 10px; /* SMALLER - was 15px */
  font-family: 'JetBrains Mono', monospace;
  font-weight: 800;
  font-size: 14px; /* SMALLER - was 16px */
  cursor: pointer;
  text-transform: uppercase;
}

button[type="submit"]:hover {
  opacity: 0.7; /* Subtle hover effect */
}



shop&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; contact</description>
		
		<excerpt>TOYS TOYS TOYS TOYS TOYS TOYS TOYS TOYS TOYS TOYS TOYS TOYS&#38;nbsp;     TOYS TOYS TOYS TOYS TOYS TOYS TOYS TOYS TOYS TOYS TOYS TOYS&#38;nbsp;              ...</excerpt>

		<!--<wfw:commentRss></wfw:commentRss>-->

	</item>
		
		
	<item>
		<title>contact</title>
				
		<link>http://toystoystoys.online/contact</link>

		<comments></comments>

		<pubDate>Mon, 24 Nov 2025 08:02:45 +0000</pubDate>

		<dc:creator>TOYS TOYS TOYS</dc:creator>
		
		<category><![CDATA[]]></category>

		<guid isPermaLink="false">458555</guid>

		<description></description>
		
		<excerpt></excerpt>

		<!--<wfw:commentRss></wfw:commentRss>-->

	</item>
		
		
	<item>
		<title>noisenoisenoise</title>
				
		<link>http://toystoystoys.online/noisenoisenoise</link>

		<comments></comments>

		<pubDate>Sun, 07 Jan 2024 03:13:51 +0000</pubDate>

		<dc:creator>TOYS TOYS TOYS</dc:creator>
		
		<category><![CDATA[]]></category>

		<guid isPermaLink="false">450814</guid>

		<description></description>
		
		<excerpt></excerpt>

		<!--<wfw:commentRss></wfw:commentRss>-->

	</item>
		
		
	<item>
		<title>toys</title>
				
		<link>http://toystoystoys.online/toys</link>

		<comments></comments>

		<pubDate>Sat, 06 Jan 2024 08:00:08 +0000</pubDate>

		<dc:creator>TOYS TOYS TOYS</dc:creator>
		
		<category><![CDATA[]]></category>

		<guid isPermaLink="false">450809</guid>

		<description>sold out.
</description>
		
		<excerpt>sold out.</excerpt>

		<!--<wfw:commentRss></wfw:commentRss>-->

	</item>
		
		
	<item>
		<title>Home Page</title>
				
		<link>http://toystoystoys.online/Home-Page</link>

		<comments></comments>

		<pubDate>Wed, 02 Dec 2015 20:09:56 +0000</pubDate>

		<dc:creator>TOYS TOYS TOYS</dc:creator>
		
		<category><![CDATA[]]></category>

		<guid isPermaLink="false">450806</guid>

		<description>



@import url('https://fonts.googleapis.com/css2?family=Syne:wght@800&#38;family=IBM+Plex+Mono:wght@400;500&#38;display=swap');

/* everything is scoped to .ttt-wrap so persona's own css can't fight it,
   and this can't reach out and break persona's layout either */

.ttt-wrap{
  --warp:#1E1B84; --press:#CBDB6C; --drift:#A0A7D8;
  --melt:#6A6815; --void:#07070A; --ghost:#EAE6DC; --heat:#E8263A;

  /* tune these if the head reads too big or too small */
  --head-max-w: 680px;
  --head-scale: 1;

  position:relative;
  width:100%;
  min-height:100svh;
  box-sizing:border-box;
  background:var(--void);
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:flex-end;
  gap:clamp(16px,3vh,36px);
  padding:clamp(24px,5vh,56px) 20px clamp(32px,6vh,64px);
  font-family:'IBM Plex Mono',ui-monospace,SFMono-Regular,Menlo,monospace;
  overflow:hidden;
}
.ttt-wrap *{box-sizing:border-box;}

.ttt-head{
  display:block !important;
  opacity:1 !important;          /* visible by default. nothing js-gated, nothing to strip */
  visibility:visible !important;
  max-width:min(var(--head-max-w),88vw);
  max-height:62svh;
  width:auto; height:auto;
  object-fit:contain;
  transform:scale(var(--head-scale));
  transform-origin:bottom center;
  margin:0 auto;
  user-select:none;
  -webkit-user-drag:none;
  animation:ttt-in .5s ease-out both;
}
@keyframes ttt-in{from{opacity:0;} to{opacity:1;}}

.ttt-follow{
  display:inline-flex !important;
  flex-direction:column;
  align-items:center;
  gap:10px;
  text-decoration:none !important;
  border:0;
  -webkit-tap-highlight-color:transparent;
}
.ttt-label{
  font-family:'Syne',sans-serif;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.02em;
  font-size:clamp(28px,6.5vw,52px);
  line-height:1;
  color:var(--ghost) !important;
  white-space:nowrap;
}
.ttt-handle{
  font-family:'IBM Plex Mono',monospace;
  font-size:clamp(10px,2.1vw,13px);
  letter-spacing:.10em;
  color:var(--drift) !important;
}
.ttt-follow:hover .ttt-label,
.ttt-follow:focus-visible .ttt-label{color:var(--press) !important;}
.ttt-follow:hover .ttt-handle,
.ttt-follow:focus-visible .ttt-handle{color:var(--ghost) !important;}
.ttt-follow:focus-visible{outline:2px solid var(--press); outline-offset:12px;}

@media (max-height:560px){
  .ttt-wrap{--head-max-w:400px;}
  .ttt-head{max-height:50svh;}
}
@media (prefers-reduced-motion:reduce){
  .ttt-head{animation:none;}
}




  &#60;img class="ttt-head" src="https://cdn.shopify.com/s/files/1/0528/1651/1126/files/tttdhead.png?v=1780631919" alt="toystoystoys" fetchpriority="high"&#62;

  
    
    @toystoystoysmakesnoise
  





(function(){
  var el=document.querySelector('[data-ttt-scramble]');
  if(!el) return;
  if(window.matchMedia('(prefers-reduced-motion: reduce)').matches) return;
  var target=el.getAttribute('data-ttt-scramble'), chars="!-_/[]{}=+*^?#";
  function scramble(frames,speed){
    var frame=0;
    (function tick(){
      var out="";
      for(var i=0;i=revealAt ? target[i] : chars[Math.random()*chars.length&#124;0];
      }
      el.textContent=out; frame++;
      if(frame</description>
		
		<excerpt>@toystoystoysmakesnoise</excerpt>

		<!--<wfw:commentRss></wfw:commentRss>-->

	</item>
		
	</channel>
</rss>