/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 26 2026 | 19:03:16 */
/* ==========================================================================
   PRESENTKORT MENY - BAS / STANDARD
   ========================================================================== */

/* Dator */
@media (min-width: 992px) {
    li#menu-item-2297:before {
        display: inline-block;
        content: "";
        position: absolute;

        /* Standard bubbla */
        background: url(/wp-content/uploads/2017/12/bubble3.png) no-repeat;
        width: 105px;
        height: 58px;
        top: -55px;
        left: 70px;
        background-size: 100%;
    }
}

/* Mobil */
@media (max-width: 767px) {
    li#menu-item-2297:before {
        display: inline-block;
        content: "";
        position: absolute;

        /* Standard bubbla */
        background: url(/wp-content/uploads/2017/12/bubble3.png) no-repeat;
        width: 105px;
        height: 58px;
        top: -35px;
        left: 120px;
        background-size: 100%;
    }
}


/* ==========================================================================
   TEMA: HALLOWEEN (.halloween)
   ========================================================================== */

/* Dator */
@media (min-width: 992px) {
    li#menu-item-2297.halloween:before {
        background: url(/wp-content/uploads/2021/10/pumpkin.png) no-repeat;
        width: 200px;
        height: 102px;
        top: -100px;
        left: 55px;
        background-size: 100%;
    }
}

/* Mobil */
@media (max-width: 767px) {
    li#menu-item-2297.halloween:before {
        background: url(/wp-content/uploads/2021/10/pumpkin.png) no-repeat;
        width: 113px;
        height: 58px;
        top: -23px;
        left: 120px;
        background-size: 100%;
    }
}


/* ==========================================================================
   TEMA: JUL (.christmas)
   ========================================================================== */

/* Dator */
@media (min-width: 992px) {
    li#menu-item-2297.christmas:before {
        background: url(/wp-content/themes/tuneup-child/images/presenttips.png) no-repeat;
        background-size: 100%;
    }
}

/* Mobil */
@media (max-width: 767px) {
    li#menu-item-2297.christmas:before {
        background: url(/wp-content/themes/tuneup-child/images/presenttips.png) no-repeat;
        background-size: 100%;
    }
}


/* ==========================================================================
   TEMA: PÅSK (.easter)
   ========================================================================== */

/* Dator */
@media (min-width: 992px) {
    li#menu-item-2297.easter:before {
        background: url(/wp-content/themes/tuneup-child/images/bubble-egg.png) no-repeat;
        width: 156px;
        height: 188px;
        top: -125px;
        left: 62px;
        background-size: 100%;
    }
}

/* Mobil */
@media (max-width: 767px) {
    li#menu-item-2297.easter:before {
        background: url(/wp-content/themes/tuneup-child/images/bubble-egg-mobile.png) no-repeat;
        width: 153px;
        height: 79px;
        top: -30px;
        left: 120px;
        background-size: 100%;
    }
}


/* ==========================================================================
   TEMA: FARS DAG (.father)
   ========================================================================== */

/* Dator */
@media (min-width: 992px) {
    li#menu-item-2297.father:before {
        background: url(/wp-content/themes/tuneup-child/images/presenttips-fars-dag.png) no-repeat;
        width: 123px;
        height: 99px;
        top: -100px;
        left: 66px;
        background-size: 100%;
    }
}

/* Mobil */
@media (max-width: 767px) {
    li#menu-item-2297.father:before {
        background: url(/wp-content/themes/tuneup-child/images/presenttips-fars-dag.png) no-repeat;
        width: 99px;
        height: 80px;
        top: -25px;
        left: 120px;
        background-size: 100%;
    }
}


/* ==========================================================================
   TEMA: MIDSOMMAR (.midsummer)
   ========================================================================== */

/* Dator */
@media (min-width: 992px) {
    li#menu-item-2297.midsummer:before {
        background: url(/wp-content/themes/tuneup-child/images/presenttips-midsummer.png) no-repeat;
        width: 100%;
        height: 90px;
        top: -90px;
        left: 0;
        background-size: contain;
        background-position: center;
    }
}

/* Mobil */
@media (max-width: 767px) {
    li#menu-item-2297.midsummer:before {
        background: url(/wp-content/themes/tuneup-child/images/presenttips-midsummer.png) no-repeat;
        width: 150px;
        height: 60px;
        top: -20px;
        left: 130px;
        background-size: contain;
        background-position: left center;
    }
}


/* ==========================================================================
   EXEMPELMALL: NYTT TEMA (.tema-namn)
   -- Kopiera denna sektion för ett nytt tema och ersätt ".tema-namn" --
   ========================================================================== */

/* Dator */
@media (min-width: 992px) {
    li#menu-item-2297.tema-namn:before {
        background: url(/wp-content/uploads/ar/manad/bild-desktop.png) no-repeat;
        width: 100px;
        height: 50px;
        top: -50px;
        left: 50px;
        background-size: 100%;
    }
}

/* Mobil */
@media (max-width: 767px) {
    li#menu-item-2297.tema-namn:before {
        background: url(/wp-content/uploads/ar/manad/bild-mobil.png) no-repeat;
        width: 80px;
        height: 40px;
        top: -25px;
        left: 100px;
        background-size: 100%;
    }
}