.table-overflow {
  display: block;
	overflow-x: auto;
}

.table-specs {
  width: 100%;
}

.table-specs th{
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: left;
}

.table-specs td{
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: left;
}

.table-specs tr:nth-child(odd) {
  background-color: #f3f3f3;
}

::-webkit-scrollbar {
    -webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
    width: 12px;
}

::-webkit-scrollbar:horizontal {
    height: 12px;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 10px;
    border: 2px solid #ffffff;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #ffffff;
}

.tws-article-introduction--text,
.tws-article-description--text {
	white-space: normal !important;
}
.tws-article-list--list .tws-article-list--delivery-info-has-override {
	display: block;
}
.tws-article-price--compare-at-price {
display: none!important;
}
.product-description {
  max-height: none !important;
}
span:contains("Visa mer") {
  display: none !important;
}

/* Dölj "Läs mer..." vid introduktionen */
.tws-article-introduction--read-more {
    display: none !important;
}

/* Visa hela produktbeskrivningen */
.tws-article-description--text-container {
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
}

/* Dölj knappen "Visa mer" */
.tws-article-description--show-more {
    display: none !important;
}