@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.errorAnimation {
  color: var(--base-background1);
  background: var(--danger-color);
}
#kundvagn .Varukorg.errorAnimation svg {
  color: var(--base-background1);
  fill: var(--base-background1);
}

/* ------------------------ 
	Ö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%;
}

/* 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,
.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;
  width: 100%;
}

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

.TxtWrap .Price {
  font-weight: 700;
}
.TxtWrap .Price.price-type-campaign {
  display: flex;
  flex-direction: column-reverse;
}
.TxtWrap .Price.price-type-campaign .price-ordinary {
  font-size: 0.9375em;
  font-weight: 400;
  text-decoration: line-through;
  color: var(--lowlight-color1);
}

.VarukorgVarum {
  margin-right: 0.5rem;
}

.TxtWrap .Rabatt {
  width: max-content;
  padding: 0.2rem 0.4rem;
  font-size: var(--text-xxs);
  color: var(--sale-bagde-color1);
  background-color: var(--sale-bagde-background1);
  display: none;
}

.DescrWrap .Prop1 {
  width: 100%;
}

/* 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 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  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;
}

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);
  color: var(--base-color1);
  border: 0;
  margin: 0 4px;
  padding: 0 !important;
  min-width: 2.1rem;
  height: 1.6rem !important;
  line-height: normal;
  pointer-events: none;
}

input[type=text].Qty:disabled {
  color: var(--base-color1);
  -webkit-text-fill-color: black; /* for Safari */
  opacity: 1;
}

.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: 1rem;
  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;
}

.cart_pixels {
  display: none !important;
}

.fraktfriinformation {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  margin-bottom: 4.5rem;
}
.fraktfriinformation .kvar_till_fraktfritt_ej_uppnadd {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.2rem;
  font-weight: 700;
}
.fraktfriinformation .kvar_till_fraktfritt_ej_uppnadd .VK_KvarFriFrakt {
  font-weight: 400;
}
.fraktfriinformation .kvar_till_fraktfritt_ej_uppnadd .VK_FriFrakt {
  font-weight: 700;
  color: var(--sale-color1);
}

/* Mobile adjustments */
@media only screen and (max-width: 47.99rem) {
  .Varukorg {
    justify-content: center;
  }
  .BWrap .Footer {
    min-height: 8rem;
  }
}
/*------------------------
   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(--search-in-header-background);
  border: 1px solid var(--search-in-header-background);
  border-radius: var(--search-in-header-borderradius);
  -webkit-appearance: none;
  background: #F9F6F3;
  border: 0;
}
@media only screen and (min-width: 47.1rem) and (max-width: 64rem) {
  input[type=text].Sokfalt {
    height: 2em;
    line-height: 2em;
    font-size: var(--text-s);
  }
}

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;
}

.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 {
    left: 1em;
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5em;
    font-size: var(--text-s);
  }
}
.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: 0.2em;
  right: calc(var(--gutter) - 0.35em);
  width: 1.4em;
  height: 1.4em;
  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.7em;
  }
}

.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;
  }
  input[type=text].Sokfalt {
    height: 2em;
    line-height: 2em;
    font-size: var(--text-s);
  }
}
/*------------------------
   LSS dropdown
------------------------*/
#LSS_Result {
  position: absolute;
  top: 100%;
  right: 0;
  left: calc(1rem - 1px);
  width: calc(100% - 2rem + 2px);
  margin: 9px 0 0;
  max-height: 40vh;
  overflow-y: auto;
  padding: var(--gutter);
  box-shadow: var(--box-shadow1);
  background: var(--base-background1);
  border: 1px solid var(--border-color1);
  padding-top: 0px;
  border-top: none;
  border-radius: 0;
  border-bottom-right-radius: var(--border-radius2);
  border-bottom-left-radius: var(--border-radius2);
}
#LSS_Result .col.span_1_of_2 {
  padding: 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 li.product_card_img .col-xs-3 {
  flex-basis: 50px;
  max-width: 50px;
}
#LSS_Result li.product_card_img .col-xs-9 {
  flex-basis: calc(100% - 50px);
  max-width: calc(100% - 50px);
}
#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-color1);
  background: var(--base-background1);
  border-radius: 0;
}
#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_Artiklar .LSS_Art_Text {
  display: flex;
  align-items: center;
}
.LSS_Artiklar .Bild {
  max-width: 50px;
}

.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;
}
.elastic-search-result li.product_card_img a div img {
  max-height: 70px;
}

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

.elastic--title,
.LSS_Result h3 {
  display: block;
  width: 100%;
  margin-top: 1rem;
}
.elastic--title.font-l,
.LSS_Result h3.font-l {
  font-weight: 400;
  text-transform: none;
}

.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: 0.75rem;
}
#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: 0.5rem;
  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;
  }
  #LSS_Result .close {
    display: none;
  }
}
/*------------------------
   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.75rem;
  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-item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: 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: 1rem;
}

.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

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

		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

 ------------------------------------------------ */
/* ------------------------ 
	Generellt 
------------------------ */
/* Menu general */
.menu ul,
.menu li {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0;
  word-break: break-word;
}

.menu li a {
  display: inline-block;
}

.menu ul li ul {
  display: none;
}

