@charset "UTF-8";
/* DISPLAY FLEX */
/* ROW */
/* COL */
/* JUSTIFY CONTENT */
/* ALIGN ITEMS */
/* ALIGN SELF */
/* Flex wrap */
/* Order */
/* Polaris | Stella | Orion */
/* base (used for Polaris) | light (used for Stella) | dark (used for Orion) | * (used for custom) */
/* ------------------------------------------------ 

	air_varukorg.css

 ------------------------------------------------ */
/* ------------------------ 
	Varukorgsknapp i header / Cart in header 
 ------------------------ */
#kundvagn .Cart {
  z-index: 5;
  position: relative;
}

#kundvagn .Varukorg.addedAnimation {
  /* color: var(--cta-color1);
  background: var(--cta-background1); */
}
#kundvagn .Varukorg.addedAnimation svg {
  color: var(--cta-color1);
  fill: var(--cta-color1);
}
#kundvagn .Varukorg.addedAnimation .AIRvarukorg-Qty {
  background: var(--cta-background1);
}

#kundvagn .Varukorg.errorAnimation {
  color: var(--base-background1);
  background: var(--danger-color);
}
#kundvagn .Varukorg.errorAnimation svg {
  color: var(--base-background1);
  fill: var(--base-background1);
}

.Varukorg.addedAnimation #cart_svg, .bonus-icon.loaded.addedAnimation::before {
  transition: 0.2s ease-in-out animation;
  animation: jump 1.5s infinite;
}

@keyframes jump {
  0%, 100% {
    transform: scale(1.1, 0.9);
  }
  50% {
    transform: scale(1, 1);
  }
  55%, 65% {
    transform: rotate(10deg);
  }
  60%, 70% {
    transform: rotate(-10deg);
  }
}
/* ------------------------ 
	Öppnad varukorg / Cart dropdown   
 ------------------------ */
#AIRvarukorg-Wrap .close-header:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f07a";
  speak: never;
  font-weight: 200;
}

#AIRvarukorg-Wrap .RowWrap {
  overflow-y: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}

/* Cart buttons */
.TxtWrap .Rem {
  position: absolute;
  right: 0;
  top: 0;
}

.TxtWrap .cartIcon {
  text-align: center;
  width: auto;
  padding: 0;
  min-width: 1.6rem;
  min-height: 1.6rem;
  background: var(--canvas-btns-background);
  color: var(--canvas-btns-color);
}

body:not(.using-mouse) .TxtWrap .cartIcon:focus,
.TxtWrap .cartIcon:hover {
  color: var(--cta-color2);
  background: var(--cta-background2);
  filter: none;
}

.TxtWrap .cartIcon::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 200;
  font-size: var(--text-m);
  speak: never;
}

.TxtWrap .Sub:before {
  content: "\f068";
}

.TxtWrap .Add:before {
  content: "\f067";
}

.TxtWrap .Rem:before {
  content: "\f00d";
}

.Checkout {
  text-align: center;
  margin: 0 15%;
  width: 70%;
}
.Checkout a:hover {
  filter: brightness(0.8);
}

/* Cart text */
.SumWrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  margin: var(--gutter) 0;
}

.SumTxt {
  margin: 0 calc(var(--gutter) * 0.5);
}

.fraktfriinformation {
  text-align: center;
}
.fraktfriinformation:has(.kvar_till_fraktfritt_uppnadd) {
  color: var(--cta-background1);
  background-color: rgba(19, 197, 39, 0.1254901961);
}

.fraktfriinformation,
.BError {
  padding: var(--gutter);
}

.br-vk {
  display: none;
}

/* font weight / size */
.VarukorgVarum,
.DescrWrap .Descr,
.DescrWrap .Prop1 {
  font-size: var(--text-xs);
}

.DescrWrap .Descr {
  font-weight: 700;
}

.SumTxt,
.Sum {
  font-size: var(--text-xl);
  font-weight: 700;
}

.TxtWrap .Price {
  font-weight: 700;
}

.TxtWrap .Rabatt {
  color: var(--danger-color);
}

/* Error message */
.BError:empty {
  display: none;
}

.BError {
  background: var(--base-background2);
}
.BError.status_message {
  max-width: unset;
}

.BError.status_message .box {
  background: var(--base-background1);
}

/* Cart Row */
.BWrap .Row {
  border-bottom: 1px solid var(--border-color1);
  border-bottom: 1px solid var(--canvas-border-color);
  padding: 0.5rem;
}

.BWrap .Row,
.BWrap .Row > div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.BWrap .Row .Img {
  justify-content: center;
  align-items: center;
  padding: 0 0.5rem;
}
.BWrap .Row .Img img {
  border-radius: var(--border-radius2);
}

.BWrap .Row .TxtWrap {
  position: relative;
  align-items: center;
  flex-wrap: wrap;
}

.BWrap .Row .Img {
  flex: 0 1 20%;
}

.BWrap .Row .TxtWrap {
  flex: 0 1 80%;
}

.DescrWrap {
  flex: 100%;
  margin-bottom: 0.3rem;
}

