Záložka popis pod varianty Classic

<style><!--
.shp-tabs-row a[href$="#variants"] + .shp-tabs-row a[href$="#description"] {
display: none !important;
}
#tab-content {
display: flex;
flex-direction: column;
}
#variants + #description {
display: block !important;
opacity: 1 !important;
order: 99;
}
#variants + #description {
border-top: 1px solid #e1e1e1;
margin-top: 25px;
}
--></style>