@media only screen and (max-width:448px) {
.bountiful--article-images {
        min-height: 365px !important;
    }
}
@media(max-width:992px) {
.slot--articles .open-filter-button div {
  font-size:0px;
}
.slot--articles .open-filter-button div::before {
  content:"Hitta din cigarr";
	font-size: 13px;
}
}
.tws-checkout--forms .tws-checkout--required-approvals-terms-content {
    color: #f00;
}

h2.tws-checkout--complete-heading::after {
    content: "Åldersgräns - 18 år";
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #FF3333;
}

@media (min-width:1110px){
  
 .bountiful--body,
  .bountiful--body .bountiful--body-wrapper .bountiful--main .bountiful--main-wrapper{
    min-height: 100vh !important;
}
.bountiful--article .slot--article-images {
    min-height: 450px !important;
}
.bountiful--header {
  min-height: 210px !important;
}
  .customPageItem.customPageHtml:has(details) {
  content-visibility: auto;
  contain-intrinsic-size: auto 2400px; /* estimate of the FAQ block's rendered height */
}
 .bountiful--article-group .tws-articles-two{
    min-height:504px !important;
  }
}

