.t-store__prod-popup__btn-wrapper .t-store__prod-popup__btn {
    display: none;
}
.js-store-product  .js-store-prod-all-text a {
    height: 45px;
    font-size: 14px;
    padding-left: 30px;
    padding-right: 30px;
    color: #ffffff !important;
    background-color: #39796f;
    background-image: none;
    border-radius: 5px;
    white-space: normal;
    transition-duration: 0.2s;
    transition-property: background-color, color, border-color, box-shadow, opacity, transform;
    transition-timing-function: 
    ease-in-out;
    font-family: "BebasNeue", "Arial", sans-serif;
    border: 0 none;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    font-weight: 700;
    background-image: none;
    cursor: pointer;
    user-select: none;
    box-sizing: border-box;
    justify-content: center;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    align-items: center;
    display: inline-flex;
    gap: .5ch;
    margin-bottom: 20px;
}
