.wp-block-button__link.wp-element-button.wc-block-components-product-button__button:visited{
    color: var(--wp--preset--color--color-2)
}

.wp-block-button__link.wp-element-button.wc-block-components-product-button__button:hover{
    color: var(--wp--preset--color--color-1)
}

.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button{
    transition: all 0.3s linear;
}

.wp-block-button span[data-wp-bind--hidden="!state.displayViewCart"]{
    position: absolute;
    bottom: -20px;
    font-weight: 500;
}