.finder { display: flex; width: 100%; flex-direction: column; border-radius: 15px; margin-top: 15px; padding: 15px; background: #e4e8e8; }
.finder .title { display: flex; width: 100%; background: #f7f7f7; border-radius: 8px; }
.finder .title .left { width: 83px; padding-top: 5px; display: flex; align-items: flex-start; }
.finder .title .left .uil { font-size: 45px; margin-left: 10px; margin-top: 2px; color: #1972d5; }
.finder .title .left uil .uil-brightness-low { }
.finder .title .right { width: calc(100% - 15px); padding-top: 12px; margin-bottom: 13px; }
.finder .title .right p.title { display: flex; font-size: 23px; align-items: center; padding-bottom: 8px; font-weight: 600; letter-spacing: -0.024em; }
.finder .title .right p.desc { display: flex; font-size: 12px; line-height: 18px; }
.finder .ozellikler { display: flex; flex-direction: column; align-items: center; justify-content: center; }
.finder .ozellikler .item { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; }
.finder .ozellikler .item p.label { width: 100%; font-weight: 600; padding: 10px 0px; font-size: 13px; text-align: center; margin-top: 6px; }
.finder .ozellikler .item input { width: 63px; padding: 7px; border: none; border-radius: 8px; }
.finder .ozellikler .item a { width: 100%; display: flex; align-items: center; justify-content: center; background: #1972d5; padding: 13px; margin-top: 15px; color: #fff; border-radius: 9px; font-weight: 600; }
#sansli_cat { padding: 11px; font-size: 15px; border-radius: 10px; margin-top: 24px; border: none; width: 100%; }
.loader { transform: translateZ(1px); margin-top: 25px; margin-bottom: 25px; }
.loader:after { content: '?'; display: inline-block; width: 48px; height: 48px; border-radius: 50%; text-align: center; line-height: 40px; font-size: 32px; font-weight: bold; background: #FFD700; color: #DAA520; border: 4px double; box-sizing: border-box; box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, .1); animation: coin-flip 4s cubic-bezier(0, 0.2, 0.8, 1) infinite; }
.hideurun { }
.hideurun .sans_sonuc { display: flex; line-height: 20px; font-weight: 400; font-size: 15px; background: #fff; padding: 15px; border-radius: 7px; color: #786863; }
.hideurun .urun { display: flex; flex-direction: column; }
.hideurun .urun img { width: 100%; margin-bottom: 15px; }
.hideurun .urun .fiyat { display: flex; width: 100%; font-size: 14px; font-weight: 500; justify-content: center; text-align: center; margin-bottom: 13px; }
.hideurun .urun a.sans_getir { display: none; }
.hideurun .urun a { border: 0; background: none; color: #1972d5; cursor: pointer; padding: 0.6180469716em 1.41575em; text-decoration: none; font-weight: 400; text-shadow: none; display: inline-block; outline: none; -webkit-appearance: none; -webkit-font-smoothing: antialiased; border-radius: 3px; font-size: 14px; height: 35px; padding-top: 0.733em; padding-bottom: 0.467em; padding-left: 1.933em; border: 1px solid #1972d5; padding-right: 2em; font-weight: 700; background: #ffffff; }
.hideurun .urun a.sans_getir uil .uil-brightness-low { }
.hideurun .finder { font-size: 17px; line-height: 22px; text-align: center; color: #404052; }
@keyframes coin-flip {
0%, 100% { animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
0% { transform: rotateY(0deg); }
50% { transform: rotateY(1800deg); animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
100% { transform: rotateY(3600deg); }
}
.animate_zoom { animation: zoom-in-zoom-out 2s ease infinite; }
@keyframes zoom-in-zoom-out {
0% { transform: scale(1, 1); }
50% { transform: scale(1.07, 1.07); }
100% { transform: scale(1, 1); }
}
@keyframes butons {
0% { transform: scale(1, 1); }
50% { transform: scale(1.1, 1.1); }
100% { transform: scale(1, 1); }
}