.product-share {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin: 14px 0 20px;
}

.product-share button,
.product-share a {
    border: 1px solid var(--line);
    border-radius: 999px;
    background: #fff;
    color: #292929;
    padding: 8px 13px;
    font: 800 11px/1 inherit;
    text-decoration: none;
    cursor: pointer;
}

.product-share button:hover,
.product-share a:hover {
    border-color: var(--shop-secondary, #7657e8);
    color: var(--shop-secondary, #7657e8);
}

.product-share [data-share-feedback] {
    width: 100%;
    min-height: 16px;
    color: var(--muted);
    font-size: 11px;
}
