/* Homepage-only tactile toy desk, matched to the selected visual direction. */
body.toybox-home {
  --toy-home-gutter: max(24px, calc((100vw - 1344px) / 2));
  --toy-ink: #292622;
  --toy-muted: #6d665f;
  --toy-paper: #fffdf8;
  --toy-desk: #f7efe2;
  --toy-wood: #c68e50;
  --toy-red: #ef4f3e;
  --toy-red-dark: #a9362c;
  --toy-aqua: #27aaa4;
  background: var(--toy-desk) url('/img/home-toybox/desk-scene-v2.png') center 76px / 100% auto no-repeat !important;
  color: var(--toy-ink);
}

body.toybox-home #body-wrap {
  min-height: 100vh;
  overflow: hidden;
  background: transparent !important;
}

body.toybox-home #page-header.full_page {
  height: 178px !important;
  overflow: visible;
  border: 0 !important;
  background: linear-gradient(to bottom, var(--toy-desk) 0 112px, transparent 112px) !important;
  box-shadow: none !important;
  transition: none !important;
  animation: none !important;
}

body.toybox-home #page-header.full_page::before,
body.toybox-home #page-header.full_page::after,
body.toybox-home #page-header.full_page #site-info::after,
body.toybox-home #page-header.full_page #site-title::before,
body.toybox-home #page-header.full_page #site-title::after,
body.toybox-home #page-header.full_page #site-subtitle::before,
body.toybox-home #page-header.full_page #site-subtitle::after,
body.toybox-home #page-header.full_page #site_social_icons::before {
  display: none;
}

body.toybox-home #page-header.full_page #site-info {
  top: 22px;
  left: var(--toy-home-gutter);
  align-items: flex-start;
  width: 420px;
  padding: 0 0 0 72px;
  text-align: left;
  transform: none;
  transition: none !important;
  animation: none !important;
}

body.toybox-home #page-header.full_page #site-info::before {
  content: '';
  top: 2px;
  right: auto;
  left: 0;
  width: 54px;
  height: 54px;
  padding: 0;
  border: 3px solid #292622;
  border-radius: 8px;
  background: #dff1db url('/img/avatar-pixel.png') center / 44px 44px no-repeat;
  box-shadow: 0 5px 0 #8ab981, inset 0 0 0 3px #fff;
  image-rendering: pixelated;
}

body.toybox-home #page-header.full_page #site-title {
  margin: 3px 0 7px !important;
  padding: 0;
  color: var(--toy-ink) !important;
  font-size: 31px;
  line-height: 1;
  letter-spacing: 0;
  text-shadow: none;
  transition: none !important;
  animation: none !important;
}

body.toybox-home #page-header.full_page #site-subtitle {
  display: block;
  width: 100%;
  justify-content: flex-start;
  min-width: 0;
  min-height: 36px;
  max-height: 36px;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: transparent;
  box-shadow: none;
  color: #5f5953 !important;
  font-family: var(--article-reading-font);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
  text-align: left;
  transition: none !important;
  animation: none !important;
}

body.toybox-home #page-header.full_page #subtitle {
  display: inline;
  overflow-wrap: anywhere;
  white-space: normal;
}

body.toybox-home #page-header.full_page #site_social_icons,
body.toybox-home #page-header #blog-info,
body.toybox-home #page-header #search-button,
body.toybox-home #page-header #scroll-down {
  display: none !important;
}

body.toybox-home #page-header #nav {
  position: absolute !important;
  top: 22px;
  right: auto;
  left: calc(var(--toy-home-gutter) + 540px);
  width: 480px;
  height: 72px !important;
  padding: 7px 10px 13px;
  border: 1px solid #d9c7af;
  border-radius: 11px;
  background: #fffdf8 !important;
  box-shadow: 0 6px 0 var(--toy-wood), 0 9px 0 #a86f37, 0 14px 20px rgba(87, 58, 31, 0.15) !important;
  opacity: 1 !important;
  transform: none;
  transition: none !important;
  animation: none !important;
}

