/* Keep primary site navigation available while reading long pages. */
.sif-site-header {
	position: sticky;
	top: 0;
	z-index: 100;
	box-shadow: 0 7px 18px rgba(20, 35, 48, .08);
}

.sif-site-header__inner { min-height:80px; }
.sif-brand { width:112px; padding-top:5px; }
.sif-brand:after { inset:0 -16px -16px; }
.sif-brand img { max-height:70px; }

.sif-product-index { top: 80px; z-index: 90; }

body.admin-bar .sif-site-header { top: 32px; }
body.admin-bar .sif-product-index { top: 112px; }

@media (max-width: 600px) {
	.sif-site-header__inner { min-height:68px; }
	.sif-brand { width:82px; padding-top:4px; }
	.sif-brand:after { inset:0 -13px -13px; }
	.sif-brand img { max-height:58px; }
	.sif-product-index { top:68px; }
	body.admin-bar .sif-site-header { top:46px; }
	body.admin-bar .sif-product-index { top:114px; }
}
