}
/* HIDE THEME HEADER + FOOTER ON PASSWORD PAGE (Horizon) */
body.template-password header,
body.template-password .header,
body.template-password .section-header,
body.template-password footer,
body.template-password .footer,
body.template-password .section-footer,
body.template-password #shopify-section-header,
body.template-password #shopify-section-footer {
display: none !important;
}
/* Remove top spacing that header usually adds */
body.template-password {
margin: 0 !important;
padding: 0 !important;
}
/* Make sure your video section stays full screen */
.video-password {
position: fixed !important;
inset: 0 !important;
}
body.template-password main,
body.template-password #MainContent {
padding-top: 0 !important;
margin-top: 0 !important;
}
}
}