/** Shopify CDN: Minification failed

Line 14:21 Expected identifier but found whitespace
Line 14:23 Unexpected "{"
Line 14:32 Expected ":"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:ngn-trust-badges (INDEX:45) */
.trust-badges-section {
    background-color: {{ section.settings.background_color }};
    padding: 48px 20px;
  }
  .trust-badges-container { max-width: 1200px; margin: 0 auto; }
  .trust-badges-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; overflow: hidden; }
  .trust-badge-card {
    background-color: #f5f0e8;
    border-radius: 12px;
    padding: 32px 24px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  }
  .trust-badge-icon { font-size: 48px; margin-bottom: 16px; display: block; }
  .trust-badge-title { font-size: 18px; font-weight: 700; color: #222; margin-bottom: 12px; }
  .trust-badge-description { font-size: 14px; color: #666; line-height: 1.5; }
  @media (max-width: 768px) {
  .trust-badges-section { padding: 24px 10px; }
  .trust-badges-grid { grid-template-columns: repeat(3, 1fr); gap: 8px; }
  .trust-badge-card { padding: 14px 6px; }
  .trust-badge-icon { font-size: 26px; margin-bottom: 6px; }
  .trust-badge-title { font-size: 10px; margin-bottom: 4px; }
  .trust-badge-description { font-size: 9px; line-height: 1.3; }
}
/* END_SECTION:ngn-trust-badges */