.product-quick-actions {
    font-size : var(--font-size-600);
    display   : flex;
}

.product-quick-action {
    position       : relative;
    width          : 60px;
    height         : 0;
    padding-bottom : 60px;
    border         : none;
    background     : white;
    color          : var(--product-badge-bg-color);
    transition     : all .3s ease-in-out;
    border-radius  : 50%;
    box-shadow     : 0 0 4px rgb(0 0 0 / 10%);
}

.product-quick-actions .product-quick-action:not(:first-child) {
    margin-left : .5em;
}

.product-quick-action .product-quick-action__icon {
    position  : absolute;
    top       : 50%;
    left      : 50%;
    transform : translate3d(-50%, -50%, 0);
}