.TxtWrap .Price {
  flex: 0 1 25%;
  text-align: right;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-wrap: nowrap;
}
.TxtWrap .Price.cart_campaign, .TxtWrap .Price.price-type-campaign {
  color: var(--sale-color1);
}
.TxtWrap .Price.cart_campaign .price-history-lowest-price,
.TxtWrap .Price.cart_campaign .price-ordinary, .TxtWrap .Price.price-type-campaign .price-history-lowest-price,
.TxtWrap .Price.price-type-campaign .price-ordinary {
  color: var(--lowlight-color1);
  order: 1;
}

input[type=text].Qty {
  flex: 0 1 20%;
}

.TxtWrap .Sub,
.TxtWrap .Add,
.TxtWrap .Rem {
  flex: 0 1 10%;
  text-align: center;
  cursor: pointer;
}

.TxtWrap .Sub {
  order: 1;
}

input[type=text].Qty, .TxtWrap .Sub + label {
  order: 2;
}

.TxtWrap .Sub + label > span {
  /* display:none; */
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
}

.TxtWrap .Add {
  order: 3;
}

.TxtWrap .Rem {
  order: 4;
}

.TxtWrap .Price {
  order: 5;
}

input[type=text].Qty {
  text-align: center;
  font-weight: 700;
  font-size: var(--text-xs);
  border: 0;
  margin: 0 4px;
  padding: 0 !important;
  min-width: 2.1rem;
  height: 1.6rem !important;
  line-height: normal;
  pointer-events: none;
  border: 1px solid var(--border-color1);
  background-color: var(--base-on-dark-background);
}

.BWrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.BWrap .Footer {
  margin-top: auto;
  margin-bottom: 3rem;
  padding-top: 1rem;
  border-top: 1px solid var(--border-color1);
  border-top: 1px solid var(--canvas-border-color);
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
  order: 3;
}
.BWrap .Footer .HTML_infogad_over_checkout {
  width: 70%;
  margin: 0 15%;
}
.BWrap .Footer .cartBonus {
  display: block !important;
  background: var(--cta-background2);
  cursor: pointer;
  text-align: center;
  color: #fff;
  font-weight: bold;
  padding: 1em;
  border-radius: var(--border-radius2);
  transition: filter 200ms ease-in-out;
}
.BWrap .Footer .cartBonus:hover {
  filter: brightness(0.8);
}

.fraktfriinformation_header_text {
  display: none;
}

.cart_pixels {
  display: none !important;
}

/* Mobile adjustments */
@media only screen and (max-width: 47.99rem) {
  .Varukorg {
    justify-content: center;
  }
  /* .BWrap .Footer {
  	min-height: 25%;
  } */
}
/*------------------------
   Loading styling
------------------------*/
#dialogTitle-cartHeading i {
  position: relative;
  margin-right: 0.2em;
}

.AIRvarukorg_Load_running #dialogTitle-cartHeading i::before {
  opacity: 0;
}

.AIRvarukorg_Load_running #dialogTitle-cartHeading i::after {
  content: "L";
  position: absolute;
  top: 50%;
  left: 50%;
  width: max-content;
  font-family: "Font Awesome 5 Pro";
  line-height: normal;
  content: "\f1ce";
  transform: none;
  -webkit-animation: air-loading 1s linear infinite;
  animation: air-loading 1s linear infinite;
  margin: -0.5rem 0 0 -0.5rem;
}

/* ------------------------------------------------ 

	SEARCH
		Styling för snabbsöken/LSS och djupsöken

 ------------------------------------------------ */
/*------------------------
   Sökrutan i headern 
------------------------*/
.sokrutan *:focus {
  outline: none;
}

input[type=text].Sokfalt {
  height: 2.5em;
  line-height: 2.5em;
  padding: 0 1.5em;
  width: 100%;
  font-weight: 200;
  text-align: center;
  font-size: var(--text-m);
  background: var(--base-background1);
  border: 1px solid var(--search-in-header-background);
  border-radius: var(--search-in-header-borderradius);
  -webkit-appearance: none;
}
input[type=text].Sokfalt::placeholder {
  font-weight: bold;
}

input[type=search].Sokfalt {
  height: 2.5em;
  line-height: 2.5em;
  padding: 0 1.5em;
  width: 100%;
  font-weight: 200;
  text-align: center;
  font-size: var(--text-m);
  background: var(--search-in-header-background);
  border: 1px solid var(--search-in-header-background);
  border-radius: var(--search-in-header-borderradius);
  -webkit-appearance: none;
}
input[type=search].Sokfalt::placeholder {
  font-weight: bold;
}

.Sokknapp {
  display: none;
  top: 0;
  bottom: 0;
  left: 0.5em;
  color: #666;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
}

input.Sokknapp[type=submit] {
  display: none;
  top: 0;
  bottom: 0;
  left: 0.5em;
  color: #666;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
}

.LSS_Input:after {
  top: 0;
  bottom: 0;
  left: 0.5em;
  color: #666;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  font-family: "Font Awesome 5 Pro";
  content: "\f002";
  speak: never;
  font-size: var(--text-xl);
  font-weight: 200;
  text-align: center;
  position: absolute;
  margin: auto;
  z-index: 5;
}
@media only screen and (max-width: 47.99rem) {
  .LSS_Input:after {
    height: 2em;
    line-height: 2em;
    margin: 0;
  }
}
.LSS_Input > label > span {
  display: none;
}

