/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??clonedRuleSet-2.use[1]!../node_modules/vue-loader/dist/stylePostLoader.js!../node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-2.use[2]!../node_modules/sass-loader/dist/cjs.js??clonedRuleSet-2.use[3]!../node_modules/vue-loader/dist/index.js??ruleSet[0].use!./components/async/main-page/main-page.vue?vue&type=style&index=0&id=2113aa79&lang=scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
 * Config: Configuration
 * -----------------------------------------------------------------------------
 * Master import that's included in all Vue components.
 * - No code should be output from the configuration files as they're reused.
 *
 */
/**
 * Config: SASS variables
 * -----------------------------------------------------------------------------
 * Automatically generated by `design` command, do not edit.
 *
 */
/**
 * Base: Classes
 * -----------------------------------------------------------------------------
 * Automatically generated by `design` command, do not edit.
 *
 */
/**
 * Config: Mixins
 * -----------------------------------------------------------------------------
 * Global and reusable utility functions to reduce common styling.
 * - Add in alphabetical order.
 *
 */
/**
 * Resets form buttons to appear as a standard text link.
 */
/**
 * Sets container properties.
 */
/**
 * Reset container properties.
 */
/**
 * Sets custom scrollbar on element.
 * - Add to element with overflow.
 */
/**
 * Default focus styling for browsers.
 */
/**
 * Resets input elements.
 */
/**
 * Resets list elements to appear as a stacked text links.
 */
/**
 * Loading/skeleton animation.
 */
/**
 * Reset text style to default.
 * - Used for preview bar and Storybook styles.
 */
/**
 * Outputs list of transition properties.
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height var(--timing-quick);
 * }
 */
/**
 * Returns the transition properties in the correct format.
 * This function is used by @mixin transition($transitions...).
 */
/**
 * Hide element but make it accessible to screen readers.
 */
/**
 * Reverse the properties applied by @mixin visually-hidden.
 * @param {String} $position - Positioning method for element.
 */
/**
 * Button background color swipe on hover.
 * @param {String} $background - Background colour for swipe.
 */
/**
 * Styles: Social sharing (social-sharing)
 * -----------------------------------------------------------------------------
 * Base styles for social sharing component.
 *
 */
.social-sharing {
  align-items: center;
  display: flex;
  gap: var(--spacing-m);
  justify-content: center;
}

/**
 * Styles: Main 404 (main-404)
 * -----------------------------------------------------------------------------
 * Base styles for main 404 component.
 *
 */
.template-page {
  background-color: var(--color-neutral-4);
}
.main-page {
  padding: var(--spacing-2xl) var(--spacing-2xs);
}
.main-page.critical-component-hide {
  display: block;
}
.main-page.critical-component-clear {
  opacity: 1;
}
.main-page--policies-page {
  margin-block-start: var(--header-height);
}
.main-page__title {
  padding-block-end: var(--spacing-l);
}
.main-page__social-sharing {
  margin-block-start: var(--spacing-l);
}
.main-page__content--contact .shopify-policy__container {
  margin: 0;
  padding: 0;
}
.main-page__content--contact .shopify-policy__title {
  margin: 0 0 var(--spacing-m);
  text-align: left;
}
.main-page__content--contact .shopify-policy__title h1 {
  margin-block-end: var(--spacing-m);
  margin-block-start: 0;
}
@media (max-width: 63.99em) {
.main-page__content--contact .shopify-policy__title {
    /* stylelint-disable-next-line max-nesting-depth */
}
.main-page__content--contact .shopify-policy__title h1 {
    font-size: var(--font-size-10);
}
}
@media (min-width: 64em) {
.main-page {
    padding: var(--spacing-7xl) 0;
}
}
