#header { [data-row] { position: var(--position, relative); box-shadow: var(--theme-box-shadow); border-top: var(--theme-border-top); border-bottom: var(--theme-border-bottom); backdrop-filter: blur(var(--theme-backdrop-blur)); > div { min-height: var(--shrink-height, var(--height)); border-top: var(--theme-border-top); border-bottom: var(--theme-border-bottom); } } [data-row*='top'] { z-index: 3; } [data-row*='middle'] { z-index: 2; } [data-row*='bottom'] { z-index: 1; } } // row boxed width #header [data-row*='boxed'] { box-shadow: none; backdrop-filter: none; > div { padding: var(--row-padding, 0 35px); box-shadow: var(--theme-box-shadow); border-radius: var(--row-border-radius); backdrop-filter: blur(var(--theme-backdrop-blur)); } }