@media only screen and (min-width: 64.1rem) {
  .menu li a {
    padding: 0.5em; /* fallback */
    padding: calc(var(--gutter) / 2);
  }
  .menu ul li ul li a {
    padding: 0;
  }
  .menu > div > ul > li > ul {
    position: absolute;
    left: 0;
    right: 0;
    background: var(--base-background1);
    width: calc(100% - 2em);
    left: 1rem;
    z-index: 7;
    padding: 1rem;
  }
  .web-desktop, .kampanjmenu ul, .brand_menu ul {
    min-width: 200px;
    flex-direction: column;
  }
}
/* ------------------------ 
	Huvudmenyn i headern
------------------------ */
/* Accessibility buttons */
#main-menu .menu-btn {
  text-align: center;
  background: var(--canvas-btns-background);
  color: var(--canvas-btns-color);
  cursor: pointer;
}

#main-menu .arrow:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f054";
  speak: never;
  font-style: normal;
}

.menu-btn:focus, .main-menu-close .btn-auto:focus {
  width: auto;
  height: auto;
  padding: 0 0.4em;
  overflow: visible;
}

.menu-btn, .main-menu-close .btn-auto {
  width: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.main-menu-close {
  text-align: right;
}

.main-menu-close .btn-auto {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
}

.main-menu-close .btn-auto:focus {
  opacity: 1;
  padding: 0;
  margin: var(--gutter);
  width: 2em;
  height: 2em;
  border-radius: 50%;
  overflow: visible;
}

#main-menu .canvas-header svg {
  position: relative;
  top: 4px;
}

