/** Shopify CDN: Minification failed

Line 40:4 Unexpected "}"

**/


/* CSS from section stylesheet tags */
.moship-whatsapp {
        position: fixed;
        bottom: 3rem;
        right: 1rem;
        z-index: 101;
    }

    .moship-whatsapp__button:hover {
        opacity: 1;
    }

    .moship-whatsapp__button {
    display: flex;                /* para centrar el SVG */
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 2;
    bottom: 65px;
    right: 20px;
    background: #473423;          /* color de fondo */
    padding: 12px;                /* mismo padding en todos lados */
    border-radius: 50%;           /* círculo perfecto */
    cursor: pointer;
}

.moship-whatsapp__button svg {
    fill: white;                  /* ícono negro */
    width: 28px;
    height: 28px;
}

    }