.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:#ffcdcd;border:1px solid #d62d2d;border-radius:20px;bottom:82px;display:none;font-size:12px;font-weight:400;margin-left:10px;max-width:calc(100% - 96px);padding:12px 12px 12px 40px;position:absolute;transform:none;width:-moz-fit-content;width:-webkit-fit-content;width:fit-content;z-index:80}.sticky-button .product-button-message.shown{animation:sticky-button-message .5s;animation-delay:.3s;animation-fill-mode:both;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");display:block;height:22px;left:10px;margin:auto;position:absolute;top:0;width:22px;z-index:50}@keyframes sticky-button-message{0%{opacity:0}to{opacity:1}}@media(min-width:768px){.sticky-button{display:none}}