/* Huvudmenyn i desktop */
@media only screen and (min-width: 64.1rem) {
  .menu-header-mobile {
    display: none;
  }
  /* Accessibility buttons */
  .main-menu-close {
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
    width: unset !important;
  }
  .child-ul .level2 + .menu-btn {
    display: none !important;
    width: unset !important;
  }
  .child-ul .level2 + .menu-btn {
    display: none !important;
  }
  /* Pilar */
  .fa-chevron-down:before {
    content: "\f078";
    speak: never;
  }
  /* Huvudmeny */
  .main-menu.menu .Close {
    display: none;
  }
  .main-menu .wrap {
    position: relative;
  }
  .main-menu .main-menu-wrap > ul > li > a {
    font-size: var(--text-s);
    font-weight: 400;
  }
  .main-menu-wrap > ul > li:not(.kampanjmenu, .brand_menu) > ul > li {
    flex: 0 1 20%;
  }
  .main-menu-wrap > ul > li > ul > li > a {
    margin-top: calc(var(--gutter) / 2);
    margin-bottom: calc(var(--gutter) / 2);
  }
  .main-menu-wrap > ul > li > ul > li > a {
    font-size: var(--text-s);
    font-weight: 700;
  }
  .main-menu-wrap > ul > li > ul > li > ul {
    display: block;
    margin-bottom: calc(var(--gutter) / 2);
    display: flex;
    flex-direction: column;
  }
  .main-menu-wrap > ul > li > ul > li > ul > li {
    font-size: var(--text-s);
  }
  .main-menu-wrap > ul > li > ul > li > ul > li > a {
    font-weight: 500;
    font-size: var(--text-s);
    padding: 0.25rem 0;
  }
  .main-menu-wrap > ul > li > ul > li > ul > li > a:hover {
    font-weight: 600;
    font-size: 0.865rem;
  }
  .main-menu-wrap > ul > li.delayedHover > ul,
  .main-menu-wrap > ul > li[data-submenu=has-submenu].open > ul {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    width: 84.375rem;
    max-width: 84.375rem;
    min-width: 100%;
    max-height: 630px;
    padding: calc(var(--gutter) * 1.2) var(--gutter) 0.5rem;
    background: var(--base-background1);
    box-shadow: var(--box-shadow1);
    border: var(--border-std);
    z-index: 9999;
    overflow-y: auto;
    overflow-x: hidden;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
  .main-menu-wrap > ul > li:not(.kampanjmenu, .brand_menu) > ul > li {
    flex: 0 1 20%;
    flex-direction: column;
    /* margin-bottom: 2rem; */
    border-left: 1px solid #ccc;
    display: flex;
    padding-left: 19px;
  }
  .main-menu-wrap > ul > li.delayedHover > button[aria-label="Behandlingar undermeny"] + ul {
    flex-direction: column;
    max-height: 30vh;
    display: flex;
  }
  .menubar-navigation > li:hover {
    border-bottom: 2px solid var(--theme-color3);
  }
  .menubar-navigation > li:hover a {
    padding-bottom: calc(var(--gutter) / 2.5);
  }
  /* scrollMenu */
  .scrollMenu {
    position: relative;
  }
  .main-menu-wrap > ul > li.scrollMenu.delayedHover > ul,
  .main-menu-wrap > ul > li.scrollMenu[data-submenu=has-submenu].open > ul {
    flex-wrap: nowrap;
    width: 200px;
  }
  .main-menu-wrap > ul > li.scrollMenu > ul > li > a {
    font-weight: normal;
  }
}
@media (max-height: 900px) and (min-width: 500px) {
  .main-menu-wrap > ul > li.delayedHover > ul,
  .main-menu-wrap > ul > li[data-submenu=has-submenu].open > ul {
    max-height: 615px;
    overflow-y: auto;
    overflow-x: auto;
    gap: 10px;
    padding-bottom: 2rem;
    padding-top: 0;
  }
  .main-menu-wrap > ul > li > button[aria-label="Varumärken undermeny"] + ul > li > a {
    margin-top: 0;
    margin-bottom: 0;
    gap: 0 10px;
  }
  .main-menu-wrap > ul > li.delayedHover > button[aria-label="Behandlingar undermeny"] + ul {
    flex-direction: column;
    max-height: 55vh;
    display: flex;
    padding-top: 1rem;
  }
}
/* Huvudmenyn i mobil */
@media only screen and (min-width: 0rem) and (max-width: 64.1rem) {
  /* Huvudmeny */
  #main-menu ul {
    display: block;
  }
  .main-menu.menu ul,
  .main-menu.menu li {
    width: 100%;
  }
  .menu.main-menu li li, .menu.main-menu .open li, .menu.main-menu .open .toplinksMobile, .main-menu.menu ul.open li.active-parent > ul > li:not(.active), .main-menu.menu .parent-category, .main-menu.menu li.active-parent > a, .main-menu.menu li.active-parent > i {
    display: none;
  }
  .main-menu.menu ul.open > li.active, .menu.main-menu .open li.active > ul > li, .main-menu.menu .active > ul > li.parent-category {
    display: block;
  }
  .main-menu.menu ul li {
    position: relative;
  }
  .main-menu.menu ul li a,
  .main-menu.menu ul li span {
    padding: 0.6rem;
    display: inline-block;
    width: 100%;
    border-bottom: var(--border-std);
    border-bottom: 1px solid var(--canvas-border-color);
  }
  /* level 1 */
  .menu.main-menu li li {
    display: none;
  }
  .menu.main-menu .open li {
    display: none;
  }
  .main-menu.menu li li a {
    font-weight: 400;
  }
  /* Knappar */
  #main-menu .menu-btn {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.6rem;
    width: 3.2rem;
    text-align: center;
    background: var(--canvas-btns-background);
    color: var(--canvas-btns-color);
    cursor: pointer;
    border-radius: unset;
  }
  #main-menu .arrow:after {
    font-family: "Font Awesome 5 Pro";
    content: "\f054";
    speak: never;
    font-style: normal;
    font-weight: 100;
  }
  #main-menu li.active > .menu-btn .arrow:after {
    content: "\f060";
    speak: never;
    padding-right: 0.3rem;
  }
  .main-menu-close {
    display: none;
  }
  /* Active */
  .main-menu.menu ul.active li.active a {
    text-decoration: underline;
    background: var(--base-background2);
    color: var(--base-color2);
  }
  .main-menu.menu ul li.active-parent > i {
    width: 100%;
    background-color: transparent;
    text-align: right;
  }
  /* current url styling */
  .main-menu.menu li.has_active_child > a {
    border-left: 4px solid var(--border-color1);
  }
  .main-menu.menu li.open.active > a {
    background-color: var(--base-background1);
    border-left: 4px solid var(--theme-color1);
    font-weight: 600;
  }
  .main-menu.menu a[aria-current=page] {
    border-left: 4px solid var(--theme-color1);
  }
}
@media only screen and (min-width: 47.1rem) {
  .menu ul li ul li .main-menu-btn {
    all: unset;
    font-size: 12px;
    cursor: pointer;
  }
  .child-wrapper .level1-menu {
    color: var(--base-background1);
    flex-direction: column;
    border-right: 2px solid var(--theme-color2);
    margin-bottom: 2rem;
  }
  .menubar-navigation {
    display: flex !important;
    align-items: center;
    font-weight: 700;
    gap: 2rem;
  }
  .menu-heading {
    display: flex !important;
    gap: 1.5rem;
    align-items: center;
    position: relative;
  }
  .menu-heading i {
    color: var(--theme-color4);
  }
  .level1-header[data-submenu=has-submenu]:not(.modell-header):hover {
    box-shadow: 0 4px 0 0 var(--theme-color4);
  }
  .menubar-navigation .level1-header.delayedHover .child-wrapper {
    padding: 2rem 0 0 2rem !important;
  }
  .menubar-navigation .kampanjmenu.delayedHover .child-wrapper {
    padding: 3rem 0 0 2rem !important;
  }
  .child-wrapper {
    background: var(--theme-color1) !important;
    opacity: 0.95;
    display: grid !important;
    grid-template-columns: repeat(5, 1fr);
  }
  .child-wrapper .level1-menu {
    color: var(--base-background1);
    flex-direction: column;
    border-right: 2px solid var(--theme-color2);
    margin-bottom: 2rem;
  }
  .child-wrapper .level1-menu > a:first-child {
    color: var(--theme-color4);
    padding: 0;
    font-weight: 700;
    margin-bottom: 1rem;
    font-size: 1rem;
  }
  .child-wrapper a {
    font-weight: 100;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .main-menu-wrap > ul > li.delayedHover > .child-wrapper > ul {
    display: block;
  }
  .menu ul li ul li .main-menu-btn {
    all: unset;
    font-size: 12px;
    cursor: pointer;
  }
  .menu ul li ul li .main-menu-btn::after {
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
    font-weight: 100;
  }
  .menu ul li ul li.open > .main-menu-btn::after {
    content: "\f077";
    font-family: "Font Awesome 5 Pro";
    font-weight: 100;
  }
  .menu ul li ul li.open > ul.child-ul {
    display: flex;
    flex-direction: column;
    font-weight: 400;
  }
  .modell-header {
    display: flex !important;
    align-items: center;
  }
  .modell-header .child-wrapper {
    grid-template-columns: 1fr;
  }
  .modell-header .child-wrapper ul.level1-menu > .child-ul {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
  }
  .modell-header:hover > a {
    text-decoration: underline;
  }
  ul.level1-menu.has-5 > ul li:nth-child(n+6) {
    display: none;
  }
  .more_cat {
    font-weight: 700 !important;
    text-decoration: underline;
  }
  .more_cat:hover {
    color: #c2c2c2;
  }
  .level1-header {
    display: flex !important;
  }
  .menu ul li ul li.open > ul.child-ul li {
    padding: 0.2rem 0.5rem;
  }
}
/* Hide behandlingar menu item */
li.Behandlingar.level1 {
  display: none !important;
}

/* Desktop: Hide categories after 5th and show "show all" button */
@media only screen and (min-width: 64.1rem) {
  .main-menu-wrap > ul > li.level1.desktop-hidden {
    display: none !important;
  }
  .show-all-categories {
    display: block !important;
  }
  .show-all-categories:hover a {
    text-decoration: underline !important;
  }
}
/* Mobile: Show all categories, hide "show all" button */
@media only screen and (min-width: 0rem) and (max-width: 64.1rem) {
  .main-menu-wrap > ul > li.level1.desktop-hidden {
    display: block !important;
  }
  .show-all-categories.desktop-only {
    display: none !important;
  }
}
/* ------------------------ 
	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;
  overflow: auto;
  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: 1rem;
}

#AIRvarukorg-Wrap .Price_History {
  display: flex;
  justify-content: end;
  gap: 0.3rem;
  color: var(--lowlight-color1);
  text-decoration: line-through;
  font-size: 0.875rem;
}
#AIRvarukorg-Wrap .price-history-lowest-price {
  font-weight: 400;
  display: block;
  color: var(--canvas-lowlight-color);
}

/* ------------------------ 
   Cross selling
 ------------------------ */
/*
OBS! Denna fil gäller endast för de butiker som har nya versionen av cross selling UTAN FANCYBOX!
För att slippa fancybox kan inställningen ändras i varukorgsinitieringen, typ
cross_selling: {active: 1, boxShown: false, showBoxAgain: true, useFancyBox: false} 

Förutsättningar:
- Licensen för cross selling måste vara aktiverad och aktiverat på en produkt.
- useFancyBox: false måste vara med i varukorgsinitieringen.
- design/tt/page/includes/incl_cross_selling.tt måste finnas i temat och inkluderas i arbetsytan.
- Cross selling modalen måste defineras i click_n_toggle i afterload.js och addToggle måste vara uppdaterad till senaste versionen.
- Cart.js måste vara uppdaterad till senaste versionen.

*/
#cross-selling-module {
  background: #fff;
  background: var(--base-background1) !important;
  border-radius: var(--border-radius1) !important;
}
#cross-selling-module.active {
  display: block;
}
#cross-selling-module .canvas-header {
  background-color: transparent;
  position: absolute;
  top: 0;
  right: 0;
}
#cross-selling-module .canvas-header .Close {
  background: transparent;
}
#cross-selling-module .CrossSelling {
  min-width: 100%;
  padding-inline: 1rem;
}
#cross-selling-module .CrossSelling .cross-selling-heading-text {
  display: flex;
  justify-content: center;
  font-size: 1rem;
  font-weight: 600;
  font-style: normal;
  text-decoration: none;
  margin-top: 1rem;
}
#cross-selling-module .CrossSelling h2 {
  display: flex;
  justify-content: center;
  margin-top: 0.4rem;
  font-size: 1.5rem;
}
#cross-selling-module .CrossSelling .PT_Wrapper_All {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  margin-bottom: 1.3rem;
}
#cross-selling-module .CrossSelling .PT_Wrapper_All .PT_Wrapper {
  width: calc(50% - var(--gutter));
}
#cross-selling-module .CrossSelling .PT_Wrapper_All .PT_Faktaruta .PT_Brand {
  display: none;
}
#cross-selling-module .CrossSelling .PT_Wrapper_All .PT_Pris {
  justify-content: center;
}
#cross-selling-module .CrossSelling .cross_selling__checkout-btn {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
  gap: 1rem;
  padding-bottom: 2rem;
  border-top: var(--border-std);
  padding-top: 2em;
  flex-direction: column;
  margin-bottom: 0;
  padding-bottom: 1em;
}
#cross-selling-module .CrossSelling .cross_selling__checkout-btn button {
  width: 100%;
  flex-grow: 1;
}
#cross-selling-module .CrossSelling .cross_selling__checkout-btn button:nth-child(1) {
  --focus-color: var(--cta-background2);
  color: var(--cta-background2);
  background: var(--cta-color2);
  border: 1px solid var(--cta-background2);
}