body.toybox-home #page-header.nav-fixed #nav,
body.toybox-home #page-header.nav-visible #nav,
body.toybox-home #page-header.fixed #nav {
  position: absolute !important;
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
  animation: none !important;
}

body.toybox-home #page-header #menus {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
}

body.toybox-home #page-header #menus .menus_items,
body.toybox-home #page-header #menus .menus_item {
  display: flex !important;
  height: 100%;
}

body.toybox-home #page-header #menus .menus_items {
  gap: 8px;
}

body.toybox-home #page-header #menus .menus_item {
  padding-left: 0 !important;
}

body.toybox-home #page-header #toggle-menu {
  display: none !important;
}

body.toybox-home #page-header #nav .site-page {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 82px;
  min-width: 82px;
  height: 48px;
  margin: 0 3px;
  padding: 5px 6px !important;
  border: 1px solid #ddd7cd !important;
  border-radius: 7px !important;
  background: #f3f1ed !important;
  box-shadow: 0 4px 0 #c8c1b7, inset 0 1px 0 #fff !important;
  color: #413c36 !important;
  font-size: 10px;
  line-height: 1.15 !important;
  transition: transform 0.14s ease, box-shadow 0.14s ease;
}

body.toybox-home #page-header #nav .site-page i {
  margin: 0 0 3px !important;
  color: #4d4944;
  font-size: 15px;
}

body.toybox-home #page-header #nav .site-page:hover,
body.toybox-home #page-header #nav .site-page:focus-visible {
  transform: translateY(-2px);
  background: #fff !important;
  box-shadow: 0 6px 0 #c8c1b7, inset 0 1px 0 #fff !important;
}

body.toybox-home #page-header #nav .site-page:active {
  transform: translateY(2px);
  box-shadow: 0 1px 0 #c8c1b7 !important;
}

body.toybox-home #page-header #nav .site-page.pixel-active {
  border-color: #ad392e !important;
  background: var(--toy-red) !important;
  box-shadow: 0 4px 0 var(--toy-red-dark), inset 0 1px 0 rgba(255, 255, 255, 0.32) !important;
  color: #fff !important;
}

body.toybox-home #page-header #nav .site-page.pixel-active i {
  color: #fff;
}

body.toybox-home #content-inner.layout {
  display: block;
  width: min(1260px, 100%);
  max-width: 1260px;
  padding: 0 17px 54px;
}

body.toybox-home #recent-posts {
  display: grid;
  grid-template-columns: 260px minmax(560px, 650px) 260px;
  grid-template-rows: 304px 304px auto auto;
  justify-content: center;
  gap: 15px 27px;
  padding: 0;
}

body.toybox-home #aside-content,
body.toybox-home #pixel-particles-canvas {
  display: none !important;
}

body.toybox-home #recent-posts .recent-post-item:nth-of-type(n + 6) {
  display: none;
}

body.toybox-home #recent-posts .recent-post-item::before {
  display: none !important;
}

body.toybox-home .toybox-featured {
  position: relative;
  grid-column: 2;
  grid-row: 1 / 3;
  display: flex;
  flex-direction: column !important;
  min-width: 0;
  height: 623px !important;
  min-height: 623px !important;
  margin: 0 !important;
  padding: 16px 16px 14px !important;
  overflow: hidden;
  border: 3px solid #d5ccc0 !important;
  border-radius: 28px !important;
  background: var(--toy-paper) !important;
  box-shadow: 0 11px 0 #c5b8a7, 0 17px 0 #aa9a87, 0 24px 35px rgba(78, 55, 34, 0.18) !important;
  transition: transform 0.16s ease, box-shadow 0.16s ease;
}

body.toybox-home .toybox-featured:hover,
body.toybox-home .toybox-featured:focus-within {
  transform: translateY(-4px);
  box-shadow: 0 15px 0 #c5b8a7, 0 21px 0 #aa9a87, 0 28px 38px rgba(78, 55, 34, 0.2) !important;
}

