/** Shopify CDN: Minification failed

Line 19:10 Unexpected "{"
Line 19:19 Expected ":"
Line 19:46 Expected identifier but found "{"
Line 19:47 Unexpected "{"
Line 19:56 Expected ":"
Line 19:95 Expected ":"
Line 20:10 Unexpected "{"
Line 20:19 Expected ":"
Line 21:10 Unexpected "{"
Line 21:19 Expected ":"
... and 10 more hidden warnings

**/


/* CSS from section stylesheet tags */
#section-{{ section.id }} .adv-wrap{max-width:{{ section.settings.max_width | default:1180 }}px;margin:0 auto;padding:28px 16px}
#section-{{ section.id }} .adv-line{height:1px;background:#000;opacity:.15}
#section-{{ section.id }} .adv-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;text-align:center;align-items:start;padding:36px 0}
#section-{{ section.id }} .adv-item svg{width:50px;height:50px;color:#111;margin:0 auto 18px;stroke-width:1.6}
#section-{{ section.id }} .adv-title{font-weight:600;letter-spacing:.14em;text-transform:uppercase;font-size:17px;margin:0 0 10px;color:#000}
#section-{{ section.id }} .adv-sub{font-size:16px;line-height:1.5;color:#333;opacity:.9}
@media(max-width:900px){
  #section-{{ section.id }} .adv-grid{grid-template-columns:1fr;gap:28px}
  #section-{{ section.id }} .adv-sub{font-size:15px}
}