.LSS_Container {
  position: relative;
}

#lblTerm {
  display: none;
}

.SokMer {
  margin-top: 0.5rem;
}

.js-removeSearchText {
  display: none;
}

.js-removeSearchText.show {
  display: flex;
}

.removeSearchText {
  position: absolute;
  top: 4.45em;
  right: calc(var(--gutter) + 0.25em);
  width: 2em;
  height: 2em;
  min-height: unset;
  padding: 0;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
@media only screen and (min-width: 47.1rem) {
  .removeSearchText {
    top: 0.25em;
  }
}

.using-mouse input[type=text].Sokfalt:focus {
  outline: none;
  border-color: var(--border-marked);
  box-shadow: none;
}
.using-mouse input[type=search].Sokfalt:focus {
  outline: none;
  border-color: var(--border-marked);
  box-shadow: none;
}

@media only screen and (max-width: 47.99rem) {
  .sokrutan {
    flex-basis: unset;
    max-width: unset;
    padding: unset;
  }
}
/*------------------------
   LSS dropdown
------------------------*/
#LSS_Result {
  margin: var(--gutter);
  position: relative;
  top: 0;
}
#LSS_Result ul {
  all: unset;
  list-style: none;
  padding: 0;
  margin: 0;
}
#LSS_Result li {
  all: unset;
  list-style: none;
  padding: 0;
  margin: 0;
}
#LSS_Result li a {
  all: unset; /* Denna plockar bort focus styling också, därför lägger vi tillbaka detta nedan */
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#LSS_Result::-webkit-scrollbar {
  display: none;
}
#LSS_Result .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 2em;
  height: 2em;
  padding: 0;
  display: grid;
  align-items: center;
  justify-items: center;
  color: var(--base-color4);
  background: var(--base-background4);
  border-radius: 0;
  display: none;
}
#LSS_Result .close:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f00d";
  speak: never;
  font-weight: 200;
}
#LSS_Result .btn-search a {
  display: inline-block;
  text-align: center;
  font-weight: 700;
  width: 100%;
  cursor: pointer;
  padding: 0.5em 1em;
  padding: calc(var(--gutter) / 2) var(--gutter);
  color: var(--cta-color2);
  background: var(--cta-background2);
  border-radius: var(--border-radius2);
}
#LSS_Result a:hover {
  text-decoration: underline;
}
#LSS_Result .elastic-search-result li a:hover {
  text-decoration: none;
}
#LSS_Result li.product_card_img:hover {
  text-decoration: underline;
  cursor: pointer;
}
#LSS_Result .LSS_Varumarken li:has(a):hover {
  text-decoration: underline;
  cursor: pointer;
}
#LSS_Result .LSS_Artikelgrupper li:has(a):hover {
  text-decoration: underline;
  cursor: pointer;
}
#LSS_Result .LSS_Pages li:has(a):hover {
  text-decoration: underline;
  cursor: pointer;
}

body:not(.using-mouse) #LSS_Result ul li a:focus {
  outline: var(--focus-outline);
  box-shadow: var(--focus-shadow);
}

ul.LSS_Artiklar::-webkit-scrollbar {
  display: none;
}

ul.LSS_Artikelgrupper::-webkit-scrollbar {
  display: none;
}

.LSSordPris {
  text-decoration: line-through;
}

.LSS_Artiklar .Img:empty {
  display: block;
  padding-bottom: 80%;
  width: 80%;
  margin: 0 auto;
  background: var(--base-background2);
  position: relative;
  border-radius: 50%;
}
.LSS_Artiklar .Img:empty::after {
  content: "?";
  position: absolute;
  top: 18%;
  left: 0;
  right: 0;
  text-align: center;
  color: var(--lowlight-color1);
}

.LSS_noHits .LSS_Sokterm {
  font-weight: bold;
}

.elastic-search-product-results .select-ul-li {
  text-align: left;
}

.elastic-search-result {
  list-style: none;
  padding: 0;
}
.elastic-search-result li a {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  padding-top: calc(var(--gutter) / 2);
  padding-bottom: calc(var(--gutter) / 2);
}
.elastic-search-result li a span.suggest-hl {
  font-weight: 700;
}
.elastic-search-result li:not(.product_card_img) a {
  white-space: break-spaces;
}
.elastic-search-result li:not(.product_card_img) a:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f002";
  font-weight: 200;
  margin-right: 5px;
  margin-top: 3px;
}
.elastic-search-result li:hover a {
  background: var(--base-background2);
  color: #444;
}
.elastic-search-result li.product_card_img {
  line-height: normal;
}
.elastic-search-result li.product_card_img a {
  height: 100%;
}
.elastic-search-result li.product_card_img a span.term {
  white-space: break-spaces;
}
.elastic-search-result li.product_card_img a div {
  align-self: center;
}

#suggest-no-result {
  padding: 0 var(--gutter);
}

.elastic--title {
  display: block;
  width: 100%;
}

