.responsive {
  width: 100%;
  height: auto;
}

body {
  background-image: url("https://shop.textalk.se/shop/ws62/41062/files/black-linen-shade-50.jpg");
  background-repeat: repeat;
}

/* ---- RADERAR SORTERINGS-BAREN ---- */ 
/*.tws-list-controls {
  display: none;
}*/

.bountiful--start-page .tws-container--tws-custom-html img, .bountiful--start-page .tws-container--tws-custom-html iframe {
    max-width: 100%;
    width: 100%;
    height: 600px;
    border: none;
}

/* PRODUKTBESKRIVNINGARNA ÄR FULLT EXPANDERADE FRÅN START */ 
.tws-article-description--text-container {
    max-height: none;
    overflow: visible;
}

.tws-article-description--show-more {
    display: none;
}