/** Shopify CDN: Minification failed

Line 82:0 Expected "}" to go with "{"

**/
/* Use this file to add custom CSS to Pro Blogger without it being overwritten in future upgrades */

.pb-text-title h4, .h4, h4.title a, h6.title {
   border-bottom: 0px;
  padding: 0px;
}

.pb_content_wrapper {
    padding: 4px;
}

.owl-item {
    padding-left: 0px;
    padding-right: 0px;
.related-products-metafield {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e0e0e0;
}
.related-products-metafield h3 {
  font-size: 1.1rem;
  margin-bottom: 1rem;
}
.related-products-metafield__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
.related-products-metafield__item {
  display: flex;
  flex-direction: column;
  border: 1px solid #e8e8e8;
  border-radius: 6px;
  overflow: hidden;
}
.related-products-metafield__item img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}
.related-products-metafield__info {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 0.75rem;
}
.related-products-metafield__info h4 {
  font-size: 0.8rem;
  margin: 0 0 0.4rem;
  flex: 1;
}
.related-products-metafield__info h4 a {
  color: inherit;
  text-decoration: none;
}
.related-products-metafield__info p {
  font-size: 0.8rem;
  color: #555;
  margin: 0 0 0.5rem;
}
.related-products-metafield__info .action_button {
  display: block;
  text-align: center;
  font-size: 0.75rem;
  padding: 0.4rem 0.75rem;
  margin-top: auto;
}

/* Mobile: stack to single column */
@media (max-width: 640px) {
  .related-products-metafield__grid {
    grid-template-columns: 1fr;
  }
}

