/* --- GLAVNI FONT I OMOTAČ --- */
.loni-wrap {
    padding: 10px 0;
    max-width: 100%;
    overflow: hidden;
    font-family: 'Open Sans', sans-serif !important; 
}

/* --- UKLONJEN FADE IN --- */
/* Slajder je odmah vidljiv */
.loni-swiper-container {
    opacity: 1; 
}

.loni-link {
    text-decoration: none !important;
    color: inherit !important;
    height: 100%;
    display: flex;
    flex-direction: column;
}

/* KARTICA */
.loni-card {
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 12px;
    padding: 15px;
    text-align: center;
    height: auto;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 12px rgba(0,0,0,0.03);
    /* Uklonjen transform transition da ne bude animacije pomeranja */
    transition: border-color 0.3s ease, box-shadow 0.3s ease; 
    box-sizing: border-box;
    position: relative;
}

.loni-card:hover {
    /* UKLONJENO SKAKANJE (transform: translateY) */
    /* Samo menjamo boju ivice da se zna da je aktivno */
    border-color: #557b48;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08); /* Malo jača senka, ali bez pomeranja */
}

/* SLIKA */
.loni-card img {
    max-width: 100%;
    height: auto;
    margin-bottom: 0px !important;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* NASLOV */
.loni-title {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 16px;
    font-weight: 700;
    color: #222;
    margin-top: 0px !important;
    padding-top: 0px !important;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
    line-height: 1.2;
    min-height: 38px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

/* ACF KRATAK OPIS */
.loni-acf-desc {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 13px;
    color: #666;
    line-height: 1.4;
    margin-top: 2px !important;
    margin-bottom: 8px;
    height: 55px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/* ZVEZDICE */
.loni-stars {
    margin-bottom: 5px;
    height: 20px;
    display: flex;
    justify-content: center;
}

.loni-stars .star-rating {
    font-size: 16px;
    color: #FFC107 !important;
    width: 5.4em;
    height: 1.2em;
    line-height: 1.2em;
    font-family: sans-serif;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

.loni-stars .star-rating::before {
    content: "★★★★★";
    color: #e6e6e6;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    letter-spacing: 3px;
}

.loni-stars .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}

.loni-stars .star-rating span::before {
    content: "★★★★★";
    top: 0;
    position: absolute;
    left: 0;
    color: #FFC107;
    letter-spacing: 3px;
}

/* CENA */
.loni-price {
    display: block;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 16px;
    font-weight: 800;
    color: #333;
    margin-top: 0px;
    margin-bottom: 15px;
}

/* DUGME */
.loni-custom-btn {
    font-family: 'Open Sans', sans-serif !important;
    background-color: #557b48 !important;
    color: #fff !important;
    width: 100%;
    display: block;
    padding: 12px 0 !important;
    border-radius: 6px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    font-size: 12px !important;
    letter-spacing: 0.5px;
    line-height: 1;
    margin-top: auto;
    transition: background 0.3s;
}
.loni-custom-btn:hover { background-color: #3e5a34 !important; }

/* LOADING EFEKTI */
.loni-custom-btn.loading { opacity: 0.7; cursor: wait; }
.loni-custom-btn.loading::after { top: 50%; margin-top: -8px; }
.loni-custom-btn.added { background-color: #3e5a34 !important; }
.loni-btn-wrap .added_to_cart { display: none !important; }

/* OMEGA FOOTER */
.loni-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 25px;
    padding: 0 5px;
}
.loni-progress-track {
    flex: 1;
    height: 4px;
    background: #f1f1f1;
    margin-right: 20px;
    border-radius: 2px;
}
.loni-progress-bar {
    height: 100%;
    background: #557b48;
    width: 0;
    border-radius: 2px;
    transition: width 0.3s;
}
.loni-nav { display: flex; gap: 10px; }
.loni-prev, .loni-next {
    width: 35px; height: 35px;
    border: 1px solid #ddd;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    cursor: pointer; background: #fff; color: #557b48;
    font-size: 14px;
    user-select: none;
}

/* DESKTOP */
@media (min-width: 1024px) {
    .loni-title {
        font-size: 22px; 
        margin-top: 0px !important; 
        margin-bottom: 2px !important;
        min-height: 50px; 
    }
    .loni-acf-desc {
        font-size: 16px; 
        line-height: 1.5;
        height: 70px;
        -webkit-line-clamp: 3;
    }
    .loni-price { font-size: 18px; }
    .loni-custom-btn { font-size: 14px !important; padding: 14px 0 !important; }
}

/* MOBILNI */
@media (max-width: 768px) {
    .loni-card { padding: 10px; min-height: 360px; }
    .loni-title { font-size: 14px; min-height: 34px; }
    .loni-acf-desc { font-size: 12px; height: 48px; }
    .loni-price { font-size: 15px; margin-bottom: 10px; }
    .loni-custom-btn { padding: 10px 0 !important; font-size: 11px !important; }
} 