/** Shopify CDN: Minification failed

Line 68:0 Unexpected "}"

**/
.whatsAppFloatingButton--container{
    z-index: 4;
      position: fixed;
        bottom: 10px;
          right: 1.5rem;
            top: 79%;
              transition: transform .5s ease;
                animation: latidos .9s infinite;
                  transform-origin: center;
                  }

                  .whatsAppFloatingButton--container .closeMessages__button{
                    position: absolute;
                      top: calc(-60px - 7rem);
                        right: 0;
                          display: flex;
                            justify-content: center;
                              align-items: center;
                                text-align: center;
                                  width: 2.5rem !important;
                                    height: 2.5rem !important;
                                      background-color: #7d7d7d66;
                                        border: transparent;
                                          color: #fff;
                                            font-weight: 600;
                                              border-radius: 100%;
                                                opacity: 0;
                                                  transition: opacity 1s ease;
                                                    cursor: pointer;
                                                    }

                                                    .whatsapp-floating-button{  
                                                      display: flex;
                                                        align-items:center;
                                                          transition: transform .5s ease;
                                                            background-color: #25d366;
                                                              padding:10px;
                                                                border-radius:50%;
                                                                }

                                                                .whatsapp-floating-button:hover{background-color: #387d4a; color: white;}

                                                                .whatsAppFloatingButton--container .messages{
                                                                  position: absolute;
                                                                    top: calc(-60px - 4.2rem);
                                                                      right: 0;
                                                                        width: fit-content;
                                                                          overflow-y: hidden;
                                                                          }
                                                                          .whatsAppFloatingButton--container .messages p{
                                                                            padding: .7rem 1rem;
                                                                              margin: 1rem 0 1rem 1rem;
                                                                                white-space: nowrap;
                                                                                  color: #131313;
                                                                                    border-radius: 1rem;
                                                                                      background-color: #D9FDD3;
                                                                                        line-height: 1;
                                                                                          font-size: 2rem !important;
                                                                                            transition: transform .5s ease;
                                                                                              transform: translateY(250%);
                                                                                                box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.171);
                                                                                                }
}