.t786__title {
    text-align: center;
}

.t786__descr{
    text-align: center;
}

.t786__price-wrapper {
    text-align: center;
}

.t786__price-item {
    text-align: center;
}

.t786__bgimg{
border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 15px;
  transition: all 0.6s ease;
}

.t786__bgimg:hover{
    border-color: #7B0000; /* RGB: 123, 0, 0 */
  border-radius: 25px;
}

.t-popup__container {
    border-radius:25px;
}

.t-popup .t786__btn-wrapper{
    text-align:center;
}

.home .tn-atom {
  color: rgba(255, 255, 255, 0.5) !important;
  transition: color 0.5s ease !important;
  cursor: pointer;
}

.home:hover .tn-atom {
  color: #7B0000 !important;
}

/* Для merch тоже */
.merch .tn-atom {
  color: rgba(255, 255, 255, 0.5) !important;
  transition: color 0.5s ease !important;
  cursor: pointer;
}

.merch:hover .tn-atom {
  color: #7B0000 !important;
}

.privacy .tn-atom {
  color: rgba(255, 255, 255, 0.5) !important;
  transition: color 0.5s ease !important;
  cursor: pointer;
}

.privacy:hover .tn-atom {
  color: #7B0000 !important;
}

/* Для merch тоже */
.contract .tn-atom {
  color: rgba(255, 255, 255, 0.5) !important;
  transition: color 0.5s ease !important;
  cursor: pointer;
}

.contract:hover .tn-atom {
  color: #7B0000 !important;
}

.t706__cartwin-content{
    background-color: #0a0a0a;
}

.t-name {
    color: #ffffff;
}

.t706__product-title{
    color: #ffffff;
}

.t706__product-amount{
    color: #ffffff;
}

.t706__cartwin-prodamount-wrap{
    color:#ffffff;
}

.t706__product-quantity{
    color: #ffffff;
}

.t706__product-imgdiv{
    color: #0a0a0a;
}

.t706__cartwin-totalamount-wrap{
    color: #ffffff;
}