.commerce-customers-also-bought-block {
  --base-gutter-x: 1.5rem;
  --base-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--base-gutter-y));
  margin-right: calc(-0.5 * var(--base-gutter-x));
  margin-left: calc(-0.5 * var(--base-gutter-x));
  margin-bottom: 1rem;
}
.commerce-customers-also-bought-block > a:hover {
  background-color: #dee2e6;
}
@media (max-width: 767.98px) {
  .commerce-customers-also-bought-block > a {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .commerce-customers-also-bought-block > a {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .commerce-customers-also-bought-block > a {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
}
.commerce-customers-also-bought-block figure {
  display: flex;
  padding: 1rem;
  margin-bottom: 0;
}
.commerce-customers-also-bought-block figure img {
  width: auto;
  margin-right: 1rem;
}
