.js-store-prod-text a {
    display: block;
    width: 100%;
    max-width: 320px;
    margin: 20px auto 0 auto;
    padding: 12px 18px;
    border-radius: 12px;
    font-weight: 600;
    background-color: #111;
    color: #ffffff !important;
    text-decoration: none;
    text-align: center;
    transition: 0.2s ease;
}

.js-store-prod-text a:hover {
    opacity: 0.85;
}



.t-store__prod-popup__sku,
.js-store-prod-sku,
.t-store__prod-popup__brand,
.js-store-prod-brand {
    display: none !important;
}