.subcat-title {
  font-size:1.5em;
  color:white;
  padding:10px;
}

#gridContainer {
  max-width:1220px;
  margin:0 auto;
}

.bike-tile {
  margin-bottom:20px;
  margin-top:20px;
  font-size:1.1em;
  color:black;
}
.bike-tile a {
  color:inherit !important;
  text-decoration:none;
}

.b-image {
  padding:10px;
  text-align:center;
  border:1px solid #eee;
  border-radius:4px;
  width:280px;
  height:280px;
  overflow:hidden;
}

.b-image img {
  max-height:250px;
  max-width:250px;
}

.bike-tile-text {
  padding-top:10px;
}
.bike-tile-brand {
  font-style:italic;
  font-weight:bold;
}


.bike-tile-price {
  float:right;
  font-weight:bold;
}

@media screen and (max-width:1100px) {
  .b-image {
    width:200px;
    height:200px;
  }
  .b-image img {
    max-height:180px;
    max-width:180px;
  }
}

.title-col {
  font-size:2.5em;
  font-weight:black;
  text-transform: uppercase;
}

/* Modern product grid tiles for Bikes / Accessories / Specials */
.bike-row {
  margin-bottom: 30px;
}

.bike-tile {
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 1em;
}

.bike-tile a {
  display: block;
  background: #ffffff;
  border-radius: 10px;
  padding: 12px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
  border: 1px solid #eeeeee;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
  height: 100%;
}

.bike-tile a:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

.b-image {
  padding: 10px;
  border-radius: 8px;
  border: none;
  background: #f7f7f7;
  width: 100%;
  height: auto;
  min-height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.b-image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.bike-tile-text {
  padding-top: 12px;
}

.bike-tile-brand {
  font-size: 0.75em;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #777777;
}

.bike-tile-name {
  display: block;
  margin-top: 4px;
  font-weight: 500;
  color: #111111;
}

.bike-tile-price-row {
  display: flex;
  align-items: baseline;
  column-gap: 8px;
  margin-top: 8px;
}

.bike-tile-price {
  float: none;
  font-weight: 600;
  font-size: 1.1em;
}

.bike-price-regular {
  color: #000000;
}

.bike-price-original {
  color: #b3b3b3;
}

.bike-price-sale {
  color: red;
}

@media screen and (max-width: 1100px) {
  .b-image {
    min-height: 180px;
    width: 100%;
    height: auto;
  }
}
