
.product-grid-section[data-v-8f1c222c] {
  width: 100%;
  padding: 28px 0;
}
.product-grid-wrap[data-v-8f1c222c] {
  width: min(1320px, 100%);
  margin: 0 auto;
  padding: 0 16px;
}
.product-grid[data-v-8f1c222c] {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 22px;
}
.product-tile[data-v-8f1c222c] {
  height: auto;
  min-height: 0;
  width: min(100%, 220px);
  overflow: hidden;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.06);
}
.product-tile-img[data-v-8f1c222c] {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  padding: 10px;
  box-sizing: border-box;
  object-fit: contain;
  object-position: center;
  background: #f8fafc;
}
.product-tile .product-tile-content[data-v-8f1c222c] {
  min-height: 0;
  padding: 12px 12px 15px;
}
.product-tile-action[data-v-8f1c222c] {
  margin-top: 20px;
}
.product-grid-pagination[data-v-8f1c222c] {
  display: flex;
  justify-content: center;
}
@media (max-width: 479px) {
.product-grid[data-v-8f1c222c] {
    gap: 14px;
}
.product-tile[data-v-8f1c222c] {
    width: min(100%, 160px);
}
}

.rich-text[data-v-15c2567a] h1,
.rich-text[data-v-15c2567a] h2,
.rich-text[data-v-15c2567a] h3,
.rich-text[data-v-15c2567a] h4,
.rich-text[data-v-15c2567a] h5,
.rich-text[data-v-15c2567a] h6,
.rich-text[data-v-15c2567a] p,
.rich-text[data-v-15c2567a] ul,
.rich-text[data-v-15c2567a] ol,
.rich-text[data-v-15c2567a] blockquote {
  margin: 0 0 0.8rem;
}
.rich-text[data-v-15c2567a] h1 {
  font-size: 3rem;
  line-height: 3.125rem;
  font-weight: 300;
}
.rich-text[data-v-15c2567a] h2 {
  font-size: 2.5rem;
  line-height: 2.625rem;
  font-weight: 300;
}
.rich-text[data-v-15c2567a] h3 {
  font-size: 2rem;
  line-height: 2.125rem;
  font-weight: 400;
}
.rich-text[data-v-15c2567a] h4 {
  font-size: 1.5rem;
  line-height: 1.625rem;
  font-weight: 400;
}
.rich-text[data-v-15c2567a] h6 {
  font-size: 0.75rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: #64748b;
}
.rich-text[data-v-15c2567a] p {
  font-size: 1rem;
  line-height: 1.5rem;
}
.rich-text[data-v-15c2567a] blockquote {
  border-left: 4px solid #dbeafe;
  padding-left: 1rem;
  color: #475569;
}
.rich-text[data-v-15c2567a] hr {
  border: 0;
  border-top: 1px solid #dbeafe;
  margin: 1.25rem 0;
}
