.urun-item {
    font-size: 16px;
    margin-bottom: 10px;
}
.urun-ad{
    font-weight: bold;
}
.urun-aciklama-search{
    font-size: 12px;
    line-height: normal;
    color: #83888e;
}

.urun-fiyat {
    color: rgb(97 97 97);
    font-size: 14px;
    bottom: 0;
    right: 0;
    font-weight: bold;
    margin: 8px;
    padding: 4px 8px;
    background: linear-gradient(to left, rgb(255 191 61 / 71%), rgb(255 212 125 / 0%));
    /* Gradyan */
    border-radius: 4px;
    /* Hafif köşeler için */
}

hr {
    margin: 5px 0;
}

.slider-resim {
    height: 225px;
}

.slider-resim img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Görseli düzgünce sığdırır */
    object-position: center;
    /* Görseli ortalar */
}

#backToTopBtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none; /* Başlangıçta gizle */
    z-index: 99;
    border: 2px solid;
    outline: none;
    background-color: #fb784f;
    color: white;
    cursor: pointer;
    padding-top: 7px;
    padding-bottom: 7px;
    border-radius: 50%;
    font-size: 18px;
}

#backToTopBtn:hover {
    background-color: #de8d3f; /* Hover etkisi */
}