body.toybox-home .toybox-featured-badge {
  position: absolute;
  top: 29px;
  left: 29px;
  z-index: 10;
  padding: 7px 13px;
  border: 2px solid var(--toy-red-dark);
  border-radius: 6px;
  background: var(--toy-red);
  box-shadow: 0 4px 0 var(--toy-red-dark);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

body.toybox-home .toybox-featured .post_cover {
  flex: 0 0 336px;
  width: 100% !important;
  height: 336px !important;
  margin: 0 !important;
  overflow: hidden;
  border: 3px solid #aeb7b2 !important;
  border-radius: 18px;
  background: #dbeee9;
  box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.68), 0 4px 0 #d3cbc0 !important;
}

body.toybox-home .toybox-cover {
  width: 100%;
  height: 100%;
  min-height: 0 !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  image-rendering: auto;
}

body.toybox-home .toybox-cover::before,
body.toybox-home .toybox-cover::after,
body.toybox-home .toybox-cover > * {
  display: none !important;
}

body.toybox-home .toybox-featured .toybox-cover {
  background-size: cover !important;
}

body.toybox-home .toybox-featured .recent-post-info {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: center;
  width: 100% !important;
  padding: 16px 28px 3px !important;
  text-align: center;
}

body.toybox-home .toybox-featured .article-title {
  margin: 0 0 7px;
  color: var(--toy-ink) !important;
  font-family: var(--article-reading-font);
  font-size: 25px;
  font-weight: 900;
  line-height: 1.2;
}

body.toybox-home .toybox-featured .article-meta-wrap {
  justify-content: center;
  margin: 0 0 7px;
  color: var(--toy-muted);
  font-size: 11px;
}

body.toybox-home .toybox-featured .content {
  display: -webkit-box;
  max-width: 560px;
  margin: 0 auto 10px;
  overflow: hidden;
  color: #58524c;
  font-family: var(--article-reading-font);
  font-size: 12px;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

body.toybox-home .toybox-open-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-width: 177px;
  min-height: 44px;
  margin-top: auto;
  padding: 8px 20px;
  border: 2px solid var(--toy-red-dark);
  border-radius: 10px;
  background: var(--toy-red);
  box-shadow: 0 6px 0 var(--toy-red-dark), inset 0 2px 0 rgba(255, 255, 255, 0.32);
  color: #fff !important;
  font-family: var(--article-reading-font);
  font-size: 15px;
  font-weight: 900;
  text-decoration: none !important;
  transition: transform 0.12s ease, box-shadow 0.12s ease;
}

body.toybox-home .toybox-open-button span {
  display: inline-grid;
  place-items: center;
  width: 27px;
  height: 27px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #fff;
  color: var(--toy-red);
  font-size: 13px;
}

body.toybox-home .toybox-open-button:hover,
body.toybox-home .toybox-open-button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 8px 0 var(--toy-red-dark), inset 0 2px 0 rgba(255, 255, 255, 0.32);
}

body.toybox-home .toybox-open-button:active {
  transform: translateY(5px);
  box-shadow: 0 1px 0 var(--toy-red-dark);
}

body.toybox-home .toybox-cartridge {
  position: relative;
  display: block !important;
  width: 260px;
  height: 304px !important;
  min-height: 304px;
  margin: 0 !important;
  overflow: visible;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  transition: transform 0.16s ease;
}

body.toybox-home .toybox-cartridge:hover,
body.toybox-home .toybox-cartridge:focus-within {
  z-index: 4;
  transform: translateY(-6px);
}

body.toybox-home .toybox-cartridge:nth-of-type(2) { grid-column: 1; grid-row: 1; }
body.toybox-home .toybox-cartridge:nth-of-type(3) { grid-column: 1; grid-row: 2; }
body.toybox-home .toybox-cartridge:nth-of-type(4) { grid-column: 3; grid-row: 1; }
body.toybox-home .toybox-cartridge:nth-of-type(5) { grid-column: 3; grid-row: 2; }

