.smile {
    background: #f9d400;
    /*overflow-x: hidden;*/
    font-family: ProximaNova;
}

/* Banner */
.smile-banner {
    background: url(/images/front/pages/skaistuma-festivals-2025/banner4.jpg?v6) no-repeat center top;
    background-size: 100% auto;
    height: 40vw;
    text-align: center;
    position: relative;
}


.smile-banner .logo-wrapper {
    width: 44%;
    margin: 0 auto;
    padding-top: 60px;
    display: flex;
    transform: translateX(-6%);
}

.smile-banner .logo-part-left {
    width: 70%;
}

.smile-banner .logo-part-left img {
    width: 100%;
    -webkit-animation: logo-animate-left 3s infinite;
    animation: logo-animate-left 3s infinite;
}

.smile-banner .logo-part-right {
    width: 30%;
}

.smile-banner .logo-part-right img {
    width: 100%;
    -webkit-animation: logo-animate-right 3s infinite;
    animation: logo-animate-right 3s infinite;
}


@-webkit-keyframes logo-animate-left {
    0% {
        transform: rotateZ(0deg) translateY(0px);
    }

    40% {
        transform: rotateZ(-5deg) translateY(10px);
    }

    60% {
        transform: rotateZ(-5deg) translateY(10px);
    }

    80% {
        transform: rotateZ(0deg) translateY(0px);
    }
}

@-webkit-keyframes logo-animate-right {
    0% {
        transform: rotateZ(0deg) translateY(0px);
    }

    50% {
        transform: rotateZ(2deg) translateY(20px);
    }

    60% {
        transform: rotateZ(2deg) translateY(20px);
    }

    75% {
        transform: rotateZ(0deg) translateY(0px);
    }
}



@media only screen and (max-width: 1500px) {
    .smile-banner .logo-wrapper {
        width: 37%;
        transform: translateX(-6%) translateY(-5%);
    }
}

@media only screen and (max-width: 1280px) {
    .smile-banner {
        height: 45vw;
    }
}

@media only screen and (max-width: 1024px) {
    .smile-banner .logo-wrapper {
        width: 37%;
        padding-top: 60px;
    }
}

@media only screen and (max-width: 600px) {
    .smile-banner {
        background-image: url(/images/front/pages/skaistuma-festivals-2025/banner4-mobile.jpg?v5);
        height: 147vw;
    }

    .smile-banner .logo-wrapper {
        width: 90%;
        padding-top: 54px;
        transform: none;
    }
}


.smile-banner .scroll-down {
    font-size: 22px;
    color: #fff;
    position: absolute;
    bottom: 60px;
    text-align: center;
    width: 100%;
    height: 70px;
    display: none;
}

.smile-banner .scroll-down-wrapper:hover {
    margin: 0 auto;
    opacity: .5;
    cursor: pointer;
    transition: opacity .3s;
}

.smile-banner .scroll-down .arrow {
    padding-top: 15px;
    -webkit-animation: sdb04 2s infinite;
    animation: sdb04 2s infinite;
}

@-webkit-keyframes sdb04 {
    40% {
        padding-top: 25px;
    }
}
@keyframes sdb04 {
    40% {
        padding-top: 25px;
    }
}


@media (max-width: 1600px) {
    .smile-banner .scroll-down {
        bottom: 2vw;
    }
}

@media (min-width: 651px) and (max-width: 1024px) {
    .smile-banner .scroll-down {
        font-size: 17px;
        bottom: 7px;
        height: 61px;
    }
}


@media (max-width: 650px) {
    .lv .lv-header .scroll-down {
        bottom: 7vw;
    }
}

@media (max-width: 400px) {
    .smile-banner .scroll-down {
        font-size: 19px;
    }
}


/* Top decorations */

.wrapper.decoration-wrapper {
    display: none;
}

@media (min-width: 900px) {
    .wrapper.decoration-wrapper {
        display: block;
        height: 1px;
    }

    .decoration-top-1,
    .decoration-top-2,
    .decoration-top-3 {
        display: block;
        position: absolute;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        -o-user-select: none;
        user-select: none;
    }

    .decoration-top-1 {
        width: 160px;
        height: 320px;
        /*background: url(/images/front/pages/skaistuma-festivals-2025/decoration-3.png) no-repeat left top;*/
        top: -56px;
        right: -46px;
        z-index: 2;
        background-size: contain;
        display: none;
    }

    .decoration-top-2 {
        width: 140px;
        height: 130px;
        /*background: url(/images/front/pages/skaistuma-festivals-2025/decoration-bottom-4.png) no-repeat left top;*/
        top: 330px;
        right: 20px;
        z-index: 2;
        background-size: contain;
        display: none;
    }

    .decoration-top-3 {
        width: 190px;
        height: 210px;
        /*background: url(/images/front/pages/skaistuma-festivals-2025/decoration-2.png) no-repeat left top;*/
        top: 360px;
        left: -63px;
        z-index: 2;
        background-size: contain;
        display: none;
    }
}



