/* GLOBAL: INCLUDES
 *
 * It is recommended to only include variables,
 * mixins, etc. in this file, to prevent duplicated
 * CSS in your final, compiled files.
 */
/**
 * Bootstrap Global Variables & Mixins
 * Bootstrap Components should be imported in Vue components
 */
/* set the overriding variables */
/**
 * Bulma variable overrides
 */
@keyframes spinAround {
from {
    transform: rotate(0deg);
}
to {
    transform: rotate(359deg);
}
}
/* GLOBAL FUNCTIONS
--------------------------------------------- */
/* GLOBAL MIXINS
--------------------------------------------- */
/* AUTO SCALING FOR TYPE WITH MIN/MAX SIZES

  @param {Number}  $responsive  - Viewport-based size
  @param {Number}  $min         - Minimum font size (px)
  @param {Number}  $max         - Maximum font size (px) (optional)

  @param {Number}  $fallback    - Fallback for viewport-based units (optional)

  @example SCSS - 5vw size, 35px min & 150px max size + 50px fallback:

  @include responsive-font(5vw, 35px, 150px, 50px);
*/
/* VUE DESIGN SYSTEM SPACING HELPERS
--------------------------------------------- */
/*
  INSET-SPACE: For interface containers.
  INSET-SQUISH-SPACE: For buttons, form elements, cells.
  STACK-SPACE: For vertically stacked content.
  INLINE-SPACE: For things displayed inline.
*/
.debug .product .product__image,
.debug .product .product__title,
.debug .product .product__attributes,
.debug .product .product__availability,
.debug .product .product__discount,
.debug .product .product__price,
.debug .product .product__add-to-cart {
  position: relative;
}
.debug .product .product__image::after,
.debug .product .product__title::after,
.debug .product .product__attributes::after,
.debug .product .product__availability::after,
.debug .product .product__discount::after,
.debug .product .product__price::after,
.debug .product .product__add-to-cart::after {
  font-size: 10px;
  color: red;
  position: absolute;
  inset: 0;
}
.debug .product__section {
  box-shadow: inset 0 0 0 1px rgba(64, 224, 208, 0.4);
}
.debug .product__image::after {
  content: ".product__image";
  background: rgba(255, 0, 0, 0.1);
}
.debug .product__title::after {
  content: ".product__title";
  background: rgba(0, 0, 255, 0.1);
}
.debug .product__availability::after {
  content: ".product__availability";
  background: rgba(255, 165, 0, 0.1);
}
.debug .product__attributes::after {
  content: ".product__attributes";
  background: rgba(255, 255, 0, 0.1);
}
.debug .product__discount::after {
  content: ".product__discount";
  background: rgba(128, 0, 128, 0.1);
}
.debug .product__price::after {
  content: ".product__price";
  background: rgba(128, 0, 128, 0.1);
}
.debug .product__add-to-cart::after {
  content: ".product__add-to-cart";
  background: rgba(128, 0, 128, 0.1);
}
.login {
  max-width: 600px;
  padding: 100px 40px;
  margin: 0 auto;
  text-align: center;
}/* GLOBAL: INCLUDES
 *
 * It is recommended to only include variables,
 * mixins, etc. in this file, to prevent duplicated
 * CSS in your final, compiled files.
 */
/**
 * Bootstrap Global Variables & Mixins
 * Bootstrap Components should be imported in Vue components
 */
/* set the overriding variables */
/**
 * Bulma variable overrides
 */
@keyframes spinAround-3b1414c3 {
from {
    transform: rotate(0deg);
}
to {
    transform: rotate(359deg);
}
}
/* GLOBAL FUNCTIONS
--------------------------------------------- */
/* GLOBAL MIXINS
--------------------------------------------- */
/* AUTO SCALING FOR TYPE WITH MIN/MAX SIZES

  @param {Number}  $responsive  - Viewport-based size
  @param {Number}  $min         - Minimum font size (px)
  @param {Number}  $max         - Maximum font size (px) (optional)

  @param {Number}  $fallback    - Fallback for viewport-based units (optional)

  @example SCSS - 5vw size, 35px min & 150px max size + 50px fallback:

  @include responsive-font(5vw, 35px, 150px, 50px);
*/
/* VUE DESIGN SYSTEM SPACING HELPERS
--------------------------------------------- */
/*
  INSET-SPACE: For interface containers.
  INSET-SQUISH-SPACE: For buttons, form elements, cells.
  STACK-SPACE: For vertically stacked content.
  INLINE-SPACE: For things displayed inline.
*/
.debug .product .product__image[data-v-3b1414c3],
.debug .product .product__title[data-v-3b1414c3],
.debug .product .product__attributes[data-v-3b1414c3],
.debug .product .product__availability[data-v-3b1414c3],
.debug .product .product__discount[data-v-3b1414c3],
.debug .product .product__price[data-v-3b1414c3],
.debug .product .product__add-to-cart[data-v-3b1414c3] {
  position: relative;
}
.debug .product .product__image[data-v-3b1414c3]::after,
.debug .product .product__title[data-v-3b1414c3]::after,
.debug .product .product__attributes[data-v-3b1414c3]::after,
.debug .product .product__availability[data-v-3b1414c3]::after,
.debug .product .product__discount[data-v-3b1414c3]::after,
.debug .product .product__price[data-v-3b1414c3]::after,
.debug .product .product__add-to-cart[data-v-3b1414c3]::after {
  font-size: 10px;
  color: red;
  position: absolute;
  inset: 0;
}
.debug .product__section[data-v-3b1414c3] {
  box-shadow: inset 0 0 0 1px rgba(64, 224, 208, 0.4);
}
.debug .product__image[data-v-3b1414c3]::after {
  content: ".product__image";
  background: rgba(255, 0, 0, 0.1);
}
.debug .product__title[data-v-3b1414c3]::after {
  content: ".product__title";
  background: rgba(0, 0, 255, 0.1);
}
.debug .product__availability[data-v-3b1414c3]::after {
  content: ".product__availability";
  background: rgba(255, 165, 0, 0.1);
}
.debug .product__attributes[data-v-3b1414c3]::after {
  content: ".product__attributes";
  background: rgba(255, 255, 0, 0.1);
}
.debug .product__discount[data-v-3b1414c3]::after {
  content: ".product__discount";
  background: rgba(128, 0, 128, 0.1);
}
.debug .product__price[data-v-3b1414c3]::after {
  content: ".product__price";
  background: rgba(128, 0, 128, 0.1);
}
.debug .product__add-to-cart[data-v-3b1414c3]::after {
  content: ".product__add-to-cart";
  background: rgba(128, 0, 128, 0.1);
}
.mock-login[data-v-3b1414c3] {
  padding: 20px;
}
.mock-login th[data-v-3b1414c3] {
  text-align: left;
}
.mock-login .group-table[data-v-3b1414c3] {
  margin-top: 20px;
}
.mock-login table[data-v-3b1414c3] {
  border: 1px solid rgb(221, 221, 221);
  width: 1200px;
  table-layout: fixed;
}
.mock-login td[data-v-3b1414c3],
.mock-login th[data-v-3b1414c3] {
  padding: 5px;
  width: 20%;
}
.mock-login th[data-v-3b1414c3]:first-of-type,
.mock-login td[data-v-3b1414c3]:first-of-type {
  width: auto;
}
.mock-login tr[data-v-3b1414c3]:nth-child(even) {
  background-color: rgb(223, 242, 255);
}
.mock-login .fullName[data-v-3b1414c3] {
  color: rgb(138, 141, 143);
}