.search-history-header {
  font-weight: 600;
  margin-bottom: calc(var(--gutter) / 2);
  border-bottom: var(--border-std);
  line-height: 30px;
  display: block;
  width: 100%;
  margin-top: var(--gutter);
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

#search-history-clear {
  font-weight: normal;
  color: var(--danger-color);
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  font-size: 12px;
}
#search-history-clear:before {
  content: "-";
  margin: 0 calc(var(--gutter) / 2);
  color: var(--base-color1);
}
#search-history-clear:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f00d";
  speak: never;
  font-weight: 200;
  color: var(--danger-color);
  margin-left: 5px;
  font-size: 8px;
  height: 12px;
  border: 1px solid var(--danger-color);
  border-radius: 20px;
  line-height: 11px;
  width: 12px;
  text-align: center;
  margin-top: 9px;
}

.search-popular-li a:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f005";
  speak: never;
  font-weight: 200;
  margin-right: 5px;
  margin-top: 3px;
}

.search-history-li a:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f017";
  speak: never;
  font-weight: 200;
  margin-right: 5px;
  margin-top: 3px;
}

.elastic-query {
  font-weight: bold;
}

@media only screen and (min-width: 47.1rem) {
  #LSS_Result {
    position: absolute;
    top: 100%;
    right: 0;
    left: calc(1rem - 1px);
    width: calc(100% - 2rem + 2px);
    margin: 0;
    max-height: 30rem;
    overflow-y: auto;
    padding: var(--gutter);
    box-shadow: var(--box-shadow1);
    background: var(--base-background1);
    border-radius: var(--border-radius2);
    border: 1px solid var(--border-color1);
    padding-top: 0px;
  }
}
/*------------------------
   Djupsöken
------------------------*/
.matched-group-wrapper {
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: calc(var(--gutter) * 2);
}

ul.matched-group-wrapper {
  list-style: none;
}
ul.matched-group-wrapper li {
  list-style: none;
}

.matched-group-title.tab {
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
  border: 1px solid;
  border-color: var(--border-color1);
  cursor: pointer;
  color: var(--lowlight-color1);
  order: 1;
  height: 2em;
  padding: 0 calc(var(--gutter) / 2);
  margin-right: calc(var(--gutter) / 4);
  margin-bottom: calc(var(--gutter) / 4);
}
.matched-group-title.tab * {
  cursor: pointer;
}
.matched-group-title.tab span {
  font-size: 0.75em;
  margin-left: 3px;
}

.matched-group-title.tab.active {
  border: 1px solid #000;
  color: var(--base-color1);
}
.matched-group-title.tab.active label {
  font-weight: bold;
}

.matched-group-item-wrapper {
  -ms-flex-align: flex-start;
  -webkit-box-align: flex-start;
  align-items: flex-start;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  width: 100%;
  flex-flow: wrap;
  justify-content: start;
}

.matched-group-item-wrap.active {
  -ms-flex-align: flex-start;
  -webkit-box-align: flex-start;
  align-items: flex-start;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  width: 100%;
  flex-flow: wrap;
  margin-top: calc(var(--gutter) * 2);
  justify-content: start;
  margin-top: calc(var(--gutter));
}

.matched-group-item-wrap {
  display: none;
  order: 2;
}
.matched-group-item-wrap .elastic-search-product-results {
  width: 100%;
}

.matched-group-title {
  margin-bottom: 1rem;
}

.matched-group-item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: inline-flex;
  margin-right: calc(var(--gutter) / 2);
  margin-bottom: calc(var(--gutter) / 2);
}
.matched-group-item a {
  text-align: center;
  font-weight: 700;
  width: 100%;
  display: inline-block;
  border-radius: var(--border-radius2);
  cursor: pointer;
  padding: 0.5em 1em; /* fallback */
  padding: calc(var(--gutter) / 2) var(--gutter);
  --focus-color: var(--cta-background1);
  background: var(--cta-background1);
  color: var(--cta-color1);
}
.matched-group-item a:hover {
  filter: brightness(0.8);
}

body:not(.using-mouse) .matched-group-item a:focus {
  outline: none;
  /* border: none; */
  box-shadow: 0 0 0 3px #fff, 0px 0px 0 6px var(--focus-color);
}

#search-wrapper input#search-input {
  font-size: 16px;
}

.search-result-wrapper[data-enterprisesearch=false] {
  /* Orginal djupsök specifikt */
}
.search-result-wrapper[data-enterprisesearch=false] .search-articlegroups-wrapper .matched-group {
  display: flex;
  flex-wrap: wrap;
}
.search-result-wrapper[data-enterprisesearch=false] .search-articlegroups-wrapper .matched-group .matched-group-title {
  order: 0;
  width: 100%;
  margin-bottom: calc(var(--gutter) / 2);
}

.search-result-wrapper [data-enterpriseSearch=true] {
  /* Enterprise specifikt */
}

/* ------------------------------------------------ 

		ORION

------------------------------------------------ */
.sokrutan #LSS_Result {
  top: calc(100% + 1.1rem + 2px);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.sokrutan .removeSearchText {
  border: none;
  color: var(--header-color);
  background: transparent;
  border-radius: var(--border-radius2);
}
@media only screen and (min-width: 47.1rem) {
  .sokrutan .removeSearchText {
    top: 0.25em;
  }
}