body.toybox-home .toybox-cartridge .post_cover {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  overflow: visible;
  border: 0 !important;
  border-radius: 0;
  background: transparent;
  box-shadow: none !important;
}

body.toybox-home .toybox-cartridge .post_cover a,
body.toybox-home .toybox-cartridge .toybox-cover {
  display: block;
  width: 100%;
  height: 100%;
}

body.toybox-home .toybox-cartridge .toybox-cover {
  background-size: contain !important;
}

body.toybox-home .toybox-cartridge .recent-post-info {
  position: absolute;
  top: 55%;
  left: 22%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  width: 56% !important;
  height: 17%;
  min-width: 0;
  padding: 0 !important;
  pointer-events: none;
  text-align: left;
}

body.toybox-home .toybox-cartridge .article-title {
  display: -webkit-box !important;
  margin: 0 0 4px;
  overflow: hidden;
  color: var(--toy-ink) !important;
  font-family: var(--article-reading-font) !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  line-height: 1.25 !important;
  pointer-events: auto;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

body.toybox-home .toybox-cartridge .article-meta-wrap {
  margin-top: auto;
  overflow: hidden;
  color: #7a736b;
  font-size: 8px !important;
  line-height: 1.2 !important;
  white-space: nowrap;
}

body.toybox-home .toybox-cartridge .article-meta:not(.post-meta-date),
body.toybox-home .toybox-cartridge .article-meta-label,
body.toybox-home .toybox-cartridge .article-meta-separator,
body.toybox-home .toybox-cartridge .content,
body.toybox-home .toybox-cartridge .pixel-post-hud {
  display: none !important;
}

body.toybox-home .toybox-collection-dock {
  grid-column: 1 / -1;
  grid-row: 3;
  display: flex;
  justify-content: center;
  gap: 8px;
  width: fit-content;
  max-width: 100%;
  margin: 4px auto 0;
  padding: 9px 13px 16px;
  border: 2px solid #d6c6b2;
  border-radius: 15px;
  background: #fffaf2;
  box-shadow: 0 8px 0 var(--toy-wood), 0 12px 0 #a86f37, 0 18px 24px rgba(81, 55, 31, 0.16);
}

body.toybox-home .toybox-collection-dock a {
  display: grid;
  grid-template-columns: 24px auto;
  grid-template-rows: auto auto;
  align-items: center;
  min-width: 84px;
  min-height: 53px;
  padding: 7px 10px;
  border: 1px solid #ddd6cc;
  border-radius: 8px;
  background: #f1eee8;
  box-shadow: 0 4px 0 #c9c1b6, inset 0 2px 0 #fff;
  color: var(--toy-ink) !important;
  text-decoration: none !important;
  transition: transform 0.13s ease, box-shadow 0.13s ease;
}

body.toybox-home .toybox-collection-dock a:hover,
body.toybox-home .toybox-collection-dock a:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 7px 0 #c9c1b6, inset 0 2px 0 #fff;
}

body.toybox-home .toybox-collection-dock i {
  grid-row: 1 / 3;
  color: var(--toy-aqua);
  font-size: 17px;
}

body.toybox-home .toybox-collection-dock span {
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
}

body.toybox-home .toybox-collection-dock small {
  color: var(--toy-muted);
  font-size: 9px;
}

body.toybox-home .toybox-collection-dock .toybox-all-posts {
  border: 2px dashed #baa990;
  background: #fff;
}

body.toybox-home #pagination {
  position: relative;
  grid-column: 1 / -1;
  grid-row: 4;
  display: block !important;
  width: fit-content;
  max-width: 100%;
  margin: 18px auto 0;
  padding: 15px 13px 14px;
  border: 2px solid #d6c6b2;
  border-radius: 13px;
  background: #fffaf2 !important;
  box-shadow: 0 7px 0 var(--toy-wood), 0 11px 0 #a86f37, 0 16px 22px rgba(81, 55, 31, 0.16) !important;
}

