I could use help applying css code to the Add to Cart buttons on my shop page. I used the following code for the buttons on my home page, and I would like for them to match; however, I am having difficulty figuring out how to get it to apply to my shop page as well. Any help would be greatly appreciated
.sqs-block-button-element{
background: inherit!important;
background-color: rgba(255, 255, 255, .3)!important;
backdrop-filter: blur(5px)!important;
}