/* Portfolio Gallery - Store */

/* Hide prices */
.t-store__card__price-value {
    display: none !important;
}
/* Hide only the € symbol */
.t-store__card__price-currency {
    display: none !important;
}
/* Hide "Add to Cart" buttons */
.t-store__btn {
    display: none !important;
}
/* Hide cart icon in the header */
.t706__cart-link {
    display: none !important;
}
/* Hide "Product" label */
.t-store__title-label {
    display: none !important;
}
/* Hide quantity selector */
.t-store__quantity {
    display: none !important;
}

/* Hide the shopping bag icon and quantity dot */
.t706__cart-link {
    display: none !important;
}

/* Hide the cart wrapper (if the above doesn't work) */
.t706__carticon {
    display: none !important;
}

/* Hide the cart counter (red dot with quantity) */
.t706__cart-counter {
    display: none !important;
}

t706__carticon-text t-name t-name_xs {
    display: none !important;
}


/* This forces any element with the class 'geometric-x' to use Montserrat */
.geometric-x {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700 !important;
}
</style>
