.js-store-prod-text a {
    display: inline-block;
    width: calc(100% - 0px);
    padding: 12px 20px;
    margin-right: 10px;
    margin-top: 10px;
    border-radius: 0px;
    font-weight: 600;
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    background-color: transparent;
    border: 1px solid #131313;
    color: #131313 !important;
    transition: all 0.3s ease;
   

}


.js-store-prod-text a:hover {
    background-color: #131313; !important;
    color: #fff !important;
    
}

@media (max-width: 480px) {
    .custom-buttons-wrapper {
        flex-direction: column;
        width: calc(100% - 0px);
    }
}

.t706__cartwin_showed {
    z-index: 999999999;
}



