/*--------------------------------------------------------
INGRID SCSS
Author:   Robert Piirainen
Twitter:  @robertpiira
--------------------------------------------------------*/
/* line 39, vendor/assets/stylesheets/ingrid.css.scss */
.ingrid {
  padding: 0;
  list-style: none;
}

/* line 44, vendor/assets/stylesheets/ingrid.css.scss */
.ingrid--unit {
  margin: 0;
  letter-spacing: normal;
  vertical-align: top;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 4, app/assets/stylesheets/controllers/webshop.css.sass */
body {
  background: #1D1D1F;
  padding-top: 4rem;
}

/* line 8, app/assets/stylesheets/controllers/webshop.css.sass */
.header-bg {
  background: url(https://assets.jawaker.com/assets/application/headerBg-c4461758682ec2c464f861092eb6bf6373690e09d204afabfa41af6361a52b21.png) repeat-x center top;
}

/* line 11, app/assets/stylesheets/controllers/webshop.css.sass */
.flag {
  width: 25px;
  height: 15px;
  background: url(https://assets.jawaker.com/assets/flags-b013ba91805e4b207dc5f9486153abd8ead5512fe5e31ac98f3b39e931c9303f.png) no-repeat;
}

/* line 16, app/assets/stylesheets/controllers/webshop.css.sass */
.offer-border {
  border-radius: 0 0 0.5rem 0.5rem;
}

/* line 19, app/assets/stylesheets/controllers/webshop.css.sass */
.offer-background {
  container-type: size;
  container-name: offer;
}

@container offer (min-height: 19px) and (max-height: 30px) {
  /* line 24, app/assets/stylesheets/controllers/webshop.css.sass */
  .offer-background button {
    font-size: 0.75rem;
    padding: 0.25rem 0.65rem;
  }
}

@container offer (min-height: 30px) and (max-height: 41px) {
  /* line 29, app/assets/stylesheets/controllers/webshop.css.sass */
  .offer-background button {
    font-size: 0.80rem;
    padding: 0.4rem 0.8rem;
  }
}

@container offer (min-height: 41px) and (max-height: 62px) {
  /* line 34, app/assets/stylesheets/controllers/webshop.css.sass */
  .offer-background button {
    font-size: 0.95rem;
    padding: 0.30rem 0.7rem;
  }
}

@container offer (min-height: 62px) {
  /* line 39, app/assets/stylesheets/controllers/webshop.css.sass */
  .offer-background button {
    font-size: 1.45rem;
    padding: 0.4rem 0.8rem;
  }
}

/* line 43, app/assets/stylesheets/controllers/webshop.css.sass */
.bundle-background {
  background: linear-gradient(to right, #2F2F2F, #414140);
}

/* line 46, app/assets/stylesheets/controllers/webshop.css.sass */
.tokens-text {
  color: #ebc034;
}

/* line 49, app/assets/stylesheets/controllers/webshop.css.sass */
.hidden {
  display: none;
}

@media (max-width: 720px) {
  /* line 53, app/assets/stylesheets/controllers/webshop.css.sass */
  #webshop_header {
    height: 150px;
  }
}

@media (min-width: 721px) {
  /* line 57, app/assets/stylesheets/controllers/webshop.css.sass */
  #webshop_header {
    height: 100%;
  }
}

/* line 61, app/assets/stylesheets/controllers/webshop.css.sass */
.btn-position-bottom-center {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 70, app/assets/stylesheets/controllers/webshop.css.sass */
.btn-position-bottom-left {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

/* line 78, app/assets/stylesheets/controllers/webshop.css.sass */
.btn-position-bottom-right {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

/* line 86, app/assets/stylesheets/controllers/webshop.css.sass */
.btn-position-top-center {
  position: absolute;
  top: 1rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 95, app/assets/stylesheets/controllers/webshop.css.sass */
.btn-position-top-left {
  position: absolute;
  top: 1rem;
  left: 1rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

/* line 103, app/assets/stylesheets/controllers/webshop.css.sass */
.btn-position-top-right {
  position: absolute;
  top: 1rem;
  right: 1rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
