.sp-product-title { line-height: 1.1; }
.sp-product-title .sp-title-main{
  font-weight: 700;
  font-size: 1.125rem;
  letter-spacing: .2px;
}
.sp-product-title .sp-title-accent{
  font-weight: 600;
  font-size: 1.125rem;
  letter-spacing: .6px;
  /* text-transform: uppercase; */
}
.sp-product-desc{
  font-size: .95rem;
  color: #4b5563;
  line-height: 1.35;
}
.sp-sku{ font-variant-numeric: tabular-nums; }

.sp-card-thumb{
  display: block;
  width: 200px;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
  object-fit: contain;
  max-width: none;
}
@media (max-width: 576.98px){
  .sp-product-title .sp-title-main,
  .sp-product-title .sp-title-accent{ font-size: 1.0625rem; }
  .sp-product-desc{ font-size: .93rem; }
}

/* Карточка не должна растягиваться на высоту ряда */
.sp-product-card > .bg-white{
  height: auto !important;
}
/* Пилюли категорий */
.sp-cat-filter .btn{
  border-radius: 9999px;
  padding: .4rem .9rem;
}
.sp-cat-filter .btn.active{
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