.smile-lottery-block {
    margin-top: 50px;
    margin-bottom: -3px;
}

.smile-lottery-block .smile-lottery {
    width: 100%;
}

.smile-lottery-block .smile-lottery-mobile {
    display: none;
}

.smile-lottery-text-wrapper {
    width: 100%;
    position: relative;
}

.smile-lottery-text {
    width: 500px;
    left: 35%;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    position: absolute;
    top: -57px;
    opacity: 0.01;
}

.smile-lottery-text b {
    font-weight: bold;
}


.smile-lottery-text a {
    color: #fff !important;
    text-decoration: underline;
}

@media (min-width: 1025px) {
    .wrapper.smile-lottery-block {
        padding-left: 0px;
        padding-right: 0px;
        max-width: 100%;
        margin-bottom: -3px;
    }
}

@media (min-width: 1601px) {
    .wrapper.smile-lottery-block {
        padding-left: 0;
        padding-right: 0;
        max-width: 1254px;
    }
}

@media (max-width: 1024px) {
    .smile-lottery-text {
        font-size: 14px;
        top: -60px;
    }

    .wrapper.smile-lottery-block {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media (max-width: 500px) {
    .wrapper.smile-lottery-block {
        padding-left: 0px;
        padding-right: 0px;
        margin: 0;
        margin-bottom: -3px;
    }

    .wrapper.smile-lottery-block img {
        padding: 0px 0 0 0 !important;
    }


    .smile-lottery-block .smile-lottery {
        display: none;
    }

    .smile-lottery-block .smile-lottery-mobile {
        display: block;
        width: 100%;
        margin-top: -8px;
    }

    .smile-lottery-text-wrapper {
        position: absolute;
        margin-top: -27px;
    }

    .smile-lottery-text {
        width: 100%;
        left: 0;
        font-size: 8px;
        position: relative;
        top: 0;
        padding: 0;
    }
}

/** App block **/

.smile-app-block {

}

.smile-app-block-wrapper {
    margin-top: -3px;
    background: #00579E;
}

.smile-app-block-color {
    background: transparent;
}

.smile-app-block-header {
    padding: 50px 10px;
}

.smile-app-block-header h1 {
    font-weight: bold;
    font-size: 60px;
    color: #fff;
    text-align: center;
    margin: 0;
    padding: 0;
}

.smile-app-block-header h1 img {
    vertical-align: sub;
}

.smile-app-block-content > p {
    font-size: 26px;
    text-align: center;
    color: #fff;
    padding-top: 56px;
}


.smile-app-block-items {
    display: flex;
    max-width: 710px;
    margin: 0 auto;
}

.smile-app-block-items .smile-app-block-item {
    width: 50%;
    text-align: center;
    color: #fff;
}

.smile-app-block-items .smile-app-block-item h3 {
    font-weight: bold;
    font-size: 46px;
    padding-bottom: 10px;
}

.smile-app-block-items .smile-app-block-item p {
    font-weight: 600;
    font-size: 26px;
    padding-bottom: 20px;
}

.smile-app-block-items2 {
    display: flex;
    width: 80%;
    margin: 0 auto;
    padding-top: 0;
    margin-top: -90px;
}

.smile-app-block-items2 .smile-app-block-item {
    width: 50%;
    text-align: center;
    color: #fff;
    box-sizing: content-box;
    padding: 0px 0;
}

.smile-app-block-items2 .smile-app-block-item h3 {
    font-weight: bold;
    font-size: 46px;
    padding-bottom: 10px;
    background: #004A90;
    display: inline-block;
    padding: 7px 25px;
    margin-bottom: 32px;
}

.smile-app-block-items2 .smile-app-block-item .custom-image {
    height: 196px;
    margin-bottom: 32px;
}

.smile-app-block-items2 .smile-app-block-item p {
    font-size: 20px;
    padding-bottom: 20px;
    text-transform: uppercase;
}

.smile-app-block-items2 .smile-app-block-item .header-text {
    font-weight: bold;
    font-size: 42px;
    padding-bottom: 32px;
    text-transform: uppercase;
}

.smile-app-block-items2 .smile-app-block-item .bottom-text {
    font-weight: bold;
    font-size: 20px;
    padding-bottom: 32px;
    text-transform: uppercase;
    color: #004A90;
}

.smile-app-block-items2 .smile-app-block-item p img {
    vertical-align: middle;
    padding-left: 20px;
}

.smile-app-block-content > p.smile-app-block-notes {
    font-weight: 600;
    font-size: 23px;
    padding-top: 10px;
    padding-bottom: 32px;
    max-width: 870px;
    margin: 0 auto;
}

.smile-app-block-content .smile-app-icons {
    text-align: center;
}

.smile-app-block-content .smile-app-icon {
    display: inline-block;
    background: #047FC4;
    width: 44px;
    height: 44px;
    padding: 10px 0px 7px;
    margin: 20px 3px 56px;
}

@media (min-width: 1025px) and (max-width: 1240px) {
    .smile-app-block-items {
        width: 70%;
    }

    .smile-app-block-items2 {
        display: flex;
        width: 90%;
        margin: 0 auto;
        padding-top: 0px;
    }

    .decoration-top-1 {
        width: 110px;
        top: -70px;
    }

    .decoration-top-3 {
        left: -50px;
    }
}

@media (max-width: 1024px) {
    .smile-app-block-items {
        width: 90%;
    }

    .smile-app-block-items2 {
        display: flex;
        width: 90%;
        margin: 0 auto;
        padding-top: 0px;
    }

    .decoration-top-1 {
        display: none;
    }

    .decoration-top-2 {
        display: none;
    }

    .decoration-top-3 {
        display: none;
    }
}

@media (max-width: 900px) {
    .smile-app-block-items2 .smile-app-block-item h3 {
        font-size: 34px;
    }

    .smile-app-block-items2 .smile-app-block-item .header-text {
        font-size: 32px;
    }

    .smile-app-block-items2 .smile-app-block-item .custom-image {
        height: 157px;
    }
}


@media (max-width: 600px) {
    .smile-app-block-items {
        width: 100%;
    }

    .smile-app-block-items2 {
        width: 100%;
        padding-top: 50px;
    }
}

@media (max-width: 500px) {

    .smile-app-block-header h1 {
        font-size: 40px;
    }

    .smile-app-block-items .smile-app-block-item h3 {
        font-size: 30px;
    }

    .smile-app-block-items .smile-app-block-item p {
        font-size: 18px;
        padding: 0 5px 20px;
    }

    .smile-app-block-content > p {
        font-size: 20px;
        padding-top: 36px;
    }


    .smile-app-block-items {
        flex-direction: column;
    }

    .smile-app-block-items .smile-app-block-item {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .smile-app-block-items .smile-app-block-item:first-child {
        margin-bottom: 30px;
    }

    .smile-app-block-items .smile-app-block-item p br {
        display: none;
    }


    .smile-app-block-items .smile-app-block-item img  {
        order: 1;
        height: 50px;
        margin-bottom: 10px;
    }

    .smile-app-block-items .smile-app-block-item p  {
        order: 3;
        font-size: 18px;
    }

    .smile-app-block-items .smile-app-block-item h3  {
        order: 2;
    }








    .smile-app-block-items2 {
        flex-direction: column;
        width: 90%;
    }

    .smile-app-block-items2 .smile-app-block-item {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .smile-app-block-items2 .smile-app-block-item h3 {
        width: 240px;
        margin: 0 auto 40px;
    }

    .smile-app-block-items2 .smile-app-block-item:first-child {
        margin-bottom: 50px;
    }

    .smile-app-block-items2 .smile-app-block-item .custom-image {
        height: auto;
    }

    .smile-app-block-content > p.smile-app-block-notes {
        font-size: 16px;
        padding: 32px 20px;
    }

    .smile-app-block-content > p.smile-app-block-notes br {
        display: none;
    }
}


.smile-notes-text {
    font-weight: 600;
    color: #fff;
    font-size: 15px;
    line-height: 1.6;
    padding-bottom: 32px;
    margin-top: -20px;
}

/** Release block **/

.smile-release-block {
    position: relative;
    overflow: hidden;
    margin-top: 20px;
}

.smile-release-block .wrapper {
    border-top: none;
    border-bottom: none;
}

.smile-release-block-header {
    text-align: center;
}

.smile-release-block-header img {
    width: 95%;
}

.smile-release-block-header h1 {
    font-weight: bold;
    font-size: 40px;
    color: #fff;
    text-align: center;
    margin: 0;
    padding: 0;
}

.smile-release-block-header .smile-release-block-subtitle {
    color: #e5007d;
    font-family: ProximaNova;
    font-size: 25px;
    font-weight: bold;
    padding-top: 9px;
}


.smile-release-block-content {
    border-radius: 10px;
}

.smile-release-block-content iframe {
    max-width: 1230px;
    width: 100%;
    height: 820px;
    margin-top: 20px;
    padding-top: 0;
    margin-bottom: 70px;
}

.smile-release-block-content .iframe-desktop {

}

.smile-release-block-content .iframe-mobile {
    display: none;
}

@media (max-width: 600px) {
    .smile-release-block-content .iframe-desktop {
        display: none;
    }

    .smile-release-block-content .iframe-mobile {
        display: block;
    }
}


.smile-release-block-content:before,
.smile-release-block-content:after {
    clear: both;
    display: table;
    content: " ";
}


@media (max-width: 1800px) {
    .smile-release-block-content iframe {
        height: 550px;
    }
}

@media (max-width: 800px) {
    .wrapper.smile-release-block-wrapper {
        padding-left: 0;
        padding-right: 0;
    }
}



/** Products list **/
.christmas--products-list-block {
    width: 100%;
    max-width: 1280px;
    padding: 26px 0px;
    margin-top: 0px;
    border-radius: 8px;
    margin-bottom: 10px;
}

.christmas--products-list-title {
    font-weight: bold;
    font-size: 40px;
    color: #fff;
    text-align: center;
    padding-top: 0px;
    padding-bottom: 30px;
}

.christmas--products-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

.christmas--products-list.fixed-height {
    display: flex;
    height: 290px;
}

.christmas--products-list-item {
    width: 33.3333%;
    height: 100%;
}

.christmas--products-list-item.full-width {
    width: 100%;
}

.christmas--products-list-item .christmas--products-list-item-container {
    /*background: rgb(255 255 255 / 40%);*/
    background: #0f96d6;
}

.christmas--products-list-item.full-width .christmas--products-list-item-container {
    border-radius: 10px;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 14px 14px;
    padding: 10px 20px 10px 0;
    margin-left: 14px;
    margin-right: 14px;
    padding-left: 140px;
    padding-right: 0;
    background:
            url(/images/front/pages/skaistuma-festivals-2025/xx-xxx.png) no-repeat 14px calc(100% - 14px) /95px auto,
            url(/images/front/pages/skaistuma-festivals-2025/pricetag-1.png) no-repeat 0 0 /160px auto, #0f96d6;
}

.christmas--products-list-item.full-width .christmas--products-list-item-image {
    width: 410px;
    background-size: contain;
    background-repeat: no-repeat;
    height: 250px;
    background-position: center center;
}

.christmas--products-list-item.full-width .christmas--products-list-item-content {
    max-width: 600px;
    padding: 0 20px;
    display: flex;
    align-items: center;
}

.christmas--products-list-item.full-width .christmas--products-list-item-content ul {
    list-style: disc;
    padding-left: 19px;
}


.christmas--products-list-item:not(.full-width) .christmas--products-list-item-container {
    display: block;
    margin: 14px 14px;
    padding: 10px 0px 36px 0;
    border-radius: 10px;
    height: 100%;
    position: relative;
}

.christmas--products-list-item:not(.full-width) .christmas--products-list-item-image {
    height: calc(100% - 70px);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
    margin-top: 70px;
    width: 100%;
}

.christmas--products-list-item:not(.full-width) .christmas--products-list-item-content {
    width: 100%;
    text-align: center;
    padding-left: 156px;
    position: absolute;
}

.christmas--products-list-item:not(.full-width):nth-child(3) .christmas--products-list-item-content {
    padding-left: 172px;
}

.christmas--products-list-item:not(.full-width):nth-child(3) .christmas--products-list-item-image {
    background-size: auto 86%;
    background-position: 70px top;
    height: 97%;
}

.christmas--products-list-item:not(.full-width):nth-child(1) .christmas--products-list-item-container {
    background:
            url(/images/front/pages/skaistuma-festivals-2025/pricetag-2.png?v2) no-repeat 0 0 /132px auto, #0f96d6;
}

.christmas--products-list-item:not(.full-width):nth-child(2) .christmas--products-list-item-container {
    background:
            url(/images/front/pages/skaistuma-festivals-2025/xx-xxx.png) no-repeat 14px calc(100% - 14px) /95px auto,
            url(/images/front/pages/skaistuma-festivals-2025/pricetag-3.png?v2) no-repeat 0 0 /132px auto, #0f96d6;
}

.christmas--products-list-item:not(.full-width):nth-child(3) .christmas--products-list-item-container {
    background-image: url(/images/front/pages/skaistuma-festivals-2025/pricetag-4.png?v2);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 160px;
}




.christmas--products-list-item-title {
    color: #fff;
    font-weight: bold;
    font-size: 21px;
    line-height: 1.3;
    text-align: left;
    padding-top: 16px;
    padding-right: 20px;
    padding-bottom: 12px;
}

.christmas--products-list-item:not(.full-width) .christmas--products-list-item-title {
    font-size: 20px;
}

.christmas--products-list-item-decription {
    color: #fff;
}

@media only screen and (min-width: 601px) and (max-width: 1024px) {
    .christmas--products-list-item:not(.full-width) .christmas--products-list-item-title {
        color: #fff;
        font-size: 17px;
        padding-top: 0px;
    }

    .christmas--products-list-item:not(.full-width) .christmas--products-list-item-image {
        height: calc(100% - 100px);
        margin-top: 100px;
    }

    .christmas--products-list-item:not(.full-width):nth-child(3) .christmas--products-list-item-image {
        background-size: auto 97%;
        background-position: 45px top;
        height: 77%;
        margin-top: 80px;
    }
}

@media only screen and (max-width: 600px) {
    .christmas--products-list-block {
        padding-bottom: 0;
    }

    .christmas--products-list.fixed-height {
        height: auto;
    }

    .christmas--products-list-item.full-width {
        height: auto;
    }

    .christmas--products-list-item.full-width .christmas--products-list-item-container {
        flex-direction: column;
        align-items: center;
        height: auto;
    }

    .christmas--products-list-item.full-width .christmas--products-list-item-content {
        width: 100%;
    }

    .christmas--products-list-item.full-width .christmas--products-list-item-container {
        padding-bottom: 40px;
    }
    .christmas--products-list-item.full-width .christmas--products-list-item-image {
        margin-left: -160px;
        margin-right: 0;

        width: 100%;
        align-items: center;
        justify-content: center;
        height: 170px;
    }

    .christmas--products-list-block {
        padding: 50px 0px;
    }

    .christmas--products-list-title {
        font-size: 30px;
    }

    .christmas--products-list {
        flex-direction: column;
    }

    .christmas--products-list-item {
        width: 100%;
        height: 320px;
        margin-bottom: 20px;
    }
}


@media only screen and (min-width: 1200px) {
    .decoration-bottom-1,
    .decoration-bottom-2,
    .decoration-bottom-3,
    .decoration-bottom-4 {
        display: block;
        position: absolute;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        -o-user-select: none;
        user-select: none;
    }

    .decoration-bottom-1 {
        width: 105px;
        height: 250px;
        background: url(/images/front/pages/skaistuma-festivals-2025/decoration-bottom-1.png) no-repeat left top;
        top: 300px;
        left: -40px;
        z-index: 2;
        background-size: 100px auto;
    }

    .decoration-bottom-2 {
        width: 540px;
        height: 100px;
        background: url(/images/front/pages/skaistuma-festivals-2025/decoration-bottom-2.png) no-repeat left top;
        top: 717px;
        left: -318px;
        z-index: 2;
        background-size: 400px auto;
    }

    .decoration-bottom-3 {
        width: 566px;
        height: 120px;
        background: url(/images/front/pages/skaistuma-festivals-2025/decoration-bottom-3.png) no-repeat left top;
        top: 110px;
        right: -460px;
        z-index: 2;
        background-size: 420px;
    }

    .decoration-bottom-4 {
        width: 120px;
        height: 150px;
        background: url(/images/front/pages/skaistuma-festivals-2025/decoration-bottom-4.png) no-repeat left top;
        top: 470px;
        right: -40px;
        z-index: 2;
        background-size: 120px auto;
    }
}

@media only screen and (min-width: 1921px) {
    .decoration-bottom-2 {
        width: 600px;
        height: 100px;
        background: url(/images/front/pages/skaistuma-festivals-2025/decoration-bottom-7.png) no-repeat left top;
        top: 747px;
        left: -488px;
        background-size: 600px auto;
    }

    .decoration-bottom-3 {
        width: 690px;
        height: 120px;
        background: url(/images/front/pages/skaistuma-festivals-2025/decoration-bottom-8.png) no-repeat left top;
        top: 110px;
        right: -480px;
        z-index: 2;
        background-size: 690px auto;
    }

}

@media only screen and (max-width: 760px) {
    .decoration-bottom-1,
    .decoration-bottom-2 {
        display: block;
        position: absolute;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        -o-user-select: none;
        user-select: none;
    }

    .decoration-bottom-1 {
        width: 100%;
        height: 90px;
        background: url(/images/front/pages/skaistuma-festivals-2025/decoration-bottom-3.png) no-repeat right top;
        top: 53vw;
        right: -10px;
        z-index: 2;
        background-size: auto 50px;
        position: relative;
    }

    .decoration-bottom-2 {
        width: 100%;
        height: 100px;
        background: url(/images/front/pages/skaistuma-festivals-2025/decoration-bottom-2-mobile.png) no-repeat left top;
        top: 817px;
        left: -10px;
        z-index: 2;
        background-size: auto 100px;
    }

    .decoration-bottom-1 {
        right: -20px;
        display: none;
    }
}

@media only screen and (max-width: 500px) {
    .smile-release-block {
        padding: 0;
    }

    .smile-release-block-header.smaller-mobile img {
        width: 127px; /*270px;*/
    }

    .smile-release-block-header.bottom2 {
        display: none;
    }

    .smile-release-block-header h1 {
        font-size: 26px;
    }


    .smile-release-block-content iframe {
        height: 136vw;
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .decoration-bottom-1 {
        display: block;
        top: 123vw;
    }
}

@media only screen and (max-width: 1024px) {
    .smile-release-block-header {
        margin-top: 40px;
    }
}

@media only screen and (max-width: 440px) {
    .smile-release-block-header {
        font-size: 30px;
        margin-top: 20px;
    }
}

@media only screen and (max-width: 400px) {
    .decoration-bottom-1 {
        top: 143vw;
    }
}


footer.lv-footer {
    margin-top: 0;
}




/** Offers **/
.lv {
    margin-top: 40px;
}

@media (max-width: 1324px) {
    .lv {
        margin-left: 18px;
    }
}

@media (max-width: 500px) {
    .lv {
        margin-left: 0px;
    }
}


.lv-special-offers {
    background: transparent !important;
    padding-top: 0px !important;
    padding-bottom: 10px !important;
}

.lv-offers-wrap.offers .item {
    margin: 0 18px 18px 0;
    border-top-left-radius: 10px;
}

.lv-offers-wrap.offers .item .img {
    padding-top: 70px;
}

.lv .offers .item .infopop {
    bottom: 50px !important;
    top: auto !important;
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
}

.extra-info-need {
    box-shadow: none;
    width: 50%;
    left: 5px;
    bottom: -1px;
    position: absolute;
    color: black;
    text-align: left;
    font-size: 9px;
}

.bottom-space {
    height: 0px;
}

.empty {
    color: #fff;
    padding:10px;
    display: none;
}

.lv .load_more {
    padding-top: 50px;
    text-align: center;
}

.lv .load_more.loading span {
    background: url(/images/front/pages/supercenas/loading_light.svg) no-repeat center center;
    background-size: auto 100%;
    display: inline-block;
    margin: 0 auto;
    height: 40px;
    width: 40px;
    animation: spin-animation 2.4s infinite linear;
}

@keyframes spin-animation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(359deg);
    }
}

.lv .alko {
    width: 100%;
    position: fixed;
    bottom: 0px;
    display: flex;
    justify-content: center;
    z-index: 100;
    padding: 0 20px;
}

.lv .alko_container {
    width: 100%;
    border: 1px solid #242E41;
    border-radius: 4px;
    background-color: #FFFFFF;
    padding: 20px 24px;
    text-align: center;
}

.lv .alko_container .alko_text_bold {
    color: #242E41;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 20px;
    text-transform: uppercase;
}

.lv .alko_container .alko_text {
    color: #242E41;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 18px;
    margin-top: 8px;
    text-transform: uppercase;
}

@media (max-width: 760px) {
    .lv .alko_container .right .alko_text {
        font-size: 11px;
    }

    .lv .alko_container .right .alko_text_bold {
        font-size: 13px;
    }
}

@media (max-width: 500px) {
    .lv {
        padding: 0 20px;
    }

    .lv .alko {
        padding: 0 40px 0 0px;
    }

    .cookieRenew {
        opacity: 0.5;
    }

    .lv-offers-wrap.offers .item {
        margin: 0 0px 6px 0;
    }
}

@media (max-width: 420px) {
    .lv .alko_container .right {
        padding: 5px 10px 5px 10px;
    }
}

@media (max-width: 356px) {
    .lv .alko_container .left {
        padding: 41px 24px;
    }
}

@media (max-width: 650px) {
    .lv .alko_container {
        height: unset;
        min-height: 86px;
    }

    .lv .alko_container .left {
        height: unset;
        min-height: 86px;
    }
}




/** Shops table **/
.padding-bottom-20 {
    padding-bottom: 30px;
}

.easter--shops-container {
    width: 100%;
    max-width: 1192px;
    /*background: rgb(255 232 56);
    background: linear-gradient(143.94deg, #FFEE4F -19.63%, #FFDB0A 47.08%);*/
    background: #fffadd;
    background: linear-gradient(143.94deg, #faf3cc -19.63%, #fffadd 47.08%);
    display: flex;
    justify-content: center;
    padding: 26px 24px;
    position: relative;
    margin-top: 31px;
    border-radius: 8px;
}

.easter--shops-pre-title {
    color: #720440;
    font-weight: bold;
    font-size: 32px;
    font-weight: 300;
    line-height: 40px;
    text-align: center;
}

.easter--shops-title {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 34px;
}

.easter--display-block {
    display: block;
    overflow: hidden;
}

.easter--display-flex-centered {
    display: flex;
    justify-content: center;
}

.easter--shops-container .easter--display-flex-centered {
    flex-direction: column;
}

.easter--display-flex {
    display: flex;
}

.easter--full-width {
    width: 100%;
}

.easter--shops-table-container {
    /*margin-top: 40px;
    max-height: auto;*/
    max-height: 410px;
    overflow-y: scroll;
}

.easter--shops-table-container::-webkit-scrollbar {
    width: 10px;
    height: 2em;
}
.easter--shops-table-container::-webkit-scrollbar-button {
    background: transparent;
}
.easter--shops-table-container::-webkit-scrollbar-track-piece {
    background: transparent;
}
.easter--shops-table-container::-webkit-scrollbar-thumb {
    background: #e6e1c7; /*#eecc0a;*/
}

.easter--shops-table {
    width: 100%;
}
table {
    border-collapse: collapse;
}
.easter--shops-header {
    width: 100%;
    background-color: rgb(0 0 0 / 2%);
    color: #720440;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 20px;
    border-collapse: collapse;
}

.easter--shops-header th {
    padding: 18px 16px 18px 0;
    text-align: left;
    border-collapse: collapse;
    font-weight: bold;
    color: #720440;
    border-bottom: none;
    border-radius: 0;
}

.easter--shops-header th:nth-child(1) {
    padding: 18px 16px 18px;
}

.easter--shops-header .easter-sort-column {
    background-image: url(/images/front/pages/skaistuma-festivals-2025/arrow_down.svg);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 12px;
    padding-right: 30px;
    cursor: pointer;
}

.easter--shops-header .easter-sort-column.active {
    background-size: 15px;
}

.easter--shops-header .easter-sort-column.asc {
    background-image: url(/images/front/pages/skaistuma-festivals-2025/arrow_up.svg);
}

.easter--shops-table td {
    color: #720440;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 24px;
    padding: 16px 0;
}

.easter--full-width > .easter--shops-table tr:nth-child(1) {
    border-bottom: none;
}

.easter--shops-table td:first-child {
    padding-left: 16px;
}

.easter--shops-table td:last-child {
    padding-right: 16px;
}


.easter--shops-table tr {
    border-bottom: 1px solid rgb(0 0 0 / 9%);
}

.easter--shops-table-city {
    font-weight: bold !important;
    padding-left: 16px !important;
    font-size: 18px !important;
    color: #720440 !important;
}

.easter--shops-container.mobile {
    display: none;
}

.easter-shops-select {
    width: 100%;
    border-radius: 4px 4px 0 0;
    background-color: #1B2856;
    position: relative;
    padding: 16px 16px;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,0.25);
}

.easter-shops-select-text {
    color: #abaec0;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 19px;
}

.easter-shops-select-icon {
    position: absolute;
    top: 16px;
    right: 8px;
}

.easter-shops-select-container-list {
    width: 100%;
    border-top: 1px solid #152044;
    border-radius: 0 0 4px 4px;
    background-color: #1B2856;
    padding: 8px;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,0.25);
    position: absolute;
}

.easter-shops-mobile-list-title {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 26px;
    margin-top: 16px;
}

.easter-shops-mobile-list-title:nth-child(1) {
    margin-top: 24px!important;
}

.easter-shops-select-container-list-item-divider {
    padding: 8px 8px;
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 8px;
    border-bottom: 0.1px solid #abaec0;
}

.easter-shops-select-container-list-item {
    padding: 16px 8px;
    color: #abaec0;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 19px;
}

.easter-shops-select-container-list-item:hover {
    padding: 16px 8px;
    color: #bcc0ca;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 19px;
    background-color: #152045;
    border-radius: 6px;
}

.easter-shops-mobile-list-icon {
    height: 24px;
    width: 24px;
    margin-right: 16px;
}

.easter-shops-mobile-list-icon-text {
    color: #abaec0;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 24px;
}

.easter--one-item {
    border-bottom: 1px solid #424f7f;
    padding-bottom: 16px;
    padding-top: 16px;
}

.easter--one-item-one {
    padding-bottom: 8px;
}

@media (max-width: 1230px) {
    .easter--shops-container {
        border-radius: 0px;
    }
}

@media (max-width: 600px) {
    .padding-bottom-20 {
        padding-bottom: 20px;
    }

    .easter--shops-container.desktop {
        display: none;
    }
    .easter--shops-container.mobile {
        display: block;
        max-height: none;
        padding: 32px 24px;
        position: relative;
        margin-top: 0px;
    }
    .easter--shops-container {
        margin-top: 20px;
    }

    .easter--shops-container.mobile .easter--shops-pre-title {
        font-size: 20px;
        text-align: center;
        line-height: 25px;
    }

    .easter--shops-container.mobile .easter--shops-title {
        font-size: 24px;
        text-align: center;
        line-height: 29px;
    }

    .easter--shops-container {
        border-radius: 0;
        padding: 32px 10px;
    }

    .easter--shops-table .easter--shops-header {
        display: none;
    }

    .easter--shops-table {
        margin: 0;
    }

    .easter--shops-table thead td {
        display: none;
    }

    .easter--shops-table td:nth-child(1) {
        padding-top: 16px;
    }

    .easter--shops-table td:last-child {
        padding-bottom: 16px;
    }

    .easter--shops-table tbody tr:last-child {
        border-bottom: 0 !important;
    }


    .easter--shops-table td {
        padding: 0px 0px 0px 7px;
        font-size: 17px;
        line-height: 27px;
        width: 100% !important;
        display: block;
    }

    .easter--shops-table td:first-child {
        padding-left: 7px;
    }

    .easter--shops-table td:nth-child(1):before {
        content: 'Veikals: ';
        font-weight: bold;
        padding-right: 6px;
    }

    .easter--shops-table td:nth-child(2):before {
        content: 'Datums: ';
        font-weight: bold;
        padding-right: 6px;
    }

    .easter--shops-table td:nth-child(3):before {
        content: 'Laiks: ';
        font-weight: bold;
        padding-right: 6px;
    }

    .easter--shops-table td:nth-child(4):before {
        content: 'Aktivitāte: ';
        font-weight: bold;
        padding-right: 6px;
    }
}

.smile-text-block {
    font-size: 16px;
    font-weight: 300;
    color: #720440;
    line-height: 1.5;
    text-align: center;
    padding: 22px 0 0;
}

@media (max-width: 600px) {
    .smile-text-block {
        padding: 22px 20px 0;
        font-size: 15px;
    }
}

.smile-bottom-text-block {
    background: #a43067;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    line-height: 1.5;
    text-align: center;
    text-transform: uppercase;
    padding: 16px 14px 16px 14px;
    margin-top: -4px;
    margin-bottom: -3px;
}

.smile-bottom-text-block p {
    padding: 4px 0;
}

.smile-bottom-text-block p a {
    color: #fff;
    text-decoration: underline;
}

.smile-bottom-text-block p a:hover {
    text-decoration: underline;
}

@media (max-width: 500px) {
    .smile-bottom-text-block {
        font-size: 13px;
        padding: 8px 14px 12px 14px;
        margin-top: 0px;
        margin-bottom: -3px;
    }
}






/** Timer **/
.smile-timer-block {
    padding: 0px 14px 65px;
    background-size: 350px auto;
}

.smile-timer-date {
    text-align: center;
    margin-bottom: 10px;
    margin-top: 0px;

}

.smile-timer-date span {
    border-radius: 8px;
    font-family: ProximaNova;
    font-weight: bold;
    font-size: 24px;
    color: #71033f;
    padding: 10px 20px;
}

.smile-timer-date span b {
    font-weight: bold;
}


.smile-timer-title {
    font-family: ProximaNova;
    font-weight: bold;
    font-size: 48px;
    text-align: center;
    color: #e5007d;
    text-transform: uppercase;
    margin-bottom: 0;
}







@media (min-width: 1160px) {
    .smile-timer-block {
        background-size: 230px auto;
        background-position: calc(50% - 440px) 100px;
    }
}

@media (min-width: 1260px) {
    .smile-timer-block {
        background-size: 260px auto;
        background-position: calc(50% - 480px) 170px;
    }
}

@media (min-width: 1800px) {
    .smile-timer-block {
        background-size: 270px auto;
    }
}

@media (max-width: 1360px) {
    .smile-timer-block {
        background-size: 200px auto;
    }
}

@media (max-width: 1024px) {
    .smile-timer-date {
        text-align: center;
        margin-bottom: 30px;
        margin-top: 100px;
    }

    .smile-timer-block {
        background-size: 180px auto;
    }
}


.smile-timer-notes {
    font-family: ProximaNova;
    font-size: 18px;
    color: #fff;
    text-align: center;
    padding-top: 50px;
}

@media (max-width: 600px) {
    .smile-timer-block {
        background-size: 150px auto;
    }

    .smile-timer-date span {
        display: block;
        font-size: 16px;
        line-height: 1.3;
        padding: 14px 8px;
    }

    .smile-timer-date {
        margin-top: 0px;
        text-align: center;
        margin-bottom: 0px;
    }

    .smile-timer-title {
        font-size: 27px;
        margin-bottom: 10px;
    }

    .smile-timer-notes {
        font-size: 14px;
        padding-top: 40px;
    }
}

.smile-timer {
    font-family: ProximaNova;
    font-weight: bold;
    color: #71033f;
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 30px;
}

.smile-timer .time {
    font-size: 82px;
    display: flex;
    flex-direction: column;
}

.smile-timer .time span:first-child {
    background: #fee845;
    border-radius: 40px;
    padding: 16px 24px;
    min-width: 147px;
    display: flex;
    justify-content: center;
}



.smile-timer .separator {
    font-size: 92px;
    padding: 0 20px;
    margin-top: 5px;
}

.smile-timer .date-part {
    display: inline;
    font-family: ProximaNova;
}

.smile-timer .name {
    text-transform: uppercase;
    font-family: ProximaNova;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    margin-top: 10px;
    /*color: #e5007d;*/
}

@media (max-width: 600px) {
    .smile-timer .name {
        font-size: 13px;
    }

    .smile-timer .time {
        font-size: 56px;
    }

    .smile-timer .separator {
        font-size: 48px;
        padding: 0 11px;
        margin-top: 18px;
    }

    .smile-timer .time span:first-child {
        min-width: auto;
    }
}

@media (max-width: 500px) {
    .smile-timer .time {
        font-size: 44px;
    }

    .smile-timer .separator {
        margin-top: 4px;
    }


    .smile-timer .time span:first-child {
        background: #fee845;
        border-radius: 24px;
        padding: 8px 15px;
        min-width: 85px;
    }
}