.kadence-header-cart {
    display: none !important;
}
body {
    transition: none !important;
}
body.showing-popup-drawer-from-right {
    overflow: hidden !important;
}

.sepetim-wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
}

.sepetim-icon {
    width: 38px;
    height: 38px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}



  .sepetim-text {
    color: #fff;
}
    .sepetim-badge {
        position: absolute;
        top: -6px;
        right: -6px;
        background: #000;
        color: #fff;
        font-size: 11px;
        min-width: 18px;
        height: 18px;
        border-radius: 99px;
        display: flex; /* Burada display: flex diyerek görünür kılıyoruz */
        align-items: center;
        justify-content: center;
        font-weight: 600;
        z-index: 2;
    }


@media (max-width: 768px) {
  
.sepetim-text, .sepetim-badge {
    display: none !important;
}

}
