
/* FINAL: show full store name on normal desktop */
.rr-storefront-brand-text {
    max-width: none !important;
    width: auto !important;
    overflow: visible !important;
    text-overflow: clip !important;
    white-space: nowrap !important;
}

@media (max-width: 900px) {
    .rr-storefront-brand-text {
        max-width: 280px !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }
}

@media (max-width: 520px) {
    .rr-storefront-brand-text {
        max-width: 220px !important;
    }
}
