body {
    font-family: "Montserrat", sans-serif;
    margin: 0;
    padding: 0;
    background-color: #feedda;
}

h1, h2, h3, h4 {
    margin: 0;
    padding: 0;
}

ol, ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: #000;
}
a:hover {
    text-decoration: none;
    color: #009FFF;
}

.lidl-qf {
    width: 100%;
}
.lidl-qf .content-external {
    width: 100%;
    max-width: 2500px;
    margin: 0 auto;
    padding: 0;
    background: url("https://qualityfood.pl/wp-content/uploads/2024/07/background-scaled.webp") no-repeat;
    background-position: center -450px;
    background-size: cover;
}
@media (min-width: 768px) {
    .lidl-qf .content-external {
        background-position: center 0px;
    }
}
@media (min-width: 1024px) {
    .lidl-qf .content-external {
        background-position: center -200px;
    }
}
@media (min-width: 1441px) {
    .lidl-qf .content-external {
        background-position: center -400px;
    }
}
@media (min-width: 2048px) {
    .lidl-qf .content-external {
        background-position: center -680px;
    }
}
.lidl-qf .content-internal {
    width: 100%;
    max-width: 1280px;
    min-height: 1500px;
    height: auto;
    margin: 0 auto;
    padding: 0;
    background: url("https://qualityfood.pl/wp-content/uploads/2024/08/palm-trees-4-scaled.webp") no-repeat;
    background-position: center 0px;
    background-size: contain;
    display: flex;
    align-content: flex-start;
    flex-direction: column;
}
@media (min-width: 768px) {
    .lidl-qf .content-internal {
        background-position: center 0px;
    }
}
@media (min-width: 1024px) {
    .lidl-qf .content-internal {
        background-position: center -80px;
    }
}
@media (min-width: 1441px) {
    .lidl-qf .content-internal {
        background-position: center -20px;
    }
}
.lidl-qf .content-internal img.lidl-only {
    max-width: 200px;
    margin: 0 auto;
    display: inline;
}
@media (min-width: 768px) {
    .lidl-qf .content-internal img.lidl-only {
        display: none;
    }
}
.lidl-qf .content-internal .header {
    display: flex;
    align-content: flex-start;
    flex-direction: column;
    gap: 1rem;
}
.lidl-qf .content-internal .header h1, .lidl-qf .content-internal .header h2, .lidl-qf .content-internal .header h3 {
    color: #fff;
    text-align: center;
}
.lidl-qf .content-internal .header h1 {
    margin-top: 100px;
    font-size: 3rem;
}
@media (min-width: 768px) {
    .lidl-qf .content-internal .header h1 {
        margin-top: 170px;
        font-size: 3rem;
    }
}
@media (min-width: 1024px) {
    .lidl-qf .content-internal .header h1 {
        margin-top: 200px;
        font-size: 3rem;
    }
}
@media (min-width: 1441px) {
    .lidl-qf .content-internal .header h1 {
        margin-top: 200px;
        font-size: 4rem;
    }
}
.lidl-qf .content-internal .header h2, .lidl-qf .content-internal .header h3 {
    font-weight: 400;
}
.lidl-qf .content-internal .header h2 {
    font-size: 1.2rem;
}
@media (min-width: 768px) {
    .lidl-qf .content-internal .header h2 {
        font-size: 1.5rem;
    }
}
@media (min-width: 1441px) {
    .lidl-qf .content-internal .header h2 {
        font-size: 2.5rem;
    }
}
.lidl-qf .content-internal .header h3 {
    font-size: 1.2rem;
}
@media (min-width: 768px) {
    .lidl-qf .content-internal .header h3 {
        font-size: 1.2rem;
    }
}
.lidl-qf .content-internal .prizes {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-top: 0px;
}
@media (min-width: 768px) {
    .lidl-qf .content-internal .prizes {
        margin-top: 0px;
        flex-direction: row;
        flex-wrap: nowrap;
        margin-top: 50px;
    }
}
.lidl-qf .content-internal .prizes .cocoa {
    height: auto;
    flex: 0 0 80%;
    box-sizing: border-box;
    order: 3;
    text-align: center;
}
.lidl-qf .content-internal .prizes .cocoa img {
    width: 80%;
    height: auto;
}
@media (min-width: 768px) {
    .lidl-qf .content-internal .prizes .cocoa img {
        width: 100%;
    }
}
@media (min-width: 768px) {
    .lidl-qf .content-internal .prizes .cocoa {
        flex: 0 0 35%;
        order: 1;
    }
}
.lidl-qf .content-internal .prizes .prize-1 {
    flex: 0 0 45%;
    box-sizing: border-box;
    order: 1;
    text-align: center;
}
.lidl-qf .content-internal .prizes .prize-1 .mobile {
    display: inline;
}
@media (min-width: 768px) {
    .lidl-qf .content-internal .prizes .prize-1 .mobile {
        display: none;
    }
}
.lidl-qf .content-internal .prizes .prize-1 .desktop {
    display: none;
}
@media (min-width: 768px) {
    .lidl-qf .content-internal .prizes .prize-1 .desktop {
        display: inline;
    }
}
.lidl-qf .content-internal .prizes .prize-1 img {
    width: 50%;
    height: auto;
    margin-bottom: 100px;
    margin-top: 50px;
}
@media (min-width: 768px) {
    .lidl-qf .content-internal .prizes .prize-1 img {
        width: 100%;
        order: 3;
        margin-top: 0rem;
        margin-bottom: 0;
    }
}
@media (min-width: 768px) {
    .lidl-qf .content-internal .prizes .prize-1 {
        flex: 0 0 30%;
        order: 2;
    }
}
@media (min-width: 1024px) {
    .lidl-qf .content-internal .prizes .prize-1 {
        width: 100%;
    }
}
.lidl-qf .content-internal .prizes .prize-2 {
    flex: 0 0 45%;
    box-sizing: border-box;
    order: 2;
    text-align: center;
}
.lidl-qf .content-internal .prizes .prize-2 img {
    width: 80%;
    height: auto;
}
@media (min-width: 768px) {
    .lidl-qf .content-internal .prizes .prize-2 img {
        width: 100%;
        order: 3;
    }
}
@media (min-width: 768px) {
    .lidl-qf .content-internal .prizes .prize-2 {
        flex: 0 0 30%;
        order: 3;
    }
}
.lidl-qf .rules h2 {
    font-size: 1.5rem;
    text-align: center;
    text-transform: uppercase;
}
@media (min-width: 768px) {
    .lidl-qf .rules h2 {
        font-size: 2rem;
    }
}
.lidl-qf .rules .boxes {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
@media (min-width: 768px) {
    .lidl-qf .rules .boxes {
        flex-direction: row;
    }
}
.lidl-qf .rules .boxes .box {
    flex: 1; /* All columns will have equal width */
    margin: 0 10px;
    padding: 20px;
    text-align: center;
}
.lidl-qf .rules .boxes .box img {
    width: 80%;
    height: auto;
}
.lidl-qf .rules .boxes .box p {
    font-weight: 700;
}
.lidl-qf .rules .boxes .box img.button {
    max-width: 200px;
    padding: 10px;
    background-color: transparent !important;
}
.lidl-qf .products {
    background-color: #000;
}
.lidl-qf .products h2 {
    font-size: 1.5rem;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    margin-top: 2rem;
}
@media (min-width: 768px) {
    .lidl-qf .products h2 {
        font-size: 2rem;
    }
}
.lidl-qf .products .items {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
@media (min-width: 768px) {
    .lidl-qf .products .items {
        flex-direction: row;
    }
}
.lidl-qf .products .items .item {
    flex: 1; /* All columns will have equal width */
    margin: 0 10px;
    padding: 20px;
    text-align: center;
}
.lidl-qf .products .items .item img {
    width: 100%;
    height: auto;
}

.container {
    max-width: 2500px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    margin: 0 auto !important;
}

.wd-entities-title, .wd-product-cats {
    display: none !important;
}

.wpb_wrapper p {
    color: #fff;
}

.wd-header-mobile-nav {
    margin-left: 20px;
}

.menu-item a {
    font-size: 16px !important;
}