How can I add a thin, yellow stripe above my header on debut theme?

Hello,

I am using debut theme, my store url is: vankeljeans.com, and I want to acheive this effect on my site (inspiration: fendi.com) (thin, yellow stripe above header) - how can I do it?

You could try adding this to the bottom of theme.css

#shopify-section-header {
    border-top: 5px solid #ff9933 !important;
}

In case above code doesn’t work, try adding this code instead

.template-index {
  border-top: 5px solid #ff9933 !important;
}

Unfortunately both of them are not working. I thought that it is possible to insert solid image in that color in the upper part of header and change its dimensions - it works, but it is visible some white space above this stripe, what do you think? You can see it here: vankejeans.com