/*---Utrymme för att peta ner footern innan laddning för minskad CLS på startsidan---*/
/*.startpage*/ .bountiful--main-wrapper{
  min-height: 1500px;
}

@media all and (min-width: 991px) {
.bountiful--start-page .tws-container--abi-lipscore {
  min-height: 37px;
}

.bountiful--start-page .tws-container--tws-articlegroups {
  min-height: 500px;
}
  .bountiful--start-page .tws-container--tws-image-carousel {
    min-height: 500px;
  }
}

/*---Storlek för header på Desktop för minskad CLS---*/
@media all and (min-width: 991px) {
.bountiful--header {
    min-height: 220px;
  }
.bountiful--top-bar {
  min-height: 38px;
  }

.bountiful--header .bountiful--header-wrapper .bountiful--header-middle {
    min-height: 133px;
  }
}
@media only screen and (min-width: 1100px) {
.bountiful--sidebar .tws-vertical-menu-light {
  min-height:650px;
  }}

/*---Storlek för preheader, header och produktbild på Mobil för minskad CLS---*/
@media all and (max-width: 990px) {
.bountiful--top-bar {
    min-height: 90px;
  }
.bountiful--header {
    min-height: 70px;
  }
.bountiful--article-left-col {
  	min-height: 400px;
  }
}