@media only screen and (min-width: 47.1rem) {
  #cross-selling-module {
    padding: 0 1rem 1rem;
  }
}
.CrossSelling .PT_Wrapper_All {
  --scrollbar-foreground-color: var(--base-color3);
  --scrollbar-background-color: var(--base-background3);
  /* Foreground, Background */
  scrollbar-color: var(--scrollbar-foreground-color) var(--scrollbar-background-color);
}

.CrossSelling .PT_Wrapper_All::-webkit-scrollbar {
  width: 3px; /* Mostly for vertical scrollbars */
  height: 3px; /* Mostly for horizontal scrollbars */
}

.CrossSelling .PT_Wrapper_All::-webkit-scrollbar-thumb { /* Foreground */
  background: var(--scrollbar-foreground-color);
}

.CrossSelling .PT_Wrapper_All::-webkit-scrollbar-track { /* Background */
  background: var(--scrollbar-background-color);
}

/* ------------------------ 
	Footer  
------------------------ */
footer {
  min-width: 100%;
  max-width: 100vw;
  overflow: hidden;
  background-color: var(--base-background3);
  line-height: 1.6;
}
footer .footer-accordion {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
footer .footer-accordion h2 {
  font-family: "Open Sans";
  white-space: nowrap;
  font-weight: 700;
}
footer .footer-accordion .footer-accordion-panel .btn-footer-accordion {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
footer .footer-accordion .footer-accordion-panel .btn-footer-accordion:after {
  font-size: 0.8em;
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  content: "\f078";
  transition: all 400ms ease;
  color: #838383;
  -webkit-transition: transform 400ms ease-in-out;
  -ms-transition: transform 400ms ease-in-out;
  -moz-transition: transform 400ms ease-in-out;
  transition: transform 400ms ease-in-out;
}
footer .footer-accordion .footer-accordion-panel.open .btn-footer-accordion:after {
  transform: rotate(-180deg);
}
footer .payment-logos p, footer .certifications-logos p {
  all: unset;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  justify-content: center;
  justify-items: center;
  gap: 1rem;
  row-gap: 0.5rem;
}
footer .payment-logos p img, footer .certifications-logos p img {
  max-height: 50px;
  width: auto;
}
footer .payment-logos br, footer .certifications-logos br {
  display: none;
}
footer .social-media-links {
  line-height: 2;
}
footer .social-media-links img {
  max-width: 1.2em;
  max-height: 1.2em;
  position: relative;
  top: 2px;
}

@media only screen and (max-width: 47.99rem) {
  footer .footer-accordion > div {
    border-bottom: var(--border-std);
    border-color: rgba(131, 131, 131, 0.4117647059);
  }
  footer .footer-accordion:first-child {
    border-top: var(--border-std);
    border-color: rgba(131, 131, 131, 0.4117647059);
  }
  footer .footer-accordion-content {
    display: none;
  }
  footer .footer-accordion-panel.open .footer-accordion-content {
    display: block;
  }
  footer .payment-logos p {
    grid-template-columns: repeat(3, 1fr);
  }
  footer .certifications-logos p {
    grid-template-columns: repeat(4, 1fr);
  }
  footer .footer-bottom img {
    max-width: 160px;
    margin: 0 auto;
    display: block;
  }
}
@media only screen and (min-width: 47.1rem) {
  footer .footer-accordion {
    grid-template-columns: repeat(3, 1fr);
  }
  footer .footer-accordion .footer-accordion-panel .btn-footer-accordion {
    display: none;
  }
  footer .payment-logos p, footer .certifications-logos p {
    gap: 1rem;
    row-gap: 0.5rem;
    padding-right: 1.4rem;
  }
  footer .footer-bottom {
    border-top: var(--border-std);
    border-color: rgba(131, 131, 131, 0.4117647059);
  }
  footer .footer-bottom img {
    max-width: 200px;
  }
}
@media only screen and (min-width: 64.1rem) {
  footer .footer-accordion {
    grid-template-columns: repeat(7, 1fr);
  }
  footer .footer-accordion a:hover {
    text-decoration: underline;
  }
  footer > .wrap {
    position: relative;
  }
  footer > .wrap .orgnr {
    top: -70px;
    right: 60px;
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
  }
}
@media only screen and (min-width: 84.475rem) {
  footer .footer-accordion {
    grid-template-columns: repeat(7, 1fr);
  }
}
/* 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;
}

#kundo-chat #kundo-chat-widget.kundo-chat-widget .kundo-chat-widget__start-button {
  max-width: 200px;
}

#dialogruta_varningstext div {
  width: 100% !important;
}

/* ------------------------ 
	Footer nyhetsbrev 
------------------------ */
.newsletter {
  background-color: var(--base-background2);
}
.newsletter form {
  flex-wrap: wrap;
  max-width: 60rem;
  margin-left: 0;
}
.newsletter .firstbox {
  flex-direction: column;
}
.newsletter fieldset .checkbox {
  max-width: 23rem;
}
.newsletter .newscontainer {
  max-width: 23rem;
}
.newsletter .signup {
  width: 100%;
  flex-grow: 1;
  border-radius: 4px;
  border: none;
  background-color: var(--base-background3);
  line-height: 2rem;
  height: 2rem;
  font-size: 12px;
}
.newsletter .nyhetsbrev_knapp {
  max-width: fit-content;
  line-height: 2rem;
  height: 2rem;
  min-height: unset;
  padding: 0 0.5rem;
}

@media only screen and (min-width: 64.1rem) {
  .newsletter .signup {
    line-height: 2.5rem;
    height: 2.5rem;
    font-size: 14px;
  }
  .newsletter .nyhetsbrev_knapp {
    line-height: 2.5rem;
    height: 2.5rem;
    padding: 0 0.8rem;
  }
}
@media only screen and (min-width: 84.475rem) {
  .newsletter form {
    margin-left: calc((100vw - 1400px) / 2);
  }
}
/* Body och main */
html {
  font-size: 1rem;
  -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%;
}

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.5rem;
  margin-top: -40px;
  color: var(--base-color6);
}

/* bevakning */
#bevaka_artikel_slutfor {
  max-width: 1100px;
  margin: 0 auto;
}

