.yas-pdp__block--collections {
  margin-top: 24px;
}

.yas-pdp__collections-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin-top: 12px;
}

.yas-pdp__collections-link {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.3;
  text-decoration: none;
  transition: border-color 0.2s ease;
}
.yas-pdp__collections-link:hover {
  border-color: currentColor;
}

/*# sourceMappingURL=yas-pdp-collections.css.map */
