
/* Banner background image */
.banner.banner--layout-0 .banner__content-frame,
.banner.banner--layout-2 .banner__content-frame {
    position: relative;
}

.banner.banner--layout-0 .banner__content-frame::before,
.banner.banner--layout-2 .banner__content-frame::before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='208' height='42' fill='none'%3E%3Cpath fill='%23e30613' d='M208 0H0c77.414 22.448 117.75 31.576 184.502 42z'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    position: absolute;
    bottom: -2.625rem;
    left: 0;
    width: 13rem;
    height: 2.625rem;
}

@media (max-width: 61.999rem) {
    .banner.banner--layout-0 .banner__content-frame::before,
    .banner.banner--layout-2 .banner__content-frame::before {
        left: -1rem;
    }
}

/* CE Search banner */
.ce-search-banner__search__button {
    border-radius: var(--root-border-radius);
}

/* CE Spotlight background image */
@media (max-width: 29.999rem) {
    .spotlight--layout-1.section--color-primary .spotlight__content,
    .spotlight--layout-2.section--color-primary .spotlight__content,
    .spotlight--layout-6.section--color-primary .spotlight__content,
    .spotlight--layout-7.section--color-primary .spotlight__content {
        position: relative;
    }

    .spotlight--layout-1.section--color-primary .spotlight__content::before,
    .spotlight--layout-2.section--color-primary .spotlight__content::before,
    .spotlight--layout-6.section--color-primary .spotlight__content::before,
    .spotlight--layout-7.section--color-primary .spotlight__content::before {
        content: '';
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='208' height='42' fill='none'%3E%3Cpath fill='%231c5a9b' d='M208 0H0c77.414 22.448 117.75 31.576 184.502 42z'/%3E%3C/svg%3E%0A");
        background-repeat: no-repeat;
        position: absolute;
        top: 0;
        width: 13rem;
        height: 2.625rem;
    }
}

.spotlight--layout-1.section--color-primary,
.spotlight--layout-2.section--color-primary,
.spotlight--layout-6.section--color-primary,
.spotlight--layout-7.section--color-primary {
    position: relative;
}

.spotlight--layout-1.section--color-primary::before,
.spotlight--layout-2.section--color-primary::before,
.spotlight--layout-6.section--color-primary::before,
.spotlight--layout-7.section--color-primary::before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1510' height='530' fill='none'%3E%3Cpath fill='%231c5a9b' d='M297.087 0C692 59.999 1174 243.999 1510 487.999V530H0z'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    position: absolute;
    top: 20rem;
    height: 33.125rem;
    width: 94.375rem;
}

@media (min-width: 62rem) {
    .spotlight--layout-1.section--color-primary::before,
    .spotlight--layout-2.section--color-primary::before,
    .spotlight--layout-6.section--color-primary::before,
    .spotlight--layout-7.section--color-primary::before {
        top: 2rem;
        left: 26rem;
    }
}

.spotlight--layout-1.section--color-primary .spotlight__content,
.spotlight--layout-2.section--color-primary .spotlight__content {
    background: transparent;
}

@media (max-width: 61.999rem) {
    .spotlight--layout-6.section--color-primary .spotlight__content,
    .spotlight--layout-7.section--color-primary .spotlight__content {
        background: transparent;
    }
}

/* Opening times */
.opening-times {
    border-radius: 0.25rem;
}

/* Facets */
.facets-selection .button .button__body {
    border-radius: 1.5rem;
}

.facets-selection .button:not(:hover):not(:focus):not(:active) .button__body {
    color: var(--root-color--primary);
    background: transparent;
}

/* Footer */
.page-footer {
    border-top: var(--root-border-width) solid var(--root-color-border);
}

.page-footer__container::before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='281' height='58' fill='none'%3E%3Cpath fill='%23e30613' d='M281 0H0c104.583 31 159.076 43.605 249.255 58z'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    position: absolute;
    height: 3.625rem;
    width: 17.563rem;
}
