/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/collection-hero/collection-hero.vue?vue&type=style&index=0&id=4e4321c5&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: Collection hero (collection-hero)
 * -----------------------------------------------------------------------------
 * Base styles for collection hero component.
 *
 */
.collection-hero {
  background-color: var(--color-neutral-5);
  padding-block: var(--spacing-xs) var(--spacing-xl);
}
.collection-hero.has-image {
  padding-block-end: var(--spacing-3xs);
}
.collection-hero__description p {
  font-family: var(--font-family-ft-aktual);
  font-size: var(--font-size-3);
  font-weight: var(--font-weight-ft-aktual-2);
  letter-spacing: var(--letter-spacing-1);
  line-height: var(--line-height-1);
  text-decoration: none;
  text-indent: var(--text-indent-0);
  text-transform: none;
}
.collection-hero__media {
  margin: var(--spacing-m);
  min-height: 152px;
  position: relative;
}
.collection-hero__media img {
  min-height: 152px;
}
.collection-hero__media .responsive-video {
  position: static;
  position: initial;
}
.collection-hero .grid {
  gap: var(--layout-desktop-gutter);
}
.collection-hero a {
  font-family: var(--font-family-ft-aktual);
  font-size: var(--font-size-3);
  font-weight: var(--font-weight-ft-aktual-2);
  letter-spacing: var(--letter-spacing-1);
  line-height: var(--line-height-1);
  text-decoration: none;
  text-indent: var(--text-indent-0);
  text-transform: none;
  padding: 0;
  position: relative;
  transition: opacity var(--timing-normal) ease-in-out;
}
.collection-hero a:hover {
  opacity: 0.7;
}
.collection-hero a:hover::after {
  opacity: 0.7;
}
.collection-hero a::after {
  border-bottom: 1px solid var(--color-neutral-1);
  bottom: 0;
  content: "";
  left: 0;
  opacity: 1;
  position: absolute;
  transition: opacity var(--timing-normal) ease-in-out;
  width: 100%;
}
@media (min-width: 64em) {
.collection-hero {
    padding-block: var(--spacing-2xl) var(--spacing-7xl);
}
.collection-hero__description p {
    font-family: var(--font-family-ft-aktual);
    font-size: var(--font-size-4);
    font-weight: var(--font-weight-ft-aktual-2);
    letter-spacing: var(--letter-spacing-0);
    line-height: var(--line-height-1);
    text-decoration: none;
    text-indent: var(--text-indent-0);
    text-transform: none;
}
.collection-hero__media {
    margin: var(--spacing-5xl) var(--spacing-m) var(--spacing-m);
    min-height: 296px;
}
.collection-hero__media img {
    min-height: 296px;
}
}
@media (min-width: 90em) {
.collection-hero a {
    font-family: var(--font-family-ft-aktual);
    font-size: var(--font-size-4);
    font-weight: var(--font-weight-ft-aktual-2);
    letter-spacing: var(--letter-spacing-0);
    line-height: var(--line-height-1);
    text-decoration: none;
    text-indent: var(--text-indent-0);
    text-transform: none;
}
}
