/*Estilos para botón de comprar en tienda por WSP*/

@media (max-width: 1024px) {
    .button-buy-in-store-wsp {
        width: clamp(1px, 100%, 215px) !important;
    }
}

.button-buy-in-store-wsp {
    background-color: #449534;
    padding: 0rem 0.5rem;
    display: flex;
    width: 100%;
    max-width: 350px;
    height: 42px;
    align-items: center;
    justify-content: center;

    .content-in-store-wsp{
        display: flex;
        align-items: center;
        gap: 0.5rem;
        color: white;
        text-decoration: none;

        svg{
            width: 3.2rem;
        }

        span{
            font-weight: bold;
            font-size: 1.5rem;
            text-decoration: none;
        }
    }
}