.tmst-breadcrumbs {
    font-weight: 400;
    color: var(--text-color);
    margin-top: 3rem;
    margin-bottom: 2rem;
    display: none;
}


.tmst-main__card:not(.tmst-main__active-orders-card) {
    background-color: #ffffff;
}


.t-store__card__btns-wrapper {
    margin-top: 0px !important;
}


tcart__addProduct({
  name: `Футболка ${selectedColor}, размер ${selectedSize}\n${prompt}`,
  price: 700,
  quantity: 1
});

