.pwa-a2hs-active{
    background-color: var(--c-primary);
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    padding: 2rem;
    justify-content: center;
    align-items: center;
    color: white;
    margin: .5rem 0 0;

    @media(min-width:62rem){
        margin: 0 0.5rem 0.5rem;
    }
}

.pwa-a2hs-active > p{
    font: var(--f-p-big);
    font-weight: 500;    
}

.pwa-a2hs-active button{
    font: var(--f-p);
    font-weight: 500;
    text-transform: uppercase;
    padding: 0.65rem 1.5rem;
    outline: none;
    border: 2px solid white;
    border-radius: 2rem;
    background-color: var(--c-primary);
    color: white;
    display: flex;
    align-items: center;
    gap: 0.65rem;
    cursor: pointer;
    transition: var(--transition);
}

.pwa-a2hs-active button:hover{
    color: var(--c-primary);
    background-color: white;
}

.pwa-a2hs-active button::after{
    content: url('data:image/svg+xml,<svg viewBox="0 0 32 28" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18 3H3V21H29V16H32V21C32 22.6569 30.6569 24 29 24H22V28H10V24H3C1.34315 24 0 22.6569 0 21V3C0 1.34315 1.34315 0 3 0H18V3ZM26.5 10.3789L29.4395 7.43945L31.5605 9.56055L25 16.1211L17.9395 9.06055L20.0605 6.93945L23.5 10.3789V0H26.5V10.3789Z" fill="white"/></svg>');
    width: 1.25rem;
    height: auto;
    margin-top: 0.25rem;
    transition: var(--transition);
}

.pwa-a2hs-active button:hover::after{
    content:url('data:image/svg+xml,<svg viewBox="0 0 32 28" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18 3H3V21H29V16H32V21C32 22.6569 30.6569 24 29 24H22V28H10V24H3C1.34315 24 0 22.6569 0 21V3C0 1.34315 1.34315 0 3 0H18V3ZM26.5 10.3789L29.4395 7.43945L31.5605 9.56055L25 16.1211L17.9395 9.06055L20.0605 6.93945L23.5 10.3789V0H26.5V10.3789Z" fill="%23A13636"/></svg>');
}