.t-store__tabs__content.t-descr.t-descr_xxs {
    font-size: 14px;
}
.t-store__card__bgimg, .t-store__card__bgimg_second {
    border-radius: 5px;
    box-shadow: 0px 0px 5px #BDBDBD;
    transition: box-shadow .3s;
}

.t-store__card__bgimg:hover {
    box-shadow: 0px 0px 15px #BDBDBD;
}

.t-store__card__imgwrapper {
    padding-bottom: 100%;
}

@media (min-width: 1200px) and (max-width: 1515px) {
        .t-menu__link-item {
    font-size: 14px !important;
  }
    .t228__right_descr div{
            font-size: 14px !important;
        }
    .t228__logo {
             font-size: 18px !important;
    }
    .t228__padding40px{
        width: 10px !important;
    }
}
}
.t-store__card__sold-out-msg:after {
  content:'In Private Collection'; 
  visibility: visible;
  display: block;
}

@media screen and (max-width: 560px) {
    .t-store__prod-snippet__container {
        padding-top: 5px;
        padding-bottom: 60px;
    }
}

.t-store__card__mark {
    height: 25px;
    border-radius: 10px;
    background-color: rgba(25,67,130,0.7) !important
}