/* Show product popup buttons */
.t-store__prod-popup__btn-wrapper,
.t-store__prod-popup__btn,
.t-store__prod-popup__btns-wrapper,
.t-store__prod-popup .t-btn {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* Hide SKU and brand */
.t-store__prod-popup__sku,
.t-store__prod-popup__brand {
    display: none !important;
}

/* =========================
   BUY BUTTON (ACTIVE)
========================= */

.js-store-prod-text a,
.t-store__prod-popup__btn {
    display: flex !important;
    align-items: center;
    justify-content: center;

    width: auto !important;
    max-width: 320px;

    margin: 7px 0 2px !important;

    padding: 14px 22px;

    border-radius: 8px;

    background: #111 !important;
    color: #fff !important;

    font-family: "Montserrat", Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;

    text-decoration: none !important;

    cursor: pointer;

    box-shadow: 0 6px 18px rgba(0,0,0,0.12);
}





.t-store__card__mark,
.t-store__prod-popup__mark {
    padding: 1px 4px !important;
    line-height: 1 !important;
    height: auto !important;
    min-height: unset !important;
}