domir21
Hi
These are not bugs its changes you want on your site.
You can change the Feature Products from Language override options
For the 2 add this code in custom css
.system-unpublished, tr.system-unpublished {
background: transparent;
border: none;}
For 3 it is header BG as in pc view
use this code in custom css
@media(max-width:468px){
.t3-header { border-bottom: 1px solid rgba(255,255,255,0.1);
border-bottom: 1px solid #323e4c \9;
background-color: #67c1f5;
}}
Change color code as per needs.