
/* V150 product nav/gallery correction.
   Fixes product pages that were still using the older header and prevents blank image cards. */

.stlb125-body .stlb125-shell{
  max-width:1240px!important;
}

.stlb125-nav.stlb147-premium-nav{
  margin:12px 0 28px!important;
  display:block!important;
  border:none!important;
  background:transparent!important;
  box-shadow:none!important;
}

.stlb125-nav.stlb147-premium-nav .stlb147-nav-shell{
  width:100%!important;
}

.stlb125-nav.stlb147-premium-nav .stlb125-brand{
  width:auto!important;
  height:auto!important;
  padding:12px 14px!important;
  background:linear-gradient(180deg,rgba(6,12,23,.96),rgba(2,7,15,.96))!important;
}

.stlb125-nav.stlb147-premium-nav .stlb125-brand img{
  width:min(100%,280px)!important;
  max-height:78px!important;
}

.stlb125-nav.stlb147-premium-nav .stlb125-links{
  margin:0!important;
  padding:0!important;
}

.stlb125-nav.stlb147-premium-nav .stlb125-search{
  margin:0!important;
}

.stlb127-release-media{
  background:
    radial-gradient(circle at 50% 35%,rgba(35,184,255,.16),transparent 42%),
    linear-gradient(145deg,rgba(5,12,25,.96),rgba(3,7,16,.98))!important;
  border:1px solid rgba(35,184,255,.18)!important;
  min-height:360px!important;
  display:grid!important;
  place-items:center!important;
  overflow:hidden!important;
}

.stlb127-release-media img{
  width:100%!important;
  height:100%!important;
  min-height:360px!important;
  object-fit:contain!important;
  object-position:center bottom!important;
  opacity:1!important;
  visibility:visible!important;
}

.stlb127-view-card figure{
  min-height:280px!important;
  display:grid!important;
  place-items:center!important;
  background:
    radial-gradient(circle at 50% 35%,rgba(35,184,255,.12),transparent 42%),
    linear-gradient(145deg,rgba(4,10,22,.96),rgba(2,6,14,.98))!important;
  border:1px solid rgba(35,184,255,.12)!important;
  overflow:hidden!important;
}

.stlb127-view-card figure img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  min-height:280px!important;
  object-fit:contain!important;
  object-position:center center!important;
  opacity:1!important;
  visibility:visible!important;
}

.stlb127-view-card figcaption{
  min-height:78px!important;
}

@media(max-width:760px){
  .stlb127-release-media,
  .stlb127-release-media img{min-height:300px!important}
  .stlb127-view-card figure,
  .stlb127-view-card figure img{min-height:250px!important}
}
