.product--related-categories-inner {display:flex;gap:8px;flex-wrap:wrap;}
.product--related-category {display:inline-flex;border-radius:6px;padding:4px 10px 4px 5px;border:1px solid var(--Content-Subdued);gap:5px;min-height:40px;font-size:14px;line-height:20px;align-items:center;}
.product--related-category img {width:30px;height:30px;object-fit:contain;border-radius:3px;}
.product--related-category span {margin:0 10px;}
.product--related-category:hover {border-color:var(--color-body);}

@media only screen and (min-width:992px) {
  .product--related-categories {margin-bottom:25px;}
}
@media only screen and (max-width:991px) {
  .product--related-categories {margin-bottom:20px;}
}