/**
 * Deckers variables
 *
 * These variables extend the base MFRA configuration and apply to ALL Deckers
 * sites. If a variable needs overridden for a single site it should be placed
 * in that site's _variables.scss file.
 */
/**
 * Site style configuration
 *
 * Change these values to configure different brand sites to have different
 * fonts, colors, spacing, etc...
 */
:root {
  --tile-height: 512px;
  --header-height: 40px; }

/* https://github.com/pierreburel/sass-rem */
/* stylelint-disable property-no-vendor-prefix, value-no-vendor-prefix */
/* stylelint-enable */
/**
 * Content page styles
 *
 * SCSS styles for content pages.
 */
.store-locator-container .brandify-store-locator {
  max-width: 100%;
  max-height: 800px;
  width: 100%; }


/*# sourceMappingURL=content.css.map*/