@font-face {
    font-family: Mulish;
    font-style: normal;
    font-weight: 100;
    src: local('Mulish100'), url(/si_upload/OPR/ionpa/ionpa_homeczarna_v1/fonts/Mulish-ExtraLight.ttf)
}

@font-face {
    font-family: Mulish1;
    font-style: normal;
    font-weight: 200;
    src: local('Mulish200'), url(/si_upload/OPR/ionpa/ionpa_homeczarna_v1/fonts/Mulish-Light.ttf)
}

@font-face {
    font-family: Mulish;
    font-style: normal;
    font-weight: 400;
    src: local('Mulish400'), url(/si_upload/OPR/ionpa/ionpa_homeczarna_v1/fonts/Mulish-Regular.ttf)
}

@font-face {
    font-family: Mulish;
    font-style: normal;
    font-weight: 500;
    src: local('Mulish500'), url(/si_upload/OPR/ionpa/ionpa_homeczarna_v1/fonts/Mulish-SemiBold.ttf)
}

@font-face {
    font-family: Mulish;
    font-style: normal;
    font-weight: 600;
    src: local('Mulish600'), url(/si_upload/OPR/ionpa/ionpa_homeczarna_v1/fonts/Mulish-Bold.ttf)
}

@font-face {
    font-family: Mulish;
    font-style: normal;
    font-weight: 800;
    src: local('Mulish800'), url(/si_upload/OPR/ionpa/ionpa_homeczarna_v1/fonts/Mulish-ExtraBold.ttf)
}

.lazy {
    width: auto;
    max-width:100%;
    height:auto;
}


.user-focus-ik {
    -webkit-user-drag: none;
    -webkit-touch-callout: none;
    user-select: none;
}

.ionickiss-text {
    margin: 0;
    padding: 0;
    color: #282828;
}

.ionickiss-content-container {
    font-family: 'Mulish', Mulish, serif !important;
    width: 700px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0 auto;
}

.ik-section {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 40px;
    position: relative;
    border: #EDEDED solid 1px;
}

.ionickiss-full-img {
    width: 100%;
}


.entry-img-ik-mobile {
    display: none;
}

.entry-title-ik {
    font-size: 38px;
    font-weight: 200;
    margin: 20px 0 0 0;
}

.entry-title-ik span {
    font-weight: 500;
}

.entry-stars-ik {
    width: 140px !important;
}

.entry-divider-ik {
    width: 70%;
    height: 1px;
    background: #EDEDED;
    margin: 30px 0 25px 0;
}

.entry-stats-container-ik {
    display: flex;
}

.entry-stats-ik {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 0 20px;
}

.entry-stats-number-ik {
    font-size: 32px;
    font-weight: 600;
    line-height: 30px;
}

.entry-stats-text-ik {
    color: #595959;
    text-align: center;
    margin-bottom: 30px;
}

.ionickiss-text-1 {
    font-size: 38px;
    font-weight: 500;
    text-align: left;
    width: 88%;
    margin-top: 30px;
}

.ionickiss-text-2 {
    width: 88%;
    color: #595959;
    margin-top: 4px;
    text-align: justify;
    margin-bottom: 30px;
}


/*IONIC SECTION*/

.ionic-info-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ionic-text-wrapper {
    width: 72%;
}

.ionickiss-stamp-img {
    width: 120px;
    object-fit: contain;
}


/*SONIC SECTION*/


.sonic-wrapper {
    display: flex;
    align-items: center;
    width: 88%;
    margin-bottom: 30px;
}

.sonic-icon {
    width: 34px !important;
    object-fit: contain;
    margin-right: 16px;
}

.sonic-icon-text {
    text-align: left;
    margin: 0;
}


/*GRAPHIC SECTION*/

.graphic-info-ik {
    position: absolute;
    top: 0;
    width: 88%;
}

.graphic-text-1 {
    color: #ffffff;

}

.graphic-text-2 {
    color: #ffffff;
}

.graphic-mobile-img {
    display: none;
}


/*MODES SECTION*/


.modes-info-ik {
    position: absolute;
    top: 0;
    width: 88%;
}

.modes-text-1 {
    line-height: 36px;
    margin-bottom: 30px;
}

.modes-text-2 {
    margin: 6px 0;
}






/*HISTORY SECTION*/


.history-img-wrapper {
    width: 88%;
    display: flex;
    justify-content: flex-start;
}

.history-logo-ionickiss {
    width: 200px !important;
    margin: 16px 0;
}

.history-icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.history-icons-ik {
    width: 50px !important;
    margin-right: 20px;
}

.history-wrapper {
    width: 88%;
}

.history-icon-text {
    margin: 0;
    text-align: left;
}


/*COLOR SECTION*/


.color-info-wrapper {
    width: 100%;
    height: 50px;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.color-text {
    margin: 0;
    color: #fff;
    font-weight: 200;
    text-align: left;
    max-width: 420px;
}

.color-logo-ik {
    width: 100px !important;
}


@media (max-width: 800px) {

    .ionickiss-content-container {
        width: 100%;
        border: none;
    }
}

@media (max-width: 600px) {

    .ionic-title {
        font-size: 32px;
    }

    .entry-img-ik {
        display: none;
    }

    .entry-img-ik-mobile {
        display: block;
        width: 100%;
    }

    .ionickiss-stamp-img {
        width: 90px;
    }

    .history-logo-ionickiss {
        width: 160px !important;
        margin-bottom: 3px;
    }

    .graphic-desktop-img {
        display: none;
    }

    .graphic-mobile-img {
        display: block;
    }

    /*MODES SECTION*/


    .modes-info-ik {
        position: absolute;
        top: -14px;
        width: 88%;
    }

    .modes-text-1 {
        line-height: 32px;
        margin-bottom: 10px;
    }

    .modes-text-2 {
        margin: 0;
    }

}


@media (max-width: 540px) {

    .entry-title-ik {
        font-size: 32px;
        margin: 20px 0 0 0;
    }

    .entry-stars-ik {
        width: 110px !important;
    }

    .entry-divider-ik {
        margin: 20px 0 20px 0;
    }

    .entry-stats-container-ik {
        display: flex;
        justify-content: space-around;
        width: 100%;
    }

    .entry-stats-ik {
        margin: 0 10px;
    }

    .entry-stats-number-ik {
        font-size: 28px;
        line-height: 24px;
    }

    .entry-stats-text-ik {
        font-size: 14px;
    }

    .ionickiss-text-1 {
        font-size: 32px;
    }

    .ionickiss-text-2 {
        font-size: 15px;
    }

    .ionic-title {
        line-height: 30px;
        margin-bottom: 15px;
    }

    .color-text {
        font-size: 12px;
        max-width: 180px;
    }
}


@media (max-width: 450px) {
    .entry-stats-ik {
        margin: 0 5px;
    }

    .entry-stats-text-ik {
        font-size: 12px;
    }

    .ionickiss-text-1 {
        font-size: 28px;
    }
}


