/* RESA — stores + tarifs (chargé après le thème Mivon) */

.store-badges {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.store-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(40, 40, 40, 0.55);
    backdrop-filter: blur(1.5rem);
    transition: border-color 0.3s, background 0.3s, color 0.3s;
}

.store-badge i {
    font-size: 18px;
    line-height: 1;
}

.store-badge:hover {
    color: #fff;
    border-color: #fff;
    background: rgba(255, 255, 255, 0.08);
}

.store-badges--compact .store-badge {
    border-radius: 100px;
    padding: 8px 14px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}

.store-badges--full .store-badge {
    border-radius: 12px;
    min-width: 168px;
    padding: 10px 16px 9px;
}

.store-badge__text {
    display: flex;
    flex-direction: column;
    line-height: 1.15;
    font-size: 14px;
    font-weight: 600;
}

.store-badge__text small {
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    opacity: 0.7;
}

.navbar .logo {
    order: 1;
}

.navbar-app-download {
    display: flex;
    flex-shrink: 0;
    order: 2;
    margin-left: auto;
    margin-right: 8px;
    z-index: 3;
}

.navbar .navbar-toggler {
    order: 3;
}

.navbar .navbar-collapse {
    order: 4;
}

.navbar-app-download .store-badge__label {
    display: none;
}

.navbar-app-download .store-badge {
    width: 40px;
    height: 40px;
    padding: 0;
    justify-content: center;
    border-radius: 50%;
}

@media (min-width: 992px) {
    .navbar .navbar-collapse {
        order: 2;
        padding-right: 12px;
    }

    .navbar-app-download {
        order: 3;
        margin-left: 8px;
        margin-right: 0;
    }
}

.footer-store-badges {
    max-width: 380px;
}

.price-style1 .store-badges {
    margin-top: 40px;
}

.price-style1 .store-badges--full {
    flex-direction: column;
    align-items: stretch;
}

.price-style1 .store-badges--full .store-badge {
    width: 100%;
    min-width: 0;
    justify-content: center;
}
