.cfb-lines{
    position:absolute;
    top:33px;
    left:5px;
    z-index:50;

    display:flex;
    flex-direction:column;
    gap:4px;

    max-height:160px;
    overflow-y:auto;
    overflow-x:hidden;

    pointer-events:auto;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:none;
}

.cfb-lines::-webkit-scrollbar{
    display:none;
}

.cfb-line{
    display:flex;
    min-width:70px;
    padding:4px 6px;
    background:#fafafa;
    border:1px solid rgb(227, 129, 77);
    border-radius:4px;
    color:#111;
    font-family:source_sans_prosemibold, sans-serif;
    font-weight:600;
    font-size:11px;
    line-height:1.2;
}

.product_img_link,
.thumbnail-container,
.product_img_link picture,
.pro_outer_box{
    position:relative !important;
}

.cfb-text{
    display:inline-block;
    line-height:1.2;
}

/* az stok varsa aşağı indir */
.product_img_link:has(.azstok) .cfb-lines,
.pro_outer_box:has(.azstok) .cfb-lines,
.thumbnail-container:has(.azstok) .cfb-lines{
    top:60px !important;
}
.cfb-icon{
    flex:0 0 auto;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:14px;
    min-width:14px;
    margin-right:5px;
    font-size:12px;
    line-height:1;
    font-style:normal;
}

.cfb-icon-battery{
    color:#7cc576;
}

.cfb-icon-watt{
    color:#ff8a00;
}

.cfb-icon-ml{
    color:#2f7de1;
}

.cfb-icon-ohm{
    color:#111;
    font-family:Arial, Helvetica, sans-serif;
    font-weight:700;
    width:16px;
    min-width:16px;
    margin-right:6px;
}
