.hajde--footer {
    color: #000; 
}
.hajde--footer a {
    color: #000;
}

.slot--top-bar-selling-points .tws-unique-selling-points ul li i {
    border: 1px solid #000;
}
.slot--top-bar-selling-points .tws-unique-selling-points ul li {
    color: #000;
}
.tws-article-list--list .tws-article-list--labels .tws-article-labels--special-offer .tws-article-labels--label-text {
    height: 48px !important;
    width: 100px !important;
    font-size: 28px;
}

/* Nyhets-etikett, bakgrundsfärg */ 
.tws-article-labels--new .tws-article-labels--label-text {
background-color: #6BDB63!important;
}
/*--Video for product page--*/

.responsive-video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
}

.responsive-video-wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
