/* Desktop-only global reduction: same rack, same order, more breathing room. */
@media (min-width:901px){
  .rack{width:87%!important;max-width:1235px!important;margin-left:auto!important;margin-right:auto!important}
  .rack .bottom-shelf{
    grid-template-columns:repeat(4,minmax(0,clamp(130px,12.35vw,178px))) minmax(102px,126px)!important;
  }
}
