#fw-section-hero-video-0 {

/* Page Header */
    .page__header { position: sticky; z-index: 300; top: 0; }
    .header { background: var(--color-background); color: var(--color-on-background); }
    .header__link { font-weight: var(--font-weight-base); }
}
#fw-section-featured-collection-0 {

 /* Page Header */
    .page__header { position: sticky; z-index: 300; top: 0; }
    .header { background: var(--color-background); color: var(--color-on-background); }
    .header__link { font-weight: var(--font-weight-base); }
}

#fw-section-password {
--color-primary: #632CFF;
--color-primary-rgb: 99, 44, 255;
--color-background: #18181e;
--color-background-rgb: 24, 24, 30;
--color-on-primary: #28204e;
--color-on-primary-rgb: 40, 32, 78;
--color-on-background: #9f6f6f;
--color-on-background-rgb: 159, 111, 111;
--color-product-image-background: #000000;
--color-background-brightness: 25;
background-color: var(--color-background);
color: var(--color-on-background);
 /* Page Header */
    .page__header { position: sticky; z-index: 300; top: 0; }
    .header { background: var(--color-background); color: var(--color-on-background); }
    .header__link { font-weight: var(--font-weight-base); }
}