@media only screen and (min-width: 0rem) and (max-width: 64.1rem) {
  .sokrutan #LSS_Result {
    position: absolute;
    top: 100%;
    right: 0;
    left: calc(1rem - 1px);
    width: calc(100% - 2rem + 2px);
    margin: 0;
    max-height: 30rem;
    overflow-y: auto;
    padding: var(--gutter);
    box-shadow: var(--box-shadow1);
    background: var(--base-background1);
    border-radius: var(--border-radius2);
    border: 1px solid var(--border-color1);
    padding-top: 0.5em;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .sokrutan .removeSearchText {
    top: 1.25em;
  }
}
@media only screen and (min-width: 47.1rem) and (max-width: 64rem) {
  .sokrutan #LSS_Result {
    top: calc(100% + 1px);
  }
}
/* ------------------------------------------------ 

		SLUT ORION

------------------------------------------------ */
/* ------------------------------------------------ 

		STELLA

------------------------------------------------ */
/* ------------------------------------------------ 

		SLUT STELLA

------------------------------------------------ */
/* ------------------------------------------------ 

	cookie_consent.css

 ------------------------------------------------ */
.consentInput {
  align-items: center;
  border-radius: 100px;
  display: flex;
  font-weight: 700;
  margin-bottom: var(--gutter);
}
.consentInput:last-of-type {
  margin: 0;
}
.consentInput input[type=checkbox] {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.consentInput input:disabled + .check-slider {
  cursor: not-allowed;
  opacity: 0.8;
}
.consentInput input:disabled + .check-slider:hover .toggle-indicator:after {
  content: unset;
}
.consentInput input:checked + .check-slider {
  filter: unset;
  background: var(--cta-background1);
}
.consentInput input:checked + .check-slider .toggle-indicator {
  transform: translateX(32px);
}
.consentInput input:focus + .check-slider {
  outline: var(--focus-outline) !important;
}

.check-slider {
  filter: grayscale(1);
  background: #919191;
  border-radius: 100px;
  cursor: pointer;
  display: flex;
  height: calc(var(--gutter) * 2);
  margin-right: var(--gutter);
  position: relative;
  width: calc(var(--gutter) * 4);
}
.check-slider .toggle-indicator {
  align-items: center;
  background: #fff;
  border-radius: calc(var(--gutter) * 2);
  bottom: 3px;
  left: 3px;
  display: flex;
  height: 26px;
  justify-content: center;
  outline: solid 2px transparent;
  position: absolute;
  width: 26px;
}

#cookie_consent {
  position: fixed;
  left: var(--gutter);
  bottom: var(--gutter);
  width: calc(100% - 2 * var(--gutter));
  padding: calc(var(--gutter) * 2);
  z-index: 56;
  background: var(--base-background1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  max-height: 100vh;
  overflow-y: auto;
}
#cookie_consent:focus {
  box-shadow: var(--focus-shadow);
}
#cookie_consent h2 {
  margin: 0;
}
#cookie_consent .button-wrapper {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (min-width: 64.1rem) {
  #cookie_consent .button-wrapper {
    flex-wrap: nowrap;
  }
}
@media only screen and (min-width: 84.475rem) {
  #cookie_consent {
    left: calc((100% - 84.375rem) / 2);
    width: 84.375rem;
  }
}

.cookie_consent_wrap {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 64.1rem) {
  .cookie_consent_wrap {
    flex-wrap: nowrap;
  }
}

#cookie_consent_text p {
  margin: var(--gutter) 0 calc(var(--gutter) * 2) 0;
  margin-bottom: 0;
}
@media only screen and (min-width: 64.1rem) {
  #cookie_consent_text {
    margin-right: calc(var(--gutter) * 2);
  }
}

#cookie_consent_manager {
  position: fixed;
  left: var(--gutter);
  bottom: var(--gutter);
  width: calc(100% - 2 * var(--gutter));
  height: auto;
  max-height: calc(100vh - 2 * var(--gutter));
  max-height: calc(100vh - 8 * var(--gutter)); /* Safari fix*/
  overflow-y: auto;
  padding: calc(var(--gutter) * 2);
  background: var(--base-background1);
  z-index: 30;
  -webkit-box-shadow: 2px 0px 9px 0 rgba(25, 25, 25, 0.3);
  box-shadow: 2px 0px 9px 0 rgba(25, 25, 25, 0.3);
}
@media only screen and (min-width: 47.1rem) {
  #cookie_consent_manager {
    top: 50%;
    left: 50%;
    bottom: unset;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 40rem;
    max-width: 90%;
  }
}

#cookie_consent_manager_wrapper .consentInput {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: nowrap;
  margin-bottom: var(--gutter);
  font-weight: bold;
}
#cookie_consent_manager_wrapper button {
  border: 1px solid transparent;
  white-space: nowrap;
  width: auto;
  margin-top: calc(var(--gutter) / 2);
  margin-bottom: calc(var(--gutter) / 2);
}
#cookie_consent_manager_wrapper button:not(:last-child) {
  margin-right: var(--gutter);
}

#cookie_consent_manager_confirm {
  margin-top: var(--gutter);
}

.cookie_consent_manager_block {
  margin: 0 0 calc(var(--gutter) * 2) 0;
}
.cookie_consent_manager_block h2 {
  margin: 0;
}
.cookie_consent_manager_block p {
  margin: var(--gutter) 0 0 0;
}

