/* Final route-specific corrections loaded after the shared storefront CSS. */

@media (max-width: 549px) {
  .ds-theme-landing__hero--anime-game .ds-theme-landing__anime-art {
    top: 25.223125rem;
  }
}

@media (min-width: 550px) and (max-width: 849px) {
  .ds-theme-landing__anime-art {
    top: calc(21.930625rem - 30.89vw);
    right: calc(1.594rem + 2.496vw);
    width: calc(45vw - 5.062rem);
    height: calc(45vw - 5.062rem);
  }
}

@media (min-width: 850px) and (max-width: 1024px) {
  .ds-theme-landing__anime-art {
    top: calc(50% - 0.936875rem);
    right: calc(1.594rem + 2.496vw);
    width: calc(45vw - 5.062rem);
    height: calc(45vw - 5.062rem);
  }
}

@media (min-width: 550px) {
  body.ds-theme-landing-page .ds-theme-landing__hero--ocean-nature h1 {
    width: max-content;
    max-width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 849px) {
  .ds-site-footer {
    height: 26.17rem;
  }
}

@media (min-width: 850px) and (max-width: 1024px) {
  .ds-site-footer {
    height: 23.014375rem;
  }
}

@media (min-width: 1025px) {
  .ds-theme-landing__hero--galaxy-space .ds-theme-landing__hero-copy {
    top: 0;
  }

  .ds-theme-landing__anime-art {
    top: calc(50% - 0.936875rem);
    right: 3.55rem;
    width: 30.09375rem;
    height: 30.09375rem;
  }
}
/* Theme index */
.ds-theme-index__intro {
  padding: 4.5rem 0 3.75rem;
  border-bottom: 1px solid var(--ds-line);
  background: #202024;
  text-align: center;
}

.ds-theme-index__intro h1 {
  margin: 0;
  font-size: clamp(2.75rem, 7vw, 5rem);
  line-height: 1.05;
}

.ds-theme-index__intro p:last-child {
  width: min(100%, 38rem);
  margin: 1rem auto 0;
  color: var(--ds-muted);
}

.ds-theme-index .ds-section--themes {
  padding-block: 4rem;
}

.ds-theme-index__footer {
  padding: 2.5rem 0;
  border-bottom: 1px solid var(--ds-line);
  background: #202024;
}

.ds-theme-index__footer .ds-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.ds-theme-index__footer h2 {
  margin: 0;
  font-size: 1.875rem;
  line-height: 1.2;
}

@media (max-width: 767px) {
  .ds-theme-index__intro {
    padding: 3.25rem 0 2.75rem;
  }

  .ds-theme-index .ds-section--themes {
    padding-block: 2.75rem;
  }

  .ds-theme-index .ds-section-head,
  .ds-theme-index__footer .ds-container {
    align-items: flex-start;
    flex-direction: column;
  }
}
