.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  grid-gap: 1rem;
  margin: 1rem;
}

.product__image {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: fill;
}

.product__button {
  width: 100%;
}

footer.gdoc-footer section {
  display: none;
}

.bird__image__fill {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.rubber-bands-small .black{
  background-color: black;
  color: white;
}

.rubber-bands-small .blue{
  background-color: blue;
   color: white;
}

.rubber-bands-small .yellow{
  background-color: yellow;
  color: black;
}

.rubber-bands-small .green{
  background-color: green;
  color: white;
}

.rubber-bands-small .orange{
  background-color: orange;
  color: black;
}

.rubber-bands-small .purple{
  background-color: purple;
  color: white;
}

.rubber-bands-small .red{
  background-color: red;
  color: black;
}

.rubber-bands-small .white{
  background-color: white;
  color: black;
}

.rubber-bands-small .header {
  font-weight: bold;

}

.rubber-bands-small .product__table__legend{
  text-align: center;
}

@media (min-width: 768px) {
  .rubber-bands-small .header {
    font-size: 2.5rem;
  }
}

