.store-product-share{display:flex;align-items:center;justify-content:flex-end;flex-wrap:nowrap;gap:2px;margin:16px 0 24px;color:var(--ink,#39362f);font-size:14px}
.store-product-share>span{margin-right:6px;white-space:nowrap}
.store-product-share a{display:inline-flex;flex:0 0 32px;align-items:center;justify-content:center;width:32px;height:44px;padding:0;border:0;border-radius:50%;background:transparent;color:inherit;text-decoration:none;line-height:1;transition:background-color .15s ease}
.store-product-share a:hover{background:var(--store-sand,#e7ddd2);color:inherit}
.store-product-share a:focus-visible{outline:2px solid currentColor;outline-offset:2px}
.store-product-share i{font-size:21px}
@media(prefers-reduced-motion:reduce){.store-product-share a{transition:none}}
/* Optical balance: the brand glyphs have different proportions. */
.store-product-share .fa-whatsapp{font-size:21px}
.store-product-share .fa-facebook-f{font-size:18px}
.store-product-share .fa-x-twitter{font-size:19px}

.store-detail-page .store-price-row{flex-wrap:wrap;align-items:center;gap:8px 16px}
.store-detail-page .store-price-row>.store-product-share{display:flex;gap:2px;margin:0 0 0 auto;font-size:12px}
.store-detail-page .store-price-row>.store-product-share>span{margin-right:6px}
