.sticky-button{bottom:0;left:0;position:fixed;right:0;transform:translateY(100%);transition:transform .3s ease-in-out;width:100%;z-index:100}.sticky-button .product-button{border-radius:0;position:relative;z-index:100}.sticky-button .product-button-message{background-color:#fff;border:1px solid #d62d2d;border-radius:100px;display:none;font-size:16px;font-weight:400;left:0;margin:auto 10px;padding:12px 12px 12px 45px;position:absolute;right:0;top:-100%;transform:none;z-index:80}.sticky-button .product-button-message.shown{animation:sticky-button-message .5s;display:block;transform:none}.sticky-button .product-button-message:before{bottom:0;content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='none'%3E%3Cpath d='M11 19.25a8.25 8.25 0 1 0 0-16.5 8.25 8.25 0 0 0 0 16.5Zm0-12.375v4.813' stroke='%23EE3C3C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11 15.64a.86.86 0 1 0 0-1.718.86.86 0 0 0 0 1.719Z' fill='%23EE3C3C'/%3E%3C/svg%3E");height:-moz-fit-content;height:-webkit-fit-content;height:fit-content;left:3%;margin:auto;position:absolute;top:0;z-index:50}@keyframes sticky-button-message{0%{top:100%}to{top:-100%}}@media (min-width:768px){.sticky-button{display:none}}