.zapct-navbar.zapct-navbar-default .navbar {
    background-image: url(../images/christmas/snowflake-bg.svg);
    background-size: 1401px;
    background-position: center;
    background-repeat: repeat;
}

.zapct-navbar.zapct-navbar-default .cart-account .nav-account {
    background-image: url(../images/christmas/icon-account-xmas.svg);
}

.zapct-navbar.zapct-navbar-default .cart-account .nav-basket {
    background-image: url(../images/christmas/icon-basket-xmas.svg);
}

.zapct-homepage-stats.zapct-homepage-section {
    position: relative;
}

.zapct-homepage-stats.zapct-homepage-section::before {
    width: 100%;
    min-width: 1401px;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-image: url(../images/christmas/snowflake-bg.svg);
    background-size: cover;
    background-position: center;
    background-repeat: repeat;
    pointer-events: none;
    z-index: -1;
    content: '';
}

.next-draw-combo .container .row > .col-md-6:first-child {
    position: relative;
}

.next-draw-combo .container .row > .col-md-6:first-child .app-download h2,
.next-draw-combo .container .row > .col-md-6:first-child .app-download p,
.next-draw-combo .container .row > .col-md-6:first-child .app-download .app-buttons {
    position: relative;
    z-index: 1;
}

.next-draw-combo .container .row > .col-md-6:first-child .app-download::after {
    z-index: 1;
}

.next-draw-combo .container .row > .col-md-6:first-child::before {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-image: url(../images/christmas/snow-overlay.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: 0;
    content: '';
}

.homepage-steps.zapct-homepage-section {
    overflow: hidden;
}

.homepage-steps.zapct-homepage-section::before {
    width: 100%;
    min-width: 1401px;
    height: 44px;
    top: 0;
    left: 0;
    bottom: auto;
    right: auto;
    position: absolute;
    background-image: url(../images/christmas/christmas-lights.png);
    background-size: contain;
    background-position: center;
    background-repeat: repeat;
    pointer-events: none;
    z-index: 1;
    content: '';
}

.homepage-steps.zapct-homepage-section::after {
    width: 100%;
    height: 75%;
    top: 0;
    left: 0;
    position: absolute;
    background-image: url(../images/christmas/snowflake-bg.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #00213A;
    pointer-events: none;
    z-index: 0;
    content: '';
}

.homepage-steps.zapct-homepage-section .container {
    z-index: 2;
}

#zapct-homepage-steps .item {
    position: relative;
}

#zapct-homepage-steps .item::before {
    width: 100%;
    height: 40%;
    top: 0;
    left: 0;
    position: absolute;
    background-image: url(../images/christmas/snow-overlay.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: 0;
    content: '';
}

#zapct-homepage-steps .item .row {
    position: relative;
    z-index: 2;
}

.zapct-split-block .split-left::after {
    background-image: url(../images/christmas/santa.png);
}

.zapct-split-block .split-right::before {
    width: 240%;
    height: 240%;
    top: -120%;
    left: -120%;
    position: absolute;
    background-image: url(../images/christmas/snowflake-bg.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: 0;
    content: '';
}

.zapct-newsletter-block .overlay .inner .form-inner {
    overflow: hidden;
}

.zapct-newsletter-block .overlay .inner .form-inner::after {
    width: 100%;
    min-width: 1401px;
    height: 44px;
    top: 0;
    left: 0;
    bottom: auto;
    right: auto;
    position: absolute;
    background-image: url(../images/christmas/christmas-lights.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    clip-path: polygon(50px 0, 100% 0, 100% 100%, 0 100%, 0 50px);
    pointer-events: none;
    z-index: 1;
    content: '';
}

.zapct-footer.zapct-footer-default::before {
    background-image: url('https://prizeparadise.co.uk/wp-content/uploads/2025/12/solid-p.png');
    z-index: 1;
}

.zapct-footer.zapct-footer-default::after {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-image: url(../images/christmas/snowflake-bg.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: 0;
    content: '';
}

.zapct-footer.zapct-footer-default .container {
    position: relative;
    z-index: 2;
}

@media (min-width: 768px) {
    .zapct-split-block .split-right {
        height: 100%;
    }
}