/* Final placement overrides for the persistent compare tray. */
body.selection-active {
  padding-bottom: 104px;
}

.selection-bar {
  position: fixed;
  left: 50%;
  right: auto;
  bottom: 12px;
  width: min(1160px, calc(100% - 48px));
  margin: 0;
  transform: translateX(-50%);
}

.selection-active #toast {
  bottom: 104px;
}

@media (max-width: 900px) {
  .tablewrap {
    display: none;
  }

  .mobile-list {
    display: block;
  }
}

@media (max-width: 760px) {
  body.selection-active {
    padding-bottom: 96px;
  }

  .selection-bar {
    width: calc(100% - 16px);
    bottom: 8px;
    margin: 0;
  }

  .selection-active #toast {
    bottom: 94px;
  }
}
