[data-sibling-products] .product__label-wrapper .product__label{
  display:flex
}

.product-item__text{
  margin: 0;

  .fs-product-card-title{
    font-weight: bold;
  }
}


.announcement-bar__item-inner > * {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 34px;
}
.btn,
button{
  border-radius: 10px;
}