/* ürün başlık barı */
/*
#urun-title-bar {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
}
*/
.ozet-baslik-container {
    display: flex;
    align-items: center;
    gap: 20px;
}
h1.urun-adi {
    margin: 0;
    font-size: 1.7rem;
}
.ozet-baslik-container .ozet-baslik {
    font-size: 1.2rem;
}
.genel-bakis-btn a,
.ozellikler-btn a {
    font-size: 1rem;
    font-weight: normal;
    text-decoration: none;
    border: 0;
}
.genel-bakis-btn a.active,
.ozellikler-btn a.active {
    font-family: 'Gilroy Semi-Bold';
    font-weight: 900;
}
.tv-hero-img:not(.elementor-element-edit-mode) {
    pointer-events: none;
    user-select: none;
}
@media (max-width: 767px) {
    .ozet-baslik-container {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
    }
    h1.urun-adi {
        text-align: left;
    }
    .ozet-baslik-container .ozet-baslik {
        font-size: 13px;
        line-height: 15px;
    }
}


/* ürün şablon, genel bilgiler aktif, özellikler gizli */
.urun-ozellikler {
    display: none;
}

/* ürün nitelik tablosu */
.nitelik {
    display: flex;
    margin-bottom: 30px;
}
.nitelik:last-child {
    margin-bottom: 0;
}
.nitelik .nitelik-adi,
.nitelik .nitelik-degeri {
    width: 50%;
}
.nitelik .nitelik-adi {
    font-weight: bold;
}
@media (max-width: 767px) {
    .elementor-widget-nitelikler-widget .elementor-widget-container {
        height: auto;
    }
    .nitelik {
        gap: 10px;
        margin-bottom: 10px;
    }    
}