.cookie_manager_head {
  font-weight: bold;
  display: block;
}

@media (prefers-reduced-motion: no-preference) {
  .check-slider .toggle-indicator {
    transition: 0.4s;
  }
}
@media only screen and (min-width: 64.1rem) {
  #cookie_consent_manager {
    top: 50%;
  }
}
/* ------------------------------------------------ 

	air_menu.css

 ------------------------------------------------ */
#bodywrapper .Modal_Campaign_Ladder {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 102;
  width: 700px;
  background: #fff;
  margin: auto;
  height: 850px;
  overflow: auto;
  max-height: 80dvh;
}

.go-to-checkout {
  --input-and-button-padding-size: 1rem;
}

#bodywrapper .Modal_Campaign_Ladder.active {
  display: block !important;
}

#bodywrapper .Modal_Campaign_Ladder .close-header {
  padding: 8px 13px;
  background-color: #eee;
  position: relative;
  text-align: center;
}
#bodywrapper .Modal_Campaign_Ladder .close-header h3 {
  margin: 0 0 5px 0;
}

#bodywrapper .Modal_Campaign_Ladder .close-btn {
  position: absolute;
  right: 0;
  top: 0;
  background: var(--cta-background1);
  color: #fff;
  width: 50px;
  line-height: 49px;
  font-size: 16px;
  height: 100%;
  cursor: pointer;
}

#bodywrapper .Modal_Campaign_Ladder .cammpaign-ladder-offers-list {
  list-style: none;
  padding: 0;
}
#bodywrapper .Modal_Campaign_Ladder .cammpaign-ladder-offers-list li[data-level] {
  --spacing: calc(var(--gutter) / 2);
  border-bottom: 1px solid var(--border-color1);
  padding-bottom: var(--spacing);
  margin-bottom: var(--spacing);
}

#bodywrapper .Modal_Campaign_Ladder .campaign_product_wrapper {
  display: flex;
}

#bodywrapper .Modal_Campaign_Ladder .amount_target_badge,
#bodywrapper .Modal_Campaign_Ladder .campaign_price {
  color: red;
}

#bodywrapper .Modal_Campaign_Ladder .original_price {
  text-decoration: line-through;
  margin-right: 5px;
}

#bodywrapper .Modal_Campaign_Ladder .campaign_ladder_ptright {
  display: flex;
  flex-wrap: wrap;
  padding: 5px 5px 0 5px;
  align-items: center;
  row-gap: 0.5rem;
}

#bodywrapper .Modal_Campaign_Ladder .campaign_ladder_product_select select {
  width: 100%;
  --input-and-button-padding-size: 1rem;
}
#bodywrapper .Modal_Campaign_Ladder .campaign_ladder_product_select::after {
  line-height: var(--input-and-button-padding-size);
  top: 50%;
  translate: 0 -50%;
}

#bodywrapper #Modal_Campaign_Ladder {
  min-height: 520px;
  height: max-content;
}
@media only screen and (max-width: 47.99rem) {
  #bodywrapper #Modal_Campaign_Ladder {
    max-height: calc(100dvh - 100px);
  }
}
#bodywrapper #Modal_Campaign_Ladder li:has(.campaign_ladder_level_title.achieved) .campaign_ladder_product_select select {
  border-color: var(--border-marked);
  font-weight: bold;
}

#bodywrapper #campaign-ladder-from {
  overflow: hidden;
}

#bodywrapper .campaign_ladder_checkout_btn.Checkout.hidden {
  display: none;
}

#campaign-ladder-wrapper .Checkout {
  margin: auto;
}
@media only screen and (max-width: 47.99rem) {
  #campaign-ladder-wrapper .Checkout {
    width: 100%;
  }
}

#bodywrapper .campaign_ladder_level_title {
  padding-left: 78px;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 14px;
}

#bodywrapper .campaign_product_wrapper.disabled {
  opacity: 0.6;
}

#bodywrapper .campaign_ladder_product_image {
  width: 70px;
}

#bodywrapper .campaign_ladder_ptright {
  width: calc(100% - 70px);
}

#bodywrapper .campaign_ladder_product_select {
  width: calc(100% - 50px);
}

#bodywrapper .campaign_ladder_add_product {
  width: 50px;
}

#bodywrapper .campaign_ladder_product_price {
  width: 100%;
  align-items: center;
  font-weight: 600;
}

#bodywrapper .campaign_ladder_info_box {
  background: #eee;
  color: #000;
  display: block;
  text-align: center;
  padding: 24px;
  font-style: italic;
  border-radius: var(--border-radius2);
  margin-top: var(--gutter);
}

#bodywrapper .campaign_ladder_info_box .icon {
  position: relative;
  top: 2px;
}

.wishlist-header__count {
  background: red;
  font-weight: bold;
}

