/* Add custom CSS styles below */ 
#app > div.app-inner.flex.flex-col{
	overflow: hidden!important;
}
.product__description #more-content,
.product__description article#more-content.article--main {
  max-height: none !important;
  overflow: visible !important;
}

.product__description #btn-show-more,
a#btn-show-more.collaps-key {
  display: none !important;
}