/* Apparel-only Marketplace hotfix. Intentionally does not target music or other sections. */
#apparel-merch .n300-market-product-grid{
  align-items:stretch!important;
}
#apparel-merch .n300-market-card{
  min-width:0!important;
  overflow:hidden!important;
}
#apparel-merch .n300-market-card-image,
#apparel-merch .n300-market-card-image-merch,
#apparel-merch .n300-market-merch-art{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  height:250px!important;
  min-height:250px!important;
  padding:12px!important;
  overflow:hidden!important;
  background:#08090b!important;
  box-sizing:border-box!important;
}
#apparel-merch .n300-market-card-image img,
#apparel-merch .n300-market-card-image-merch img,
#apparel-merch .n300-apparel-restored img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-width:100%!important;
  max-height:100%!important;
  object-fit:contain!important;
  object-position:center!important;
  margin:0 auto!important;
  padding:0!important;
  transform:none!important;
  filter:none!important;
}
#apparel-merch .n300-market-merch-art>b,
#apparel-merch .n300-market-merch-art>small{
  display:none!important;
}
#apparel-merch .n300-market-card>div{
  display:flex!important;
  flex:1!important;
  flex-direction:column!important;
}
#apparel-merch .n300-market-card .n300-market-add{
  margin-top:auto!important;
}
@media(max-width:760px){
  #apparel-merch .n300-market-card-image,
  #apparel-merch .n300-market-card-image-merch,
  #apparel-merch .n300-market-merch-art{
    height:225px!important;
    min-height:225px!important;
  }
}
