body {
        background-color: black; /* Svart bakgrund */
  color: white; /* Vit text */  
}

/*--CHANGE THE COLOR OF THE PRODUCT NAME TO WHITE--*/
.tws-article-list--list .tws-article-list--article-name a {
    color: white !important;
}
.tws-articlegroup-list--tws-list .tws-list--type-grid .caption a {
    color: white !important;
}
.tws-articlegroup-list--tws-list .tws-list--type-grid .caption a:hover {
    color: #5d5d5d !important;
}