/** Shopify CDN: Minification failed

Line 49:0 Unexpected "}"

**/
.product-3 {
  width: 100%;
}

.product-3__outer {
  width: 100%;
  gap: 30px;
  display: grid;
}

.product-3 .wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

.product-3 .prod-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.product-3__outer .wrapper .prod-list img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 30px;
}

.product-3__title {
  margin: 0;
  line-height: 1.25;
}

/* Remove unwanted richtext spacing */
.product-3__title p {
  margin: 0;
}

/* Two-tone (accent) word(s) */
/* .product-3__title span.title-colored {
  color: var(--color-accent, #1566E0);
  font-style: inherit; /* keeps it from being italic, so it looks like "colored", not "emphasis" */
} */

.product-3__description {
  opacity: 0.85;
}

.product-3__description p {
  margin: 0;
}

@media screen and (max-width: 989px) {
  .product-3 .wrapper {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
