/** Shopify CDN: Minification failed

Line 16:0 Unexpected "{"
Line 16:1 Expected identifier but found "%"
Line 25:3 Unexpected "{"
Line 25:4 Expected identifier but found "%"
Line 28:0 Unexpected "{"
Line 28:1 Expected identifier but found "%"
Line 32:2 Unexpected "{"
Line 32:3 Expected identifier but found "%"

**/


/* CSS from section stylesheet tags */
{% if template.name == 'store-locator' %}
   .index-section {
      margin: 0;
      padding-top: 40px;
   }

   .main-content {
      background-color: #fafafa;
   }
   {% endif %}

/* CSS from snippet stylesheet tags */
{% if request.path != "/pages/store-locator-1" %}
      [class*=images-].grandparent .dropdown__family {
        max-width: unset !important;
      }
  {% endif %}