/** Shopify CDN: Minification failed

Line 10:0 Unexpected "<"
Line 67:0 Unexpected "<"

**/


/* CSS from section stylesheet tags */
<style>
  .pickleverse-section {
    text-align: center;
    padding: 60px 20px;
  }
  .pickleverse-section h2 {
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 1rem;
  }
  .pickleverse-section p {
    font-size: 1rem;
    color: #374151;
    margin-bottom: 2.5rem;
    white-space: pre-line;
  }
  .pickleverse-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 2rem;
    max-width: 1000px;
    margin: 0 auto;
  }
  .pickle-card {
    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }
  .pickle-card .circle-img {
    background-color: #f3f4f6;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    overflow: hidden;
  }
  .pickle-card img {
    max-width: 100px;
    height: auto;
  }
  .pickle-card h3 {
    font-weight: bold;
    font-size: 1rem;
    margin-bottom: 0.3rem;
    text-align: center;
  }
  .pickle-card p {
    font-size: 0.9rem;
    text-align: center;
    color: #6b7280;
    margin: 0;
  }
</style>