.product-dealer-badge-slot {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 12;
}

.yetkili-satici-badge {
    position: relative;
    z-index: 1;
    top: auto;
    right: auto;
    max-width: calc(100% - 0.5rem);
    padding: 0.35rem 0.55rem 0.38rem 0.7rem;
    border-radius: 0 0.5rem 0 0.65rem;
    background: linear-gradient(135deg, #c2410c 0%, #ea580c 45%, #f97316 100%);
    color: #fff;
    font-size: 0.5625rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    box-shadow: 0 3px 10px rgba(194, 65, 12, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.28);
    pointer-events: none;
}

.product-gallery-stage .yetkili-satici-badge {
    top: 0;
    right: 0;
    padding: 0.45rem 0.7rem 0.48rem 0.85rem;
    font-size: 0.6875rem;
    border-radius: 0 0.75rem 0 0.85rem;
    box-shadow: 0 4px 14px rgba(194, 65, 12, 0.45);
}

.product-card .yetkili-satici-badge {
    z-index: 15;
}