body.toybox-home #pagination::before {
  content: attr(data-toybox-page);
  position: absolute;
  top: -14px;
  left: 16px;
  padding: 5px 9px;
  border: 1px solid var(--toy-red-dark);
  border-radius: 4px;
  background: var(--toy-red);
  box-shadow: 0 3px 0 var(--toy-red-dark);
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
}

body.toybox-home #pagination .pagination {
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap !important;
  gap: 6px;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.toybox-home #pagination .pagination > * {
  display: inline-grid !important;
  place-items: center;
  width: 42px !important;
  min-width: 42px !important;
  height: 42px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid #d8cfc3 !important;
  border-radius: 7px !important;
  background: #f1eee8 !important;
  box-shadow: 0 4px 0 #c9c1b6, inset 0 2px 0 #fff !important;
  color: var(--toy-ink) !important;
  font-size: 12px;
  font-weight: 900;
  line-height: 1 !important;
  text-shadow: none !important;
  transition: transform 0.12s ease, box-shadow 0.12s ease;
}

body.toybox-home #pagination .pagination > a:hover,
body.toybox-home #pagination .pagination > a:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 6px 0 #c9c1b6, inset 0 2px 0 #fff !important;
}

body.toybox-home #pagination .page-number.current {
  border-color: var(--toy-red-dark) !important;
  background: var(--toy-red) !important;
  box-shadow: 0 4px 0 var(--toy-red-dark) !important;
  color: #fff !important;
}

body.toybox-home #pagination .extend {
  display: inline-flex !important;
  gap: 5px;
  width: 76px !important;
  min-width: 76px !important;
  background: var(--toy-aqua-soft) !important;
  color: #185f5c !important;
}

body.toybox-home #pagination .extend.next {
  background: var(--toy-yellow-soft) !important;
  color: #5f4a21 !important;
}

body.toybox-home #pagination .extend::after {
  content: attr(data-toybox-nav);
  font-size: 10px;
}

body.toybox-home #pagination .extend i {
  color: inherit !important;
  font-size: 12px;
}

body.toybox-home #pagination .page-number::before,
body.toybox-home #pagination .extend::before {
  display: none !important;
}

body.toybox-home #pagination .space {
  width: 22px !important;
  min-width: 22px !important;
  border-color: transparent !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--toy-muted) !important;
  opacity: 1 !important;
}

@media (max-width: 1280px) and (min-width: 681px) {
  body.toybox-home #page-header.full_page {
    height: 220px !important;
  }

  body.toybox-home #page-header #nav {
    top: 120px;
    left: 50%;
    transform: translateX(-50%);
  }

  body.toybox-home #page-header.nav-fixed #nav,
  body.toybox-home #page-header.nav-visible #nav,
  body.toybox-home #page-header.fixed #nav {
    transform: translateX(-50%) !important;
  }
}

@media (max-width: 1180px) {
  body.toybox-home {
    background-size: auto 950px !important;
  }

  body.toybox-home #page-header.full_page {
    height: 220px !important;
  }

  body.toybox-home #page-header.full_page #site-info {
    left: 24px;
  }

  body.toybox-home #page-header #nav {
    top: 120px;
  }

  body.toybox-home #recent-posts {
    grid-template-columns: repeat(2, 300px);
    grid-template-rows: auto;
  }

  body.toybox-home .toybox-featured {
    grid-column: 1 / -1;
    grid-row: auto;
    width: 627px;
    justify-self: center;
  }

  body.toybox-home .toybox-cartridge,
  body.toybox-home .toybox-cartridge:nth-of-type(n) {
    grid-column: auto;
    grid-row: auto;
    justify-self: center;
    width: 300px;
    height: 375px !important;
  }

  body.toybox-home .toybox-collection-dock,
  body.toybox-home #pagination {
    grid-column: 1 / -1;
    grid-row: auto;
  }
}

