:root {
    --body-color: #F2EBE7;
    --background-image-url: #5B4C44;
    --bg-header-size: auto;
    --main-color: #BA4C65;
    --main-color-blur: #BA4C6580;
    --hero-text-color: #fff;
    --info-icon: url('/images/advertorial/four_paws/info-icon.svg');
    --info-border: 1px solid rgba(50, 43, 35, 0.10);
    --default-text-color: #5B4C44;

    --bg-saving-section: #5B4C44;
    --footer-bg: #5b4c44;
    --related-section-bg: #5B4C44;

    /* full button styles */
    --button-border: 1px solid #BA4C65;
    --button-background: rgba(186, 76, 101, 0.20);

    --sticky-bg: #BA4C65;
}
.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: var(--background-image-url);
    background-size: var(--bg-header-size);
    background-repeat: no-repeat;
    background-position: 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;
    }
}