/* ------------------------ 
	Random my pages styling
 ------------------------ */
/* Lämna omdöme */
body[data-funk=slutfor_satt_betyg],
body[data-funk=satt_betyg] {
  /* RECENSERA */
  /* .satt_betyg tr#motverkarTr + tr {display:none;} */ /* kommenterade ut detta enligt ärende 110702 - 2018-10-10, EKr */
  /* felmeddelande */
  /* tillfälligt */
}
body[data-funk=slutfor_satt_betyg] #main,
body[data-funk=satt_betyg] #main {
  width: calc(100vw - 2rem);
  max-width: 50rem;
  margin: 1rem auto;
}
body[data-funk=slutfor_satt_betyg] #main > .satt_betyg,
body[data-funk=satt_betyg] #main > .satt_betyg {
  margin: 0 0 40px;
}
body[data-funk=slutfor_satt_betyg] .satt_betyg input[type=text], body[data-funk=slutfor_satt_betyg] .satt_betyg textarea, body[data-funk=slutfor_satt_betyg] .satt_betyg select,
body[data-funk=satt_betyg] .satt_betyg input[type=text],
body[data-funk=satt_betyg] .satt_betyg textarea,
body[data-funk=satt_betyg] .satt_betyg select {
  background: #f5f5f5;
  border: 0;
  margin-bottom: 10px;
  line-height: 45px;
  height: 45px;
  padding: 0 10px;
  text-align: left;
  margin: 0;
  font-weight: 200;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  border-radius: 0;
  border-bottom: 2px solid transparent;
  transition: all ease 0.3s;
}
body[data-funk=slutfor_satt_betyg] .satt_betyg select,
body[data-funk=satt_betyg] .satt_betyg select {
  background: url(/bilder/arrow_select.svg) center right 4px no-repeat #f8f8f8;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
body[data-funk=slutfor_satt_betyg] .satt_betyg input[type=text]:focus, body[data-funk=slutfor_satt_betyg] .satt_betyg textarea:focus, body[data-funk=slutfor_satt_betyg] .satt_betyg select:focus,
body[data-funk=satt_betyg] .satt_betyg input[type=text]:focus,
body[data-funk=satt_betyg] .satt_betyg textarea:focus,
body[data-funk=satt_betyg] .satt_betyg select:focus {
  border-bottom: 2px solid #bfaa7b;
}
body[data-funk=slutfor_satt_betyg] .satt_betyg textarea,
body[data-funk=satt_betyg] .satt_betyg textarea {
  line-height: normal;
  padding: 10px;
  height: 80px;
}
body[data-funk=slutfor_satt_betyg] .satt_betyg tr#omdome_kommentar td,
body[data-funk=satt_betyg] .satt_betyg tr#omdome_kommentar td {
  vertical-align: middle;
}
body[data-funk=slutfor_satt_betyg] .satt_betyg table:first-of-type tr td:nth-child(2),
body[data-funk=satt_betyg] .satt_betyg table:first-of-type tr td:nth-child(2) {
  padding-bottom: 10px;
}
body[data-funk=slutfor_satt_betyg] .satt_betyg form[name=Nyttomdome] .Knapp_Generell_Tabell *,
body[data-funk=satt_betyg] .satt_betyg form[name=Nyttomdome] .Knapp_Generell_Tabell * {
  width: 100%;
  display: block;
}
body[data-funk=slutfor_satt_betyg] .satt_betyg form[name=Nyttomdome] .Knapp_Generell_Tabell,
body[data-funk=satt_betyg] .satt_betyg form[name=Nyttomdome] .Knapp_Generell_Tabell {
  width: 100%;
  margin: 10px 0 0;
}
body[data-funk=slutfor_satt_betyg] #main > .satt_betyg > table:nth-of-type(1), body[data-funk=slutfor_satt_betyg] .satt_betyg > table:nth-of-type(2),
body[data-funk=satt_betyg] #main > .satt_betyg > table:nth-of-type(1),
body[data-funk=satt_betyg] .satt_betyg > table:nth-of-type(2) {
  display: none;
}
body[data-funk=slutfor_satt_betyg] #main > .satt_betyg > table:nth-of-type(3),
body[data-funk=satt_betyg] #main > .satt_betyg > table:nth-of-type(3) {
  max-width: 500px;
  margin: 0 auto;
}
body[data-funk=slutfor_satt_betyg] #main > .satt_betyg > table:nth-of-type(3) td, body[data-funk=slutfor_satt_betyg] .satt_betyg form[name=Nyttomdome] .Knapp_Generell_Tabell td,
body[data-funk=satt_betyg] #main > .satt_betyg > table:nth-of-type(3) td,
body[data-funk=satt_betyg] .satt_betyg form[name=Nyttomdome] .Knapp_Generell_Tabell td {
  font-weight: 200;
}
body[data-funk=slutfor_satt_betyg] #main > .satt_betyg > table td,
body[data-funk=satt_betyg] #main > .satt_betyg > table td {
  text-align: center;
}
body[data-funk=slutfor_satt_betyg] #main > .satt_betyg form[name=Nyttomdome], body[data-funk=slutfor_satt_betyg] .satt_betyg form[name=Nyttomdome] td,
body[data-funk=satt_betyg] #main > .satt_betyg form[name=Nyttomdome],
body[data-funk=satt_betyg] .satt_betyg form[name=Nyttomdome] td {
  text-align: left;
}
body[data-funk=slutfor_satt_betyg] .satt_betyg form[name=Nyttomdome] > table,
body[data-funk=satt_betyg] .satt_betyg form[name=Nyttomdome] > table {
  width: 100%;
}
body[data-funk=slutfor_satt_betyg] .satt_betyg input[type=text], body[data-funk=slutfor_satt_betyg] .satt_betyg textarea, body[data-funk=slutfor_satt_betyg] .satt_betyg select,
body[data-funk=satt_betyg] .satt_betyg input[type=text],
body[data-funk=satt_betyg] .satt_betyg textarea,
body[data-funk=satt_betyg] .satt_betyg select {
  width: 100% !important;
}
body[data-funk=slutfor_satt_betyg] #main > .satt_betyg > table:last-of-type,
body[data-funk=satt_betyg] #main > .satt_betyg > table:last-of-type {
  display: none;
}
body[data-funk=slutfor_satt_betyg] .satt_betyg tr#motverkarTr i,
body[data-funk=satt_betyg] .satt_betyg tr#motverkarTr i {
  margin: -25px 0 10px;
  display: block;
  text-align: left;
}
body[data-funk=slutfor_satt_betyg] #kundomdomen .satt_betyg input[type=text], body[data-funk=slutfor_satt_betyg] #kundomdomen .satt_betyg textarea, body[data-funk=slutfor_satt_betyg] #kundomdomen .satt_betyg select,
body[data-funk=satt_betyg] #kundomdomen .satt_betyg input[type=text],
body[data-funk=satt_betyg] #kundomdomen .satt_betyg textarea,
body[data-funk=satt_betyg] #kundomdomen .satt_betyg select {
  background: #f0f0f0;
}
body[data-funk=slutfor_satt_betyg] #kundomdomen .satt_betyg select,
body[data-funk=satt_betyg] #kundomdomen .satt_betyg select {
  background: url(/bilder/arrow_select_2.svg) center right 4px no-repeat #f0f0f0;
  background-size: 30px;
}
body[data-funk=slutfor_satt_betyg] #ProduktinfoOvrigt form[name=Nyttomdome] > table > tbody > tr:last-child td,
body[data-funk=satt_betyg] #ProduktinfoOvrigt form[name=Nyttomdome] > table > tbody > tr:last-child td {
  float: right;
}
body[data-funk=slutfor_satt_betyg] form[name=Nyttomdome] td span,
body[data-funk=satt_betyg] form[name=Nyttomdome] td span {
  display: block;
}
body[data-funk=slutfor_satt_betyg] #main > .satt_betyg form[name=Nyttomdome] table #omdome_betyg td, body[data-funk=slutfor_satt_betyg] #main > .satt_betyg form[name=Nyttomdome] table #omdome_kommentar td, body[data-funk=slutfor_satt_betyg] #main > .satt_betyg form[name=Nyttomdome] table #omdome_captcha td,
body[data-funk=satt_betyg] #main > .satt_betyg form[name=Nyttomdome] table #omdome_betyg td,
body[data-funk=satt_betyg] #main > .satt_betyg form[name=Nyttomdome] table #omdome_kommentar td,
body[data-funk=satt_betyg] #main > .satt_betyg form[name=Nyttomdome] table #omdome_captcha td {
  text-align: left;
  min-width: 10rem;
}
body[data-funk=slutfor_satt_betyg] #main > .satt_betyg form[name=Nyttomdome] table #omdome_betyg td i, body[data-funk=slutfor_satt_betyg] #main > .satt_betyg form[name=Nyttomdome] table #omdome_kommentar td i, body[data-funk=slutfor_satt_betyg] #main > .satt_betyg form[name=Nyttomdome] table #omdome_captcha td i,
body[data-funk=satt_betyg] #main > .satt_betyg form[name=Nyttomdome] table #omdome_betyg td i,
body[data-funk=satt_betyg] #main > .satt_betyg form[name=Nyttomdome] table #omdome_kommentar td i,
body[data-funk=satt_betyg] #main > .satt_betyg form[name=Nyttomdome] table #omdome_captcha td i {
  font-size: 0.85rem;
}
body[data-funk=slutfor_satt_betyg] #body,
body[data-funk=satt_betyg] #body {
  overflow: auto !important;
}
body[data-funk=slutfor_satt_betyg] tr#omdome_epost b:after,
body[data-funk=satt_betyg] tr#omdome_epost b:after {
  content: "(visas ej för andra)";
  display: block;
  font-weight: 400;
  font-style: italic;
}
@media screen and (max-width: 480px) {
  body[data-funk=slutfor_satt_betyg] .satt_betyg tr#motverkarTr i,
  body[data-funk=satt_betyg] .satt_betyg tr#motverkarTr i {
    display: none;
  }
}

