.bountiful--header {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -o-sticky;
    position: -ms-sticky;
    position: sticky;
    top: 0;
    z-index: 1000;
}
.col-12.col-xl-4.col-md-4.text-center {
    position: relative;
    text-align: center;
}
/*--startpage--*/
.tws-container--tws-articlegroups.framhavda-produktgruppper h2.tws-util-heading--heading.undefined {
    margin-bottom: 0px !important;
  padding: 0px;
}
.bountiful--body .bountiful--body-wrapper .bountiful--main .bountiful--main-wrapper{
  padding-top:10px;
}
.bountiful--start-page .tws-container--tws-content-box, 
.bountiful--start-page .tws-container--tws-content-box-2x, 
.bountiful--start-page .tws-container--tws-content-box-3x, 
.bountiful--start-page .tws-container--tws-content-box-4x,
.bountiful--start-page .tws-container--tws-custom-html,
.bountiful--start-page .tws-container--tws-articles-two{
    margin: 20px 0 0 0;
}
.bountiful--start-page .tws-container--tws-articlegroups{
  margin:10px 0 0 0;
}

.article .brandName a{
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #505050;
  line-height: 1.5;
  letter-spacing: 0.24px;
}

.tws-article-attributes ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tws-article-attributes li {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1em;
  align-items: start;
  padding-bottom: 1em;
  border-bottom: 1px solid #eee;
  margin-bottom: 1em;
}

.tws-article-attributes li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.tws-article-attribute-title {
  font-weight: bold;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.tws-article-attributes ul li{
    display: grid;
    align-content: center;
    justify-content: center;
    justify-items: stretch;
    align-items: stretch;
}
.tws-unique-selling-points--wrapper {
    padding-bottom: 30px;
}
.tws-unique-selling-points--wrapper ul {
    line-height: 25px;
}

/* STARTPAGE - BACKGROUND COLOR ON IMAGE TEXT */
.bountiful--start-page .bountiful--component-container .tws-content-box--table .tws-content-box--first-line {
background: rgba(96,108,90, 0.6);
	padding: 8px 20px;
	border-radius: 6px;








