.owl-carousel { position: relative; }
/* Image Container */
.owl-carousel .item {
    position: relative;
    overflow: hidden;
    border: 2px solid #ddd;
    border-radius: 10px;
    margin: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.owl-carousel .item img {
    width: 100%;
    border-radius: 10px;
    transition: transform 0.3s ease;
}
/* Hover effect for images */
.owl-carousel .item:hover {
 transform: scale(0.97);
 box-shadow: 0 0 15px 5px #6dadb2;
}
/* Custom Navigation (Previous and Next) */
.owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex !important;
    justify-content: space-between;
    z-index: 10;
    transform: translateY(-50%);
}
.owl-nav button {
    background-color: transparent !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* Styling for custom navigation arrows */
.owl-nav .custom-nav {
    background-color: #fff;
	 font-weight: 900;
    color: #ff4000;
    border: 2px solid #ff4000;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    transition: all 0.3s ease; 
    text-align: center;
}
.owl-nav .custom-nav:hover {background-color: #ff4000; color: white;}
.owl-nav .custom-nav:focus {outline: none;}
@media (max-width: 768px) {
    .owl-nav .custom-nav {
        width: 27px;
        height: 27px;
        font-size: 16px;
    }
}
.owl-carousel .item {
    position: relative;
    overflow: hidden;
    border: 2px solid #eee;
    border-radius: 10px;
	padding:5px 5px 0px 5px;
    margin: 1px;
    background-color: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding-bottom: 15px; /* Alt kısım için boşluk */
}
/* Ürün bilgileri */
.owl-carousel .item a > b {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #333; 
    min-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media screen and (max-width: 410px) and (min-width: 321px) {
    .owl-carousel {
        font-size: 14px !important;
        font-weight: 500;
        line-height: 17px !important;
    }
}
.owl-carousel .item span:last-child {
    margin-top: 6px;
    display: flex;
    align-items: center;
    gap: 5px;
}
.owl-carousel .item .fa-grip {
    font-size: 18px;
    color: #aaa;
    margin-top: 5px;
}
/* Mobil uyum */
@media (max-width: 768px) {
    .owl-carousel .item img {
        height: 123px;
    }
    .owl-carousel .item a > b {
        font-size: 14px;
    }
    .owl-carousel .item span {
        font-size: 15px;
    }
}
/*fiyat*/
.fiyat-grubu {
    margin-bottom: -11px;
    display: flex;
    flex-direction: column; /* Alt alta dizim */
    justify-content: center;
    align-items: center;     /* Ortala */
    gap: 4px;
}
.maxfiyat {
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
}
.fiyati {font-size: 17px; font-weight: 600; color: #000;}
.maxfiyat {text-decoration: line-through; color: #999;}
/* Mobilde alt alta */
@media (max-width: 576px) {
    .fiyat-grubu {
    align-items: center;
	margin-bottom: -3px;
    display: flex;
    flex-direction: column; /* Alt alta dizim */
    justify-content: center;
    align-items: center;     /* Ortala */
    gap: 4px;
    }
}
/* Ürünü İncele yazısı normal görünüm */
.incele {
    text-align: center;
    margin-top: 5px;
}
.incele i {
    color: #456490;
    margin-right: 5px;
    vertical-align: middle;
    font-size: 16px;
}
.incele-yazi {
    color: #169b24 !important;
    text-decoration: none !important;
    font-weight: 500;
    vertical-align: middle;
    font-size: 15px;
}
/**/
