.slot--article-description .tws-article-description--text-container {  
  max-height: initial; } 

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

.checkout .tws-discount-field--closed .tws-discount-field--form {
    display: block;
}
.checkout .slot--checkout-discount .fa-caret-down::before {
    display: none;
}
.tws-checkout--delivery-method-info-wrapper {
  width: 90% !important;
}
.bountiful--main {
	width: 100% !important;
  float: none !important;
}
.slot--top-bar-audience-selector {
  display: none; 
}
.tws-article-list--list .tws-article-list--price .tws-api--price-current {
font-size: 20px;
}
.tws-article-list--list .tws-list--type-grid .thumbnail .caption {
box-shadow: none;
}
.tws-article-list--list .tws-article-list--labels .tws-article-labels--special-offer .tws-article-labels--label-text {
    background: #e18ca6 !important;
    color: #fff !important;
    border: none !important;
    box-shadow: 0 0 5px rgba(225, 140, 166, 0.7) !important;
}
.tws-article-list--list .tws-article-list--price .tws-api--price-both-shown {
    color: #d81b60 !important;
}
.tws-article-list--list .tws-article-list--price .tws-api--price-both-shown,
.tws-article-list--list .tws-article-list--price .tws-api--price-current {
    color: #bf5f82 !important;
}
/* Ändra färg på rabattetiketten på produktlistan och produktsidan */
.tws-article-detail--labels .tws-article-labels--special-offer .tws-article-labels--label-text,
.tws-article-list--labels .tws-article-labels--special-offer .tws-article-labels--label-text {
    background-color: #bf5f82 !important;
    color: white !important;
    border: none !important;
    box-shadow: 0 0 5px rgba(191, 95, 130, 0.7) !important;
}
/* Ändra färg på rabattpriset på produktlistan och produktsidan */
.tws-article-detail--price .tws-api--price-both-shown,
.tws-article-detail--price .tws-api--price-current,
.tws-article-list--list .tws-article-list--price .tws-api--price-both-shown,
.tws-article-list--list .tws-article-list--price .tws-api--price-current {
    color: #bf5f82 !important;
}
/* Ändra färg på rabattetiketten på både produktlista och produktsida */
.tws-article-labels--special-offer .tws-article-labels--label-text,
.product-price .tws-article-labels--special-offer .tws-article-labels--label-text {
    background-color: #bf5f82 !important; /* Varm rosa */
    color: #fff !important;
    border: none !important;
    box-shadow: 0 0 5px rgba(191, 95, 130, 0.7) !important;
}
/* Ändra färg på priset på produktsidan när det är rabatt */
.product-price .tws-api--price-current,
.product-price .tws-api--price-both-shown {
    color: #bf5f82 !important; /* Samma varma rosa som etiketten */
}






