:root {
    --body-color: #F8F2EA;
    --background-image-url: url('/images/advertorial/hoom/header-bg.svg') no-repeat bottom center;
    --main-color: #BC6D13;
    --main-color-blur: #BC6D1380;
    --hero-text-color: #fff;
    --info-icon: url('/images/advertorial/hoom/info-icon.svg');
    --info-border: 1px solid rgba(50, 43, 35, 0.10);
    --default-text-color: #5B4C44;

    --bg-saving-section: #322B23;
    --footer-bg: #5e370a;
    --related-section-bg: #BC6D13;

    /* full button styles */
    --button-border: 1px solid #BC6D13;
    --button-background: rgba(188, 109, 19, 0.20);

    --sticky-bg: #BC6D13;
}
.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;
}
.offer-card {
    box-shadow: 10px 10px 0px 0px #E5E0D9;
}
.container-bg {
    background: var(--background-image-url);
    background-size: cover;
    height: 600px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.image-full img,
.hero-img img {
    box-shadow: 10px 10px 0 0 #E5E0D9;
}
@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;
    }
}