html {
    scroll-behavior: smooth;
    scroll-padding-top: 40px;
}
/* adjust scroll offset for mobile header */
@media( max-width: 767px){
    html {
        scroll-padding-top: 40px;
    }  
}

.loopItem--image {
    display: flex;
}

.loopItem--image img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
	border-radius: 20px;
}

ul.fiyatlar {
    padding: 0;
    margin: 0;
    list-style: none;
    font-weight: 900;
    color: #784821;
    font-size: 24px;
    line-height: 32px;
}

ul.fiyatlar .tl {
	font-size: 70%;
}