/* ------------------------ 
	Visa avtal
 ------------------------ */
body[data-funk=view_contract] #main {
  width: calc(100vw - 2rem);
  max-width: 50rem;
  margin: 1rem auto;
}

/* ------------------------ 
	Owl carousel
 ------------------------ */
.owl-nav {
  max-width: 100%;
  overflow: hidden;
  position: relative;
  display: none;
}

.owl-dots {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
}
.owl-dots §.disabled {
  display: none;
}
.owl-dots button.owl-dot {
  all: unset;
  background-color: #d5d4d4;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  margin: 0.5rem 0.25rem 0.25rem;
}
.owl-dots button.owl-dot.active {
  background-color: #27365e;
}

@media only screen and (min-width: 64.1rem) {
  .owl-dots {
    margin-bottom: 2rem;
  }
}
/* Artikelgrupp_Erbjud_Special.html Artikelgrupp_Erbjud_Behandl.html */
.dcm-erbjudanden-wrap {
  display: grid;
  align-content: stretch;
  padding-top: var(--gutter);
  padding-bottom: var(--gutter);
  gap: calc(var(--gutter) * 2);
}
.dcm-erbjudanden-wrap .erbjudanden {
  all: unset;
}
.dcm-erbjudanden-wrap .erbjudanden > h3:first-child {
  margin: 0;
}
.dcm-erbjudanden-wrap .erbjudanden > h3:first-child > a:first-child {
  position: relative;
  display: grid;
  place-content: center;
  border-radius: var(--pt-border-radius1);
  overflow: hidden;
  aspect-ratio: 1/1;
}
.dcm-erbjudanden-wrap .erbjudanden > h3:first-child > a:first-child img {
  width: 100%;
  height: auto;
  max-height: 100%;
}
.dcm-erbjudanden-wrap .erbjudanden > h3:first-child > a:first-child::after {
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--mask-background);
  background: rgba(155, 79, 1, 0.04);
  position: absolute;
  pointer-events: none;
}
.dcm-erbjudanden-wrap .erbjudanden > h3:nth-child(2) {
  margin: 0.5em 0 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}
