/** Shopify CDN: Minification failed

Line 15:19 Expected identifier but found whitespace
Line 15:21 Unexpected "{"
Line 15:30 Expected ":"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:related-by-breed (INDEX:52) */
.rbr-section-wrapper {
  padding: 40px 0;
  background-color: {{ section.settings.bg_color }};
}
.rbr-heading {
  font-size: 1.8rem;
  font-weight: 400;      /* era 600 */
  margin-bottom: 36px;
  text-align: center;
}
.rbr-track-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}
.rbr-track {
  display: flex;
  gap: 16px;
  padding-bottom: 12px;
}
.rbr-slide {
  flex: 0 0 220px;
  max-width: 220px;
}
.rbr-card {
  display: block;
  text-decoration: none;
  color: inherit;
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.2s ease;
}
.rbr-card:hover {
  transform: translateY(-3px);
}
.rbr-image-wrap img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  aspect-ratio: 1 / 1;
}
.rbr-info {
  padding: 10px 4px;
}
.rbr-title {
  font-size: 1.2rem;        /* era 0.9rem */
  font-weight: 500;
  margin: 0 0 4px;
  line-height: 1.3;
}
.rbr-price {
  font-size: 1.2rem;        /* era 0.9rem */
  color: #555;
  margin: 0;
}
/* END_SECTION:related-by-breed */