.product-share-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 15px;
}

.product-share-buttons .share-url.btn-primary,
.product-share-buttons .product-share-btn.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin: 0;
  border-radius: 20px;
  padding: 0.5rem 1.25rem;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 1.2;
  color: #fff;
  background-color: #008bca;
  border: none;
  transition: background-color 0.2s ease, opacity 0.2s ease;
}

.product-share-buttons .share-url.btn-primary .icon-share {
  color: #fff;
}

.product-share-buttons .share-url.btn-primary:hover,
.product-share-buttons .share-url.btn-primary:focus,
.product-share-buttons .product-share-btn.btn-primary:hover,
.product-share-buttons .product-share-btn.btn-primary:focus {
  color: #fff;
  fill: #fff;
  background-color: #0078af;
}

.product-share-buttons .share-url.btn-primary.is-active,
.product-share-buttons .product-share-btn.btn-primary.is-active {
  opacity: 0.85;
}
