.f-product-inline-share{
  display:flex;
  align-items:center;
  gap:18px;
  margin-top:18px;
  padding-top:16px;
  border-top:1px solid rgba(19,40,59,.14);
}
.f-product-inline-share__label{
  flex:0 0 auto;
  white-space:nowrap;
  color:#253d52;
  font-size:14px;
  font-weight:700;
}
.f-product-inline-share .f-sharing-social{
  display:block;
  min-width:0;
  margin:0!important;
  padding:0!important;
}
.f-product-inline-share .f-sharing-social>label{display:none!important;}
.f-product-inline-share .f-sharing-social>.m\\:flex{
  display:flex!important;
  align-items:center;
  justify-content:flex-start!important;
  flex-wrap:wrap;
  gap:16px!important;
  width:auto!important;
  margin:0!important;
  padding:0!important;
}
.f-product-inline-share .f-sharing-social a,
.f-product-inline-share .f-sharing-social f-share-copy,
.f-product-inline-share .f-sharing-social f-share-line{
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  flex:0 0 28px;
  width:28px;
  height:28px;
  margin:0!important;
  padding:0!important;
  color:#385069;
  transform:none!important;
  transition:color .2s ease,transform .2s ease;
}
.f-product-inline-share .f-sharing-social a:hover,
.f-product-inline-share .f-sharing-social f-share-copy:hover,
.f-product-inline-share .f-sharing-social f-share-line:hover{
  color:#f47b20;
  transform:translateY(-2px)!important;
}
.f-product-inline-share .f-sharing-social svg{
  display:block;
  max-width:16px;
  max-height:16px;
}
@media(max-width:767px){
  .f-product-inline-share{align-items:flex-start;gap:13px;margin-top:16px;padding-top:14px;}
  .f-product-inline-share .f-sharing-social>.m\\:flex{gap:10px!important;}
  .f-product-inline-share .f-sharing-social a,
  .f-product-inline-share .f-sharing-social f-share-copy,
  .f-product-inline-share .f-sharing-social f-share-line{flex-basis:26px;width:26px;height:26px;}
}