/* Reserve desktop gutters for Google's own left/right Auto ads side rails.
   Google controls delivery and scrolling; never pin manual ads on both sides.
   A single centered content column also survives cosmetic ad blocking. */
@media (min-width: 1440px) {
  body[data-page="home"] .home-catalog {
    width: calc(100% - 400px);
    max-width: 1200px;
    padding-inline: 0;
    margin-inline: auto;
  }
}

@media (min-width: 1440px) and (max-width: 1679px) {
  body[data-page="home"] .home-catalog .shelf-track > .test-card {
    flex-basis: calc((100% - 48px) / 4);
  }
}
