.cta-container-desktop {
  z-index: 1;
  display: none; }
  @media print, screen and (min-width: 64em) {
    .cta-container-desktop {
      display: block; } }

@media print, screen and (min-width: 64em) {
  .cta-container-mobile {
    display: none; } }

.cta-title-container-full {
  z-index: 1; }
  @media print, screen and (min-width: 64em) {
    .cta-title-container-full {
      position: absolute;
      bottom: 3.25rem; } }

.title-container {
  z-index: 1; }

.pdp-content {
  position: relative; }

.pdp-full-width {
  width: 100%; }

.compatibility-notices-container {
  z-index: 2; }

.background-image-container-1x1 {
  position: absolute;
  width: 100%; }

.title-container {
  margin-top: 1rem; }
  @media print, screen and (min-width: 48em) {
    .title-container {
      margin-top: 2rem; } }

.cta-container-bg {
  background-image: linear-gradient(rgba(31, 31, 31, 0.8), #1f1f1f) !important;
  display: none;
  width: calc(100% + 96px);
  position: absolute;
  margin: -2rem -3rem 0 -3rem;
  z-index: 0; }
  @media print, screen and (min-width: 64em) {
    .cta-container-bg {
      display: block; } }

.pdp-info,
.game-overview-container {
  margin-top: 4rem; }
  @media print, screen and (min-width: 48em) {
    .pdp-info,
    .game-overview-container {
      margin-top: 8rem; } }

.pdp-upsells {
  margin-bottom: 4rem; }
  @media print, screen and (min-width: 48em) {
    .pdp-upsells {
      margin-bottom: 8rem; } }

.game-overview-header {
  text-align: center; }

.pdp-publisher-legal {
  margin: 8rem auto 8rem auto !important; }

body.psw-dark-theme {
  background-color: #1f1f1f; }

.pdp-overview [data-qa="mfe-game-overview#description"] {
  font-size: 0.8125rem;
  line-height: 1.125; }
  @media print, screen and (min-width: 48em) {
    .pdp-overview [data-qa="mfe-game-overview#description"] {
      font-size: 0.875rem;
      line-height: 1.25em; } }

@keyframes fader {
  66% {
    opacity: .33; } }

.search-results h1 {
  color: #707070;
  font-weight: 300; }
  .search-results h1 em {
    color: #363636;
    font-size: inherit;
    font-weight: inherit; }

.search-results h3 {
  color: #363636;
  font-weight: 400; }

.search-results .results-info {
  color: #999; }
  .search-results .results-info::after {
    content: ' ';
    display: inline-block; }

.search-results .notice {
  align-items: center;
  color: #707070;
  display: flex;
  flex-direction: column;
  margin: 6rem auto; }
  .search-results .notice .illustration {
    display: flex;
    justify-content: center; }
  .search-results .notice a,
  .search-results .notice button {
    color: #0072ce;
    font-weight: 700;
    text-decoration: none; }
    .search-results .notice a:active,
    .search-results .notice button:active {
      color: #b5deff; }
    .search-results .notice a:focus, .search-results .notice a:hover,
    .search-results .notice button:focus,
    .search-results .notice button:hover {
      color: #68bcff; }

.search-results .search-results-grid[data-loading='true'] {
  animation: fader 1s ease-in-out infinite;
  pointer-events: none; }

/* ----- Reset ----- */
html {
  min-height: 100%;
  position: relative; }

body {
  font-size: 16px;
  margin: 0; }

#main:not(.pdp-main) {
  margin-top: 1rem; }
  @media print, screen and (min-width: 48em) {
    #main:not(.pdp-main) {
      margin-top: 1.25rem; } }
  @media print, screen and (min-width: 85.375em) {
    #main:not(.pdp-main) {
      margin-top: 1.5rem; } }
  @media screen and (min-width: 120em) {
    #main:not(.pdp-main) {
      margin-top: 2rem; } }

.psw-root a:focus:not(:focus-visible) {
  box-shadow: none;
  outline: none; }

.ems-sdk-view-collection > section:not(:first-child) {
  margin-top: 3rem; }
  @media print, screen and (min-width: 48em) {
    .ems-sdk-view-collection > section:not(:first-child) {
      margin-top: 4rem; } }
  @media print, screen and (min-width: 85.375em) {
    .ems-sdk-view-collection > section:not(:first-child) {
      margin-top: 6rem; } }
  @media screen and (min-width: 120em) {
    .ems-sdk-view-collection > section:not(:first-child) {
      margin-top: 6.75rem; } }

.ems-sdk-view-collection > section:last-child {
  padding-bottom: 3rem; }
  @media print, screen and (min-width: 48em) {
    .ems-sdk-view-collection > section:last-child {
      padding-bottom: 4rem; } }
  @media print, screen and (min-width: 85.375em) {
    .ems-sdk-view-collection > section:last-child {
      padding-bottom: 6rem; } }
  @media screen and (min-width: 120em) {
    .ems-sdk-view-collection > section:last-child {
      padding-bottom: 6.75rem; } }

p {
  margin: 0; }

button {
  min-width: 0;
  width: auto;
  background: none; }

.tertiary-logo a {
  align-items: center;
  display: flex;
  z-index: 1; }
  .tertiary-logo a .ps-store-text {
    height: 1.1875rem;
    margin-right: 1rem;
    width: 7.6875rem; }
    @media print, screen and (min-width: 48em) {
      .tertiary-logo a .ps-store-text {
        height: 1.3125rem;
        width: 9.3125rem; } }

#jetstream-tertiary-nav * {
  box-sizing: content-box;
  font: inherit; }

.page-not-found {
  height: 80vh;
  width: 100%; }
  .page-not-found .error-content {
    align-content: center;
    display: flex;
    flex-direction: column;
    margin: 6rem 0; }
  .page-not-found .error-svg-content {
    align-self: center;
    display: flex; }
  .page-not-found .error-text-content {
    text-align: center; }
  .page-not-found .error-link a {
    color: #0072ce;
    font-weight: 700;
    text-decoration: none; }
    .page-not-found .error-link a:active {
      color: #b5deff; }
    .page-not-found .error-link a:focus, .page-not-found .error-link a:hover {
      color: #68bcff; }

.web-store__page-load {
  height: 75vh;
  overflow: hidden; }