.bonus-icon {
  color: #fff;
  cursor: pointer;
}
.bonus-icon:before {
  font-weight: 300;
}
.bonus-icon .campaign-ladder-menu-item-count {
  position: absolute;
  z-index: 1;
  font-size: 12px;
  line-height: 1.3rem;
  min-width: 1.4rem;
  text-align: center;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  border-radius: 2rem;
  top: -0.4em;
  right: -0.9em;
  font-family: sans-serif;
  font-weight: bold;
  background: red;
}
.bonus-icon .campaign-ladder-menu-item-count:empty {
  display: none;
}
@media screen and (768px > width) {
  .bonus-icon .campaign-ladder-menu-item-count {
    font-size: 10px;
  }
}
.bonus-icon.addedAnimation::before {
  display: block;
}
.bonus-icon.addedAnimation .campaign-ladder-menu-item-count {
  background-color: var(--cta-background1);
}

@media only screen and (max-width: 970px) {
  #bodywrapper .desktopIkon {
    display: none;
  }
  #bodywrapper .mobileIkon .bonusText {
    font-size: 12px;
    top: 4px;
  }
  #bodywrapper .bonus-icon.mobileIkon .campaign-ladder-menu-item-count {
    background: red;
    position: absolute;
    font-size: 10px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    border-radius: 15px;
    color: #fff;
    font-weight: 600;
  }
}
@media only screen and (max-width: 660px) {
  #bodywrapper .Modal_Campaign_Ladder {
    width: 100%;
  }
  #bodywrapper .campaign_ladder_product_select {
    width: calc(100% - 40px);
  }
  #bodywrapper .campaign_ladder_add_product {
    width: 40px;
  }
}
.campaign_ladder_add_product.end-xs input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-shadow: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  font-size: inherit;
  font-family: inherit;
  height: 20px;
  width: 20px;
  min-width: 20px;
  padding: 3px;
  margin: 0 0 0 20px;
  position: relative;
  outline: 1px solid var(--theme-color1);
  border: 2px solid var(--theme-background1);
}

.campaign_ladder_add_product.end-xs input[type=checkbox]:checked::after {
  /* 	content: "";
  	background-color: #000;
  	position: absolute;
  	top: 2px;
  	left: 2px;
  	height: calc(100% - 4px);
  	width: calc(100% - 4px);
  	display: block; */
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}

.disabled .campaign_ladder_add_product input[type=checkbox] {
  opacity: 0.4;
  cursor: default;
}

.custom-menu-wrap li, .custom-menu-wrap a {
  font-weight: 300;
}

#main-menu li.view-all-li {
  background-color: var(--base-background3);
  width: fit-content;
  border-radius: var(--border-radius2);
  margin: 0.9rem 0 0 0.9rem;
}
#main-menu li.view-all-li a {
  padding-block: 0.25rem;
  border-radius: var(--border-radius2);
  transition: all 0.2s ease-in-out;
}
#main-menu li.view-all-li a:hover {
  background-color: var(--base-background7);
  color: var(--base-color7);
}

.menu-quick-links {
  display: flex;
  justify-content: space-between;
  background-color: var(--base-background3);
}
.menu-quick-links .quick-link {
  display: flex;
  flex-direction: column;
  font-size: var(--text-xs);
  justify-content: space-between;
  transition: background-color 200ms ease-in-out;
}
.menu-quick-links .quick-link > a,
.menu-quick-links .quick-link > button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.25rem 0.25rem 0 0.25rem;
}
.menu-quick-links .quick-link svg {
  max-width: 20px;
  min-height: 24px;
}
.menu-quick-links .quick-link .wishlist-header__count-wrap {
  display: none;
}
.menu-quick-links .quick-link:hover {
  background-color: var(--base-background1);
}

/* ------------------------ 
	DIMMER
 ------------------------ */
#dimmer,
.overlay {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  z-index: -1;
}

#dimmer.active,
.overlay.active,
body.checkout-modal-open-right #dimmer {
  z-index: 60;
  opacity: 1;
  pointer-events: initial;
}

/* Header specific dimmers */
#header-dimmer.overlay.active {
  width: 100vw;
  height: 100vh;
  z-index: 56; /* Pga .sokrutan {z-index: 57} */
}

body.search-modal-open #header-dimmer, body.menu-modal-open-left-xs #header-dimmer {
  display: block;
}
body.search-modal-open #dimmer, body.menu-modal-open-left-xs #dimmer {
  display: none;
}

/* ------------------------ 
	Keyframes   
 ------------------------ */
/*Spinner*/
@-webkit-keyframes air-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes air-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#dialogruta {
  position: fixed;
  max-height: 500px;
  max-width: 500px;
  height: fit-content;
  text-align: left;
  top: 0;
  margin: auto;
  left: 0;
  bottom: 0;
  z-index: 61;
  background: var(--base-background1);
  border: var(--border-std);
  right: 0;
  visibility: hidden;
  padding: calc(var(--gutter) * 2);
}
#dialogruta h1 {
  margin-top: 0;
  margin-top: 0;
  font-size: var(--text-xl);
}
#dialogruta h1 img {
  display: none;
}
#dialogruta a:last-child {
  background: var(--base-background6);
  color: var(--base-color6);
  line-height: 35px;
  display: block;
  padding: 0 10px;
  text-transform: uppercase;
  font-size: var(--text-xs);
  font-weight: 700;
  text-align: center;
}

.status_message.status_message-neutral,
.status_message.status_message-neutral a {
  color: var(--base-color1);
}

.status_message.status_message-negative,
.status_message.status_message-negative a {
  color: var(--danger-color);
}

