/** Shopify CDN: Minification failed

Line 17:19 Unexpected "{"
Line 17:28 Expected ":"
Line 18:14 Expected identifier but found whitespace
Line 18:16 Unexpected "{"
Line 18:25 Expected ":"
Line 18:65 Expected ":"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:ld_collection-navigation (INDEX:34) */
/* Allow merchant to tweak width via setting (non-critical) */
  #collection-nav-{{ section.id }} .collection-nav__inner {
    max-width: {{ section.settings.max_width | default: 1400 }}px;
  }
/* END_SECTION:ld_collection-navigation */

/* START_SECTION:section-vertical-gallery (INDEX:76) */
.vg__left,
  .vg__right {
    height: 100%;
  }
/* END_SECTION:section-vertical-gallery */