.dcm-erbjudanden-wrap .erbjudanden > p {
  margin: 0.5em 0 0;
}
.dcm-erbjudanden-wrap .erbjudanden > p a.promotion-info::before {
  text-align: center;
  font-weight: 700;
  width: auto;
  min-width: 10rem;
  border-radius: var(--border-radius2);
  cursor: pointer;
  padding: 0.5em 1em; /* fallback */
  padding: calc(var(--input-and-button-padding-size) / 2) var(--input-and-button-padding-size);
  border: 0;
  min-height: calc(var(--input-and-button-padding-size) * 2.5);
  margin-top: -0.5em;
  display: inline-block;
  content: "Shoppa här";
  --focus-color: var(--cta-background1);
  background: var(--cta-background1);
  color: var(--cta-color1);
}
.dcm-erbjudanden-wrap .erbjudanden > p a.promotion-info img {
  display: none !important;
}
@media only screen and (min-width: 64.1rem) {
  .dcm-erbjudanden-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
  .dcm-erbjudanden-wrap .erbjudanden > h3:first-child > a:first-child {
    aspect-ratio: 3/2;
  }
}

.erbjud_behandl .dcm-erbjudanden-wrap .erbjudanden > h3:first-child > a:nth-child(2) {
  margin: 0.5em 0 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}
.erbjud_behandl .dcm-erbjudanden-wrap .erbjudanden > p a.promotion-info:first-child {
  text-align: center;
  font-weight: 700;
  width: auto;
  min-width: 10rem;
  border-radius: var(--border-radius2);
  cursor: pointer;
  padding: 0.5em 1em; /* fallback */
  padding: calc(var(--input-and-button-padding-size) / 2) var(--input-and-button-padding-size);
  border: 0;
  min-height: calc(var(--input-and-button-padding-size) * 2.5);
  margin-top: -0.5em;
  display: inline-block;
  content: "Shoppa här";
  --focus-color: var(--cta-background1);
  background: var(--cta-background1);
  color: var(--cta-color1);
}
.erbjud_behandl .dcm-erbjudanden-wrap .erbjudanden > p a.promotion-info:first-child::before {
  display: none;
}
.erbjud_behandl .dcm-erbjudanden-wrap .erbjudanden > p a {
  display: none;
}

.nyhetsbrev_laggtill {
  max-width: 84.375rem;
  margin: 0 auto;
  padding: 0 var(--gutter);
}
