:root {
    --body-color: #FDF7ED;
    --bg-header-size: contain;
    --main-color: #EE4423;
    --main-color-blur: #EE442380;
    --hero-text-color: #fff;
    --info-icon: url('../images/info-icon.svg');
    --info-border: 1px solid rgba(9, 58, 74, 0.10);
    --default-text-color: #2A1F04;

    --bg-saving-section: #EE4423;
    --footer-bg: #772212;
    --related-section-bg: #EE4423 url('../images/related-bg.svg') repeat-x top  center;

    /* full button styles */
    --button-border: 1px solid #EE4423;
    --button-background: rgba(238, 68, 35, 0.20);

    --sticky-bg: #EE4423;
}
.sticky-bg {
    background: var(--sticky-bg);
    border: 1px solid #F2F2F2;
    box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.10);
}
.sticky-bg.top {
    width: 100%;
    max-width: none;
    border-radius: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: auto;
    border: none;
}
.sticky.top .sticky-content {
    max-width: 1245px;
    width: calc(100% - 20px);
    margin: 0 auto;
}
.container-bg {
    background: #EE4423 url('../images/header-bg.svg') repeat-x bottom;
    height: 600px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
@media (max-width: 1024px) {
    #sticky .sticky-content {
        background-size: cover;
        padding: 10px;
        border: none;
        background-image: var(--sticky-bg);
    }
    #sticky.top {
        height: 55px;
    }
    #sticky.top .sticky-logo {
        display: block;
        min-width: 15%;
        max-width: 35%;
    }
    #sticky.top .sticky-content {
        background: none;
        border-radius: 0;
        padding: 0 10px;
        gap: 2%;
    }
    #sticky.top .offer-section {
        width: auto;
        flex: 0 0 auto;
    }
    #sticky.top .offer-section .cta {
        padding: 0 10px;
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: 21px;
        height: 25px;
    }
}