/** Shopify CDN: Minification failed

Line 22:89 Expected identifier but found whitespace
Line 22:91 Unexpected "{"
Line 22:100 Expected ":"
Line 22:127 Unexpected "20px"
Line 22:133 Unexpected "{"
Line 22:142 Expected ":"
Line 22:171 Expected ":"
Line 42:63 Expected identifier but found whitespace
Line 42:65 Unexpected "{"
Line 42:74 Expected ":"
... and 4 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:home-blog (INDEX:20) */
.home-blog { background-color: #000 !important; color: #fff; }
  .home-blog__inner { background-color: #000; max-width: 1200px; margin: 0 auto; padding: {{ section.settings.padding_top }}px 20px {{ section.settings.padding_bottom }}px; }
  .home-blog h2 { color: #fff; text-align: center; margin: 0 0 10px; }
  .home-blog__inner > p { color: rgba(255, 255, 255, 0.78); text-align: center; margin: 0 auto 28px; }
  .home-blog__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
  .home-blog__card { background: #000; border: 1px solid rgba(255, 255, 255, 0.22); color: #fff; padding: 0 0 22px; overflow: hidden; }
  .home-blog__image-link { display: block; aspect-ratio: 3 / 1; overflow: hidden; }
  .home-blog__image { display: block; width: 100%; height: 100%; object-fit: cover; }
  .home-blog__card h3,
  .home-blog__card p,
  .home-blog__card > a:not(.home-blog__image-link) { margin-left: 22px; margin-right: 22px; }
  .home-blog__card h3 { margin-top: 22px; }
  .home-blog__card a { color: #fff; text-underline-offset: 3px; }
  .home-blog__all { display: block; width: fit-content; margin: 28px auto 0; color: #fff; }
  @media screen and (max-width: 749px) {
    .home-blog__grid { grid-template-columns: 1fr; }
  }
/* END_SECTION:home-blog */

/* START_SECTION:home-seo-content (INDEX:21) */
.home-seo { background: rgb(var(--color-background)); color: rgb(var(--color-foreground)); }
  .home-seo__inner { max-width: 900px; margin: 0 auto; padding: {{ section.settings.padding_top }}px 20px {{ section.settings.padding_bottom }}px; text-align: center; }
  .home-seo h2 { margin: 0 0 14px; }
  .home-seo p { max-width: 720px; margin: 0 auto 22px; line-height: 1.6; }
  .home-seo nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 22px; }
  .home-seo a { color: inherit; text-underline-offset: 3px; }
/* END_SECTION:home-seo-content */