.js-store-prod-text  a[href="#pog"]:before{
        background-image: url(https://static.tildacdn.com/tild3739-6564-4039-a365-383531383333/door.png);
}
    
.js-store-prod-text  a[href="#pog"]:before{
        width: 20px;
        height: 20px;
        content: "";
        position: relative;
        top: 4px;
        display: inline-block;
        background-size: contain;
        background-repeat: no-repeat;
        padding-left: 8px;
}

.js-store-prod-text  a[href="#pog"]{
        font-size: 12px !important;
        background-color: #f49100;
        border-radius: 4px; 
        padding-left: 12px;
        padding-right: 12px;
        padding-bottom: 15px;
        padding-top: 13px;
        webkit-transition: background-color 0.2s ease-in-out;
        transition: background-color 0.2s ease-in-out;
    }
    .js-store-prod-text  a[href="#pog"]:hover {
        background-color: #e94f1b;
    }