﻿.yeniArama__sonuc--acilis {
    position: relative;
    overflow: hidden;
}

.christmas_search_img img {
    position: absolute;
    bottom: -40px;
    right: -60px;
    width: 370px;
    height: 360px;
}

.carouselComp {
    position: relative;
    overflow: hidden;
}

.christmas {
    margin-top: 0px !important;
    position: relative;
}

.christmas_mobile_search {
    display: none;
}

.christmas_img_homepage {
    width: 100% !important;
    display: flex;
    align-items: flex-end;
    height: 20px;
    overflow: hidden;
}

.snowflake {
    position: fixed;
    top: -20px;
    z-index: 99999;
    pointer-events: none;
    animation: snowRotate 2.5s linear infinite;
    /* Kendi ekseninde dönme */
}

@keyframes snowRotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.christmas_img_homepage img {
    width: 100%;
    position: absolute;
    top: 50px;
    height: 300px;
    right: 0;
    z-index: -1;
    object-fit: contain;
}

.yhm_header_chrismast {
    overflow: hidden;
    height: 70px;
    width: 100%;
    z-index: -100;
    position: absolute;
}

    .yhm_header_chrismast::before,
    .yhm_header_chrismast::after {
        content: '';
        z-index: -1;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url(https://b6s54eznn8xq.merlincdn.net/dist/assets/img/christmas/redSnow.png);
        background-size: cover;
        background-repeat: repeat-y;
    }

    .yhm_header_chrismast::before {
        animation: moveBg1 5s linear infinite;
    }

    .yhm_header_chrismast::after {
        animation: moveBg2 5s linear infinite;
    }

.christmas_img_homepage_mobile {
    display: none;
}



@media only screen and (min-width: 768px) and (max-width: 1000px) {
    .christmas_img_homepage {
        height: 40px;
    }

    .christmas_img_homepage_mobile {
        height: 160px !important;
    }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
    .christmas_img_homepage_mobile {
        height: 130px !important;
    }
}

@media only screen and (min-width: 1000px) and (max-width: 1300px) {
    .christmas_img_homepage {
        height: 80px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 1000px) {
    .christmas_img_homepage_mobile {
        display: block;
        top: 80px !important;
    }



    .christmas_search_img {
        display: none;
    }

    .yhm_header_chrismast_fixed {
        display: none !important;
    }

    .christmas_img_homepage_desktop {
        display: none;
    }

    .yeniaramaAsagida {
        background-image: none !important;
    }

    .christmas_mobile_search {
        display: block;
        position: absolute;
        right: 0;
        bottom: -14px;
        z-index: -1;
        height: 50px;
        overflow: hidden;
        width: 100%;
        display: flex;
        align-items: flex-end;
        justify-content: center;
    }

    .populerAramalar {
        padding-top: 40px;
    }
}

@keyframes moveBg1 {
    100% {
        transform: translateY(0);
    }

    0% {
        transform: translateY(-100%);
    }
}

@keyframes moveBg2 {
    100% {
        transform: translateY(100%);
    }

    0% {
        transform: translateY(0);
    }
}

.yeniaramaAsagida {
    background-image: url(https://b6s54eznn8xq.merlincdn.net/dist/assets/img/christmas/snow1.png);
    background-repeat: repeat;
    background-size: contain;
    /* veya cover - hangisi daha iyi görünüyorsa */
    image-rendering: -webkit-optimize-contrast;
    /* Netlik için */
    image-rendering: crisp-edges;
    /* Netlik için */
    animation: moveBg3 5s linear infinite;
}

@keyframes moveBg3 {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 0 100px;
        /* background-size ile aynı değer */
    }
}

.yhm_header_chrismast_fixed {
    width: 100%;
    display: none;
    align-items: end;
    justify-content: space-between;
    position: absolute;
    left: 0;
    right: 0;
    top: 70px;
    overflow: hidden;
    height: 60px;
}

    .yhm_header_chrismast_fixed img {
        width: 15%;
    }

.snowflake {
    position: absolute;
    top: -10px;
    color: white;
    font-size: 1em;
    user-select: none;
    pointer-events: none;
    opacity: 0.8;
    z-index: 9999999999999999999999999999999999999;
}
