/** Shopify CDN: Minification failed

Line 25:18 Expected identifier but found whitespace
Line 25:25 Unexpected ";"
Line 49:0 Unexpected "353535"

**/
/* #installs {
  display: grid;
  grid-template-columns: 33.33333333333% 33.33333333333% 33.33333333333%;
  gap: 32px;
  grid-auto-rows: 1fr; 
  max-width: 1400px;
  margin: auto;
}

.listing {
  width: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid #ccc;
  padding: 32px;
  background-size: cover;
  background-color: #0e4c86; /* Fallback background color */
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: left;
}

/* Classes for different column spans */
.install-col-span-1 {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;  
  aspect-ratio: 1 / 1;
  grid-column: span 1;
}

.install-col-span-2 {
  grid-column: span 2;
}

.install-col-span-3 {
  grid-column: span 3;
}

353535, 284734, 0E4C86, 85081F, #9B237E;

 */