STEP související / podobné ze záložky

#content .p-detail {
display: flex;
flex-direction: column;
}

.shp-tabs-row a[href$="#productsRelated"], .shp-tabs-row a[href$="#productsAlternative"] {
display: none !important;
}

#tab-content {
display: flex;
flex-direction: column;
}
#productsRelated, #productsAlternative {
display: block !important;
opacity: 1 !important;
order: 99;
border-top: solid 1px #e7e7e7;
}
#productsRelated:before, #productsAlternative:before {
content: 'Související produkty';
font-size: 140%;
margin-top: 30px;
display: block;
font-size: 26px;
text-align: center;
margin: 30px 10px;
font-weight: 600;
}
#productsAlternative:before {
content: 'Podobné produkty' !important;
}