.slot--header-horizontal-menu .nav .open>a, 
.slot--header-horizontal-menu .nav .open>a:hover, 
.slot--header-horizontal-menu .nav .open>a:focus,
.slot--header-horizontal-menu .nav a:focus {
 background: transparent;
}.search-form {
  display: block !important;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
}
/* .slot--header-search {
  display: block !important;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  height: 30px;
} */
/* Sticky header utan att tappa färger */
.bountiful--header {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;
    z-index: 9999;
}

/* Behåll alla bakgrundsfärger på headerns inre container */
.bountiful--header .header-wrapper {
    background: unset !important;
}
/* Tar bort onödiga marginaler runt */
.fabrikk--header-wrapper {
    margin: 0;
}

/* Ta bort luft ovanför första blocket på startsidan (bannern) */
.bountiful--start-page > div:first-child {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* Om headern själv ger nedre marginal, nolla den */
header,
.site-header,
.bountiful--header {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
body,
main {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
/* Nollställ topp-padding/margin på alla wrappernivåer ovanför första blocket */
.bountiful--main-wrapper,
.bountiful--content-wrapper,
.bountiful--content,
.view,
.bountiful--start-page {
    margin-top: 0 !important;
    padding-top: 0 !important;
}
/* Minimera vertikalt avstånd på alla wrappers/block */
.bountiful--start-page > div,
.bountiful--start-page .tws-section,
.bountiful--start-page .bountiful--component-container,
.bountiful--start-page .tws-container {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    min-height: 1px !important; /* Behåll minst 1px för layouten */
}

/* Gör tomma block nästan osynliga */
.bountiful--start-page > div:empty,
.bountiful--start-page .tws-section:empty,
.bountiful--start-page .bountiful--component-container:empty {
    min-height: 1px !important; /* Behåll layouten men syns knappt */
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
}

/* Lyft modalen framför sticky header */
.modal,
.modal-dialog,
.modal-content {
  z-index: 999999 !important;
}

/* Lyft bakgrunden bakom så den täcker allt */
.modal-backdrop.in,
.modal-backdrop {
  z-index: 999990 !important;
}

/* Se till att dialogen ligger centrerat som normalt */
.modal-dialog {
  position: relative !important;
  margin: 30px auto !important;
}

/* Skala innehåll utan att förstöra placering */
.modal-content {
  max-height: 80vh !important;
  overflow-y: auto !important;
  border-radius: 8px;
}

/* Mobilrespons */
@media (max-width: 768px) {
  .modal-dialog {
    margin: 20px auto !important;
    width: 95% !important;
  }
}

/* Gör endast reapris större när det finns ordinarie pris */
.tws-api--price-current.tws-api--price-both-shown {
    font-size: 17px !important;
    font-weight: 700 !important;
}

/* Lägg till text före ordinarie pris */
.tws-api--price-regular::before {
    content: "Rek. pris ";
    font-weight: 400;
}

/* Ta bort överstrykning på ordinarie pris */
.tws-api--price-regular {
    text-decoration: none !important;
}

/* Stort reapris endast på produktsidan */
.tws-article-price--price .tws-api--price-current {
    font-size: 25px !important;
    font-weight: 800 !important;
    line-height: 1.1;
}

@media (max-width: 767px) {
  .bountiful--header-middle .tws-img--image.tws-img--absolute-positioning {
    transform: scale(1.4);
    transform-origin: center center; /* växer från mitten */
    display: block;
    margin: 0 auto; /* centrerar horisontellt */
  }
}

/* Alla aktuella priser röda */
.tws-api--price-current {
    color: #e30613 !important;
}

/* Men 30-dagarspriset ska vara grått */
.tws-article-price--compare-at-price .tws-api--price-current {
    color: #999 !important;
}

.bountiful--article-choices-wrapper {
    display: flex;
    flex-direction: column;
}

.slot--article-stock-shipping {
    order: 1;
}

.slot--article-choices {
    order: 2;
}

.tws-article-stock-shipping--stock-message {
    font-weight: 700 !important;
    color: #2e7d32 !important;
}


.slot--breadcrumbs {
  display: none !important;
}