.shop-map-cluster-marker {
    background: transparent;
    border: none;
    outline: none;
}

.shop-map-cluster-marker:focus,
.shop-map-cluster-marker:focus-visible {
    outline: none;
}

.leaflet-marker-icon.shop-map-cluster-marker {
    outline: none !important;
}

.shop-map-cluster {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: rgba(52, 94, 191, 0.94);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.28);
    border: 2px solid #fff;
}

.marker-cluster-small,
.marker-cluster-medium,
.marker-cluster-large {
    background-color: transparent !important;
}

.marker-cluster-small div,
.marker-cluster-medium div,
.marker-cluster-large div {
    background-color: rgba(52, 94, 191, 0.94) !important;
    color: #fff !important;
    font-weight: 700;
    border: 2px solid #fff;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.28);
}

.leaflet-cluster-spider-leg {
    display: none !important;
    opacity: 0 !important;
    stroke-width: 0 !important;
}
