/*.hajde--top-bar {
    color: #000;
} */

/*---färg på Godkänn Cookie---*/
.modal .modal-dialog .modal-content .modal-footer .btn+.btn {
  background: #96CAAE;
}
   


/*---Storlek för header på Desktop för minskad CLS---
@media only screen and (min-width: 768px) {
.hajde--header .hajde--header-wrapper {
	height: 220px;
}
.slot--texbar {
	min-height: 60px;
}
.slot--header-horizontal-menu .navbar {
  min-height: 95px;
  }
.tws-top-menu .container-fluid {
    min-height: 95px;
  }
}
*/

/*---Storlek för preheader och header på Mobil för minskad CLS---
@media all and (max-width: 767px) {
#texbar {
min-height: 90px;
}
.hajde--header .hajde--header-wrapper {
min-height: 95px;
}}

*/

/*---bredare dropdown meny---*/
.dropdown-menu {
  min-width: 300px;
}
.article .brandName a{
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: #000000;
  line-height: 1.5;
  letter-spacing: 0.24px;
}