.wa-selia {
    position: fixed;
    bottom: 150px;
    z-index: 9;
    width: 48px;
    height: 48px;
}
.product-card {
    background-color: var(--product-bg);
    display: flow;
    rflow: hidden;
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
}