@media screen and (max-width: 960px) {
    .t-store__grid-cont .t-store__card-list {
        row-gap: 20px !important;
    }
    .t-store__stretch-col {
    padding: 0 5px !important;
}
}
.t-store__prod-popup__name {

    font-size: 20px  !important;

}

.t-store__prod-popup__sku {
    font-size: 10px !important;
}
.t-store__prod-popup__brand, .t-store__prod-popup__sku
 {
    color: #a9a9a9 !important;
  
}
.t-store__prod-popup__price-wrapper {
    margin-bottom: 50px !important;
}

@media (max-width: 480px) {
    .t1002__addBtn {
        height: 30px !important;
        width: 30px !important;
    }
}
.t1002__picture-wrapper .t1002__addBtn, .t-store__card__imgwrapper .t1002__addBtn {
    position: absolute;
    right: 0px !important;
    top: 0px !important;
  
}
.t1002__addBtn svg path {
    stroke-width: 1px !important;
  
}