/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/product-comparison/product-comparison.vue?vue&type=style&index=0&id=222a2c5e&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: Product comparison (product-comparison)
 * -----------------------------------------------------------------------------
 * Base styles for product comparison component.
 *
 */
.product-comparison {
  background-attachment: fixed;
  background-color: var(--color-neutral-4);
  background-image: var(--bg-image);
  background-size: contain;
  height: 100%;
  overflow: hidden;
  padding-block: var(--spacing-7xl);
}
.product-comparison.critical-component-hide {
  display: block;
}
.product-comparison.critical-component-clear {
  opacity: 1;
}
.product-comparison__header {
  display: block;
  margin-block-end: var(--spacing-l);
}
.product-comparison__title, .product-comparison__subcopy, .product-comparison__cta {
  width: 100%;
}
.product-comparison__title, .product-comparison__subcopy {
  color: var(--color-neutral-1);
  text-align: center;
}
.product-comparison__cta {
  display: flex;
  justify-content: center;
  margin-block-start: var(--spacing-xl);
}
.product-comparison__subcopy {
  font-size: var(--font-size-4);
  padding-block-start: var(--spacing-l);
}
.product-comparison__carousel {
  padding-block-start: var(--spacing-2xl);
}
.product-comparison .splide__track {
  overflow: visible;
}
.product-comparison .splide__arrows {
  margin-block-start: var(--spacing-2xl);
}
.product-comparison .splide__slide {
  transition: opacity var(--timing-quick) var(--easing-normal);
}
.product-comparison .product-prices__currency {
  margin-block-start: 0;
}
@media (min-width: 64em) {
.product-comparison {
    padding-block: calc(var(--spacing-7xl) + var(--spacing-m) + var(--spacing-2xs));
}
.product-comparison__header-content {
    align-items: flex-end;
    display: flex;
}
.product-comparison__subcopy {
    margin-block-start: 0;
    margin-inline-start: var(--spacing-m);
    padding-block-start: var(--spacing-xl);
}
.product-comparison__footer {
    display: none;
}
.product-comparison .splide__slide {
    opacity: 0.25;
}
.product-comparison .splide__slide.is-visible {
    opacity: 1;
}
.product-comparison .splide__arrows {
    margin-block-start: calc(var(--spacing-2xl) + var(--spacing-3xs));
}
}

/**
 * Component: Splide
 * -----------------------------------------------------------------------------
 * Base styles for Splide carousels.
 *
 */
@keyframes splide-loading {
0% {
    transform: rotate(0);
}
to {
    transform: rotate(1turn);
}
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}
.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}
.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}
.splide--rtl {
  direction: rtl;
}
.splide__track--ttb > .splide__list {
  display: block;
}
.splide__container {
  box-sizing: border-box;
  position: relative;
}
.splide__list {
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}
.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}
.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}
.splide:not(.is-overflow) .splide__pagination {
  display: none;
}
.splide__progress__bar {
  width: 0;
}
.splide {
  position: relative;
  visibility: hidden;
}
.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}
.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}
.splide__slide img {
  vertical-align: bottom;
}
.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}
.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}
.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.splide {
  position: relative;
  /**
   * Arrows.
   */
  /**
   * Pagination.
   */
  /**
   * Modifiers.
   */
  /**
   * Active state.
   */
  /**
   * No JS state.
   */
}
.splide__track {
  z-index: var(--layer-flat);
}
.splide__arrows {
  transition: opacity var(--timing-normal) var(--easing-normal);
  align-items: center;
  display: flex;
  justify-content: center;
  pointer-events: none;
  position: relative;
}
.splide__arrows-counter {
  text-align: center;
  width: 40px;
}
.splide__arrow {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: transparent;
  border: 0;
  box-shadow: none;
  color: inherit;
  cursor: pointer;
  outline: none;
  padding: 0;
  width: auto;
  font: inherit;
  transition: opacity var(--timing-normal) var(--easing-normal);
  background-color: var(--color-neutral-5);
  border-radius: 34px;
  box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, 0.05);
  height: 56px;
  width: 56px;
}
.splide__arrow .icon {
  height: 10px;
  width: 5.5px;
}
.splide__arrow[disabled] {
  opacity: 0.3;
}
.splide__pagination {
  bottom: var(--spacing-l);
  gap: var(--spacing-xs);
  left: 0;
  position: absolute;
  width: 100%;
  z-index: var(--layer-raised);
}
.splide__pagination li {
  display: inherit;
}
.splide__pagination__page {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: transparent;
  border: 0;
  box-shadow: none;
  color: inherit;
  cursor: pointer;
  outline: none;
  padding: 0;
  width: auto;
  font: inherit;
  transition: background-color var(--timing-normal) var(--easing-normal), width var(--timing-normal) var(--easing-normal);
  backface-visibility: hidden;
  background-color: var(--color-neutral-4);
  border-radius: 12px;
  height: 6px;
  width: var(--spacing-m);
}
.splide__pagination__page.is-active {
  background-color: var(--color-brand-1-default);
  width: var(--spacing-xl);
}
.splide:not(.is-overflow) .splide__arrow {
  opacity: 0;
  pointer-events: none;
}
.splide.is-active .splide__arrow {
  pointer-events: auto;
}
.no-js .splide {
  visibility: visible;
}
