﻿
:root {
    --section-header-top-offset: 0px;
}

[data-section-id="header-top"] {
    --section-background-color: #000000;
    --section-text-color: #ffffff;
    --section-text-color-80: #cccccc;
    --section-text-color-20: #333333;
}

.section__header-top {
    position: sticky;
    z-index: 600;
    top: var(--section-header-top-offset);
}

.section__promos {
    position: relative;
    z-index: 500;
}
[data-block-id="announcement-bar-0"] {
    --section-text-color: #fd5530;
    --section-background-color: #f5f5f5;
}
.header-primary__logo {
    /*max-width: 40px;*/
    max-width: 120px;
}
[data-section-id="footer"] {
    --text-align-section: center;
    --section-accent-color: #ffffff;
    --section-accent-hover-color: #e6e5e9;
    --section-accent-text-color: #4d4d4d;
    --section-title-color: #d6d4da;
    --section-text-color: #a7a6aa;
    --section-text-color-80: #b1afb4;
    --section-text-color-75: #a7a6aa;
    --section-text-color-50: #79787b;
    --section-text-color-25: #4a494b;
    --section-text-color-20: #404041;
    --section-primary-border-color: #d6d4da;
    --section-background-color: #1b1b1b;
}

body {
    --section-background-color: #1b1b1b;
}

.points-redeemed {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 5000;
    background: rgba(0,0,0,.7);
    display: none;
    justify-content: center;
    color: #fff;
}