.status_message.status_message-positive,
.status_message.status_message-positive a {
  color: var(--success-color);
}

.status_message {
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}
.status_message .box {
  font-size: var(--text-xs);
  text-align: left;
  background: var(--base-background2);
  border-radius: var(--border-radius2);
}
.status_message i {
  padding-right: 0.3em;
}
.status_message .status_message__main {
  margin: 0.5em 0;
}
.status_message button {
  margin-left: auto;
  display: block;
  min-width: 60px;
}
.status_message img[src="/bilder/ibutik-a/symboler/varning.gif"] {
  display: none !important;
}

/* ------------------------ 
	Price History
------------------------ */
.fa-circle-info:before {
  content: "\f05a";
  font-weight: 700;
}

body.priceinfo-modal-open #dimmer.active {
  display: block;
}

.price-history-lowest-price:empty + .price_info_trigger,
.price-history-lowest-price {
  display: none;
}

.price_info_area .price-history-lowest-price {
  display: initial;
}

.price_info_area {
  height: fit-content;
  width: 90vw;
  padding: 1rem;
}

.price-history-closebtn-wrap {
  top: 0;
  right: 0.5rem;
}
.price-history-closebtn-wrap .unstyleButton {
  color: var(--canvas-color);
}

.price_history_title {
  margin: 0;
  font-size: 16px;
}

#AIRvarukorg-Wrap .Price_History,
#AIRvarukorg-Wrap .price-type-campaign .price-ordinary {
  display: flex;
  justify-content: end;
  gap: 0.3rem;
  color: var(--lowlight-color1);
  text-decoration: line-through;
  font-size: 14px;
}
#AIRvarukorg-Wrap .price-history-lowest-price {
  display: block;
}

/* .PrisFav:has(.price-history-lowest-price:not(:empty)) .PrisORD { 
	display: none !important;
} */
.footer {
  background: var(--footer-background);
  color: var(--footer-color);
}

.footer svg {
  fill: var(--footer-color);
}

.footer .text-color-light-grey {
  color: inherit;
  opacity: 0.65;
}

.Footer-newsletter .flexbox > * {
  max-width: calc(100% - 80px);
}

.footer {
  overflow: hidden;
}
.footer .accordion-tab::after {
  font-family: "Font Awesome 5 Pro";
  content: "\f078";
  display: inline-block;
  text-align: center;
}
@media (prefers-reduced-motion: no-preference) {
  .footer .accordion-tab::after {
    -webkit-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
  }
  .footer details[open] .accordion-tab::after {
    -webkit-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    -webkit-transform: scale(-1);
    transform: scale(-1);
    -webkit-transform: scale(-1);
    -moz-transform: scale(-1);
    -ms-transform: scale(-1);
    -o-transform: scale(-1);
    transform: scale(-1);
  }
}

.footer .menu li a {
  padding: 0;
  margin: 0.3em 0;
}
.footer .menu li a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.footer .Kontaktform .btn {
  display: grid;
  place-content: center;
}

/* Enkel landsväljare */
.lang_chooser {
  position: relative;
  gap: 0.5em;
  margin-top: 1.5em;
  padding-top: 1.5em;
  min-width: 200px;
}
.lang_chooser svg {
  margin-right: 0.5em;
}
.lang_chooser a:hover {
  text-decoration: underline;
}

.lang_chooser::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  width: 40px;
  background: var(--footer-color);
}

html[lang=sv] .sv {
  font-weight: 700;
}

html[lang=en] .en {
  font-weight: 700;
}

.social a {
  margin: 0 5px;
}
.social a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.flags {
  text-align: center;
  margin: 1em 0;
}
@media only screen and (max-width: 47.99rem) {
  .flags {
    display: block;
    margin-inline: auto;
    margin-bottom: var(--gutter) !important;
  }
}

.newsletter-form {
  display: flex;
  align-items: center;
  gap: var(--gutter);
  flex-wrap: wrap;
}
@media only screen and (min-width: 64.1rem) {
  .newsletter-form {
    flex-wrap: nowrap;
  }
}
.newsletter-form > * {
  flex-grow: 1;
}
.newsletter-form .nyhetsbrev {
  display: flex;
  align-items: center;
}
.newsletter-form .nyhetsbrev input[name=Epost] {
  flex-grow: 1;
  max-width: 400px;
}
.newsletter-form .success-msg {
  display: none;
}
.newsletter-form button[type=submit] {
  background: var(--cta-background1);
}
@media only screen and (max-width: 47.99rem) {
  .newsletter-form > br {
    display: none;
  }
}

/* Body och main */
html {
  font-size: 16px;
  -moz-text-size-adjust: none; /* Prevent font scaling in landscape while allowing user zoom */
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  scroll-behavior: smooth;
}

body {
  position: absolute;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--base-color1);
  background-color: var(--base-background1);
}

main {
  position: relative;
  min-height: 50vh;
}

/* LOADER / PRELOAD */
.preloader {
  display: none;
}

@media (prefers-reduced-motion: no-preference) {
  .preloader {
    -webkit-transition: opacity 0.3s linear;
    -ms-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
  }
}
.preloader i {
  font-size: 2.5em;
  margin-top: -40px;
  color: var(--base-color6);
}
