.brm-initials-badge {
    position: absolute;
    bottom: 12px;
    left: 12px;
    z-index: 6;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    max-width: calc(100% - 24px);
    padding: 7px 12px;
    background: rgba(36, 35, 39, 0.84);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-left: 2px solid #c8b89a;
    border-radius: 1px;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.18);
    pointer-events: none;
}

.brm-initials-badge__icon {
    flex-shrink: 0;
    width: 14px;
    height: 14px;
    opacity: 0.92;
    background: center / contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23c8b89a' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3l1.5 4.5L18 9l-4.5 1.5L12 15l-1.5-4.5L6 9l4.5-1.5L12 3z'/%3E%3Cpath d='M5 19c2-2 4.5-3 7-3s5 1 7 3'/%3E%3C/svg%3E");
}

.brm-initials-badge__text {
    font-family: "Geologica", sans-serif;
    font-size: 10px;
    font-weight: 300;
    line-height: 1.35;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #f4f4f7;
}

.brm-initials-badge--detail {
    bottom: 18px;
    right: 18px;
    left: auto;
    padding: 9px 14px;
    z-index: 50;
    border-left: 1px solid rgba(255, 255, 255, 0.16);
    border-right: 2px solid #c8b89a;
}

.brm-initials-badge--detail .brm-initials-badge__text {
    font-size: 11px;
}

.element-photo-main .main_image__wrap,
.product-item-detail-slider-block {
    position: relative;
}

.element-photo-main .main_image__wrap > .brm-initials-badge--detail,
.product-item-detail-slider-block > .brm-initials-badge--detail {
    position: absolute;
    bottom: 18px;
    right: 18px;
    left: auto;
    z-index: 50;
}

.element-photo-main .main_image__wrap {
    display: block;
    width: 100%;
}

@media (max-width: 575px) {
    .brm-initials-badge--detail {
        bottom: 12px;
        right: 12px;
        left: auto;
        padding: 6px 10px;
        gap: 6px;
    }

    .brm-initials-badge--detail .brm-initials-badge__text {
        font-size: 9px;
        letter-spacing: 0.04em;
    }
}