@media (max-width: 680px) {
  body.toybox-home {
    background-image: none !important;
  }

  body.toybox-home #page-header.full_page {
    height: 226px !important;
    padding: 0 !important;
  }

  body.toybox-home #page-header.full_page #site-info {
    top: 18px;
    left: 16px;
    width: 245px;
    padding-right: 0;
    padding-left: 62px;
  }

  body.toybox-home #page-header.full_page #site-info::before {
    width: 48px;
    height: 48px;
    background-size: 39px 39px;
  }

  body.toybox-home #page-header.full_page #site-title {
    font-size: 26px;
  }

  body.toybox-home #page-header.full_page #site-subtitle {
    font-size: 10px;
  }

  body.toybox-home #page-header #nav {
    top: 128px;
    right: 10px;
    left: 10px;
    width: auto;
    height: 82px !important;
    overflow-x: auto;
    padding: 8px 7px 15px;
    transform: none;
  }

  body.toybox-home #page-header.nav-fixed #nav,
  body.toybox-home #page-header.nav-visible #nav,
  body.toybox-home #page-header.fixed #nav {
    transform: none !important;
  }

  body.toybox-home #page-header #menus {
    justify-content: flex-start;
    min-width: max-content;
  }

  body.toybox-home #page-header #menus .menus_items {
    gap: 0;
  }

  body.toybox-home #page-header #menus .menus_item {
    padding-left: 0 !important;
  }

  body.toybox-home #page-header #nav .site-page {
    width: 66px;
    min-width: 66px;
    height: 53px;
    margin: 0 2px;
    font-size: 9px;
  }

  body.toybox-home #page-header #nav .site-page i {
    font-size: 16px;
  }

  body.toybox-home #content-inner.layout {
    padding: 0 12px 50px;
  }

  body.toybox-home #recent-posts {
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
  }

  body.toybox-home .toybox-featured,
  body.toybox-home .toybox-cartridge:nth-of-type(n),
  body.toybox-home .toybox-collection-dock,
  body.toybox-home #pagination {
    grid-column: 1;
    grid-row: auto;
  }

  body.toybox-home .toybox-featured {
    width: 100%;
    height: auto !important;
    min-height: 0 !important;
    padding: 11px !important;
    border-radius: 20px !important;
  }

  body.toybox-home .toybox-featured .post_cover {
    flex-basis: auto;
    height: auto !important;
    aspect-ratio: 3 / 2;
  }

  body.toybox-home .toybox-featured .recent-post-info {
    padding: 16px 9px 5px !important;
  }

  body.toybox-home .toybox-featured .article-title {
    font-size: 21px;
  }

  body.toybox-home .toybox-featured .content {
    font-size: 11px;
  }

  body.toybox-home .toybox-open-button {
    margin-top: 8px;
  }

  body.toybox-home .toybox-cartridge,
  body.toybox-home .toybox-cartridge:nth-of-type(n) {
    width: min(100%, 360px);
    height: auto !important;
    min-height: 0;
    aspect-ratio: 4 / 5;
  }

  body.toybox-home .toybox-cartridge .article-title {
    font-size: 14px !important;
  }

  body.toybox-home .toybox-cartridge .article-meta-wrap {
    font-size: 9px !important;
  }

  body.toybox-home .toybox-collection-dock {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }

  body.toybox-home .toybox-collection-dock a {
    min-width: 0;
  }

  body.toybox-home #pagination {
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
  }

  body.toybox-home #pagination .pagination {
    gap: 4px;
  }

  body.toybox-home #pagination .pagination > * {
    width: 36px !important;
    min-width: 36px !important;
    height: 38px !important;
  }

  body.toybox-home #pagination .extend {
    width: 40px !important;
    min-width: 40px !important;
  }

  body.toybox-home #pagination .extend::after {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.toybox-home .toybox-featured,
  body.toybox-home .toybox-cartridge,
  body.toybox-home .toybox-open-button,
  body.toybox-home #page-header #nav .site-page,
  body.toybox-home .toybox-collection-dock a {
    transition: none !important;
  }
}
