.izynex-service-icon {
  --service-a: #ff9b42;
  --service-mid: #f12f79;
  --service-b: #745cff;
  --service-soft-a: #ffc04b;
  --service-glow: rgba(116, 92, 255, .2);
  position: relative;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  flex: 0 0 auto;
  overflow: visible;
  border: 0;
  border-radius: 0;
  color: #fff;
  background: transparent;
  box-shadow: none;
  isolation: isolate;
}
.izynex-service-icon::before { content:none; }
.izynex-service-icon .service-icon-art {
  display:block;
  width:50px;
  height:50px;
  max-width:none;
  object-fit:contain;
}
.izynex-service-icon.is-network-instagram { --service-a:#ff9b42;--service-mid:#f12f79;--service-b:#745cff;--service-soft-a:#ffc04b;--service-glow:rgba(217,45,135,.24); }
.izynex-service-icon.is-network-facebook { --service-a:#63a4ff;--service-mid:#2f7df0;--service-b:#1454d1;--service-soft-a:#8bbcff;--service-glow:rgba(37,99,235,.24); }
.izynex-service-icon.is-network-youtube { --service-a:#ff7380;--service-mid:#ef3347;--service-b:#bd0d20;--service-soft-a:#ff9b83;--service-glow:rgba(239,68,68,.24); }
.izynex-service-icon.is-network-tiktok { --service-a:#41e7e9;--service-mid:#2d3444;--service-b:#ff315f;--service-soft-a:#8ff6f3;--service-glow:rgba(34,211,238,.22); }
.izynex-service-icon.is-network-kwai { --service-a:#ffb256;--service-mid:#f47b2e;--service-b:#e85613;--service-soft-a:#ffd08b;--service-glow:rgba(249,115,22,.23); }
.izynex-service-icon.is-network-telegram { --service-a:#75d1f8;--service-mid:#2ba9e3;--service-b:#087ebd;--service-soft-a:#a2e4ff;--service-glow:rgba(14,165,233,.22); }
.izynex-service-icon.is-network-x,.izynex-service-icon.is-network-threads { --service-a:#7d8797;--service-mid:#343c49;--service-b:#090c11;--service-soft-a:#aeb6c3;--service-glow:rgba(15,23,42,.25); }
.izynex-service-icon.is-network-pinterest { --service-a:#ff7180;--service-mid:#e52d42;--service-b:#a80718;--service-soft-a:#ff9aa4;--service-glow:rgba(220,38,38,.22); }
.izynex-service-icon.is-network-spotify { --service-a:#64e98b;--service-mid:#27c55a;--service-b:#118039;--service-soft-a:#94f0ad;--service-glow:rgba(34,197,94,.22); }
.izynex-service-icon.is-network-twitch { --service-a:#b28aff;--service-mid:#9146ff;--service-b:#5e2bb8;--service-soft-a:#cbb1ff;--service-glow:rgba(145,70,255,.2); }
.izynex-service-icon.is-network-linkedin { --service-a:#69b7ff;--service-mid:#2f83d4;--service-b:#0a66c2;--service-soft-a:#9bcfff;--service-glow:rgba(10,102,194,.2); }
.service-scope-badge {
  position:absolute;
  right:0;
  bottom:0;
  display:grid;
  place-items:center;
  width:19px;
  height:19px;
  overflow:visible;
  border:0;
  border-radius:50%;
  background:transparent;
  box-shadow:none;
  line-height:0;
}
.service-scope-badge img {
  display:block;
  width:100%!important;
  height:100%!important;
  max-width:none;
  object-fit:contain;
}
.storefront .storefront-services > button .izynex-service-icon {
  width:58px;
  height:58px;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
  margin-bottom:6px;
}
.storefront .storefront-services > button .izynex-service-icon .service-icon-art {
  width:50px;
  height:50px;
}
.storefront .storefront-services > button .service-scope-badge {
  right:0;
  bottom:0;
  width:19px;
  height:19px;
}
.storefront .storefront-services > button .izynex-service-icon.is-service-likes .service-scope-badge {
  right:5px;
  bottom:3px;
  width:20px;
  height:20px;
}
.legacy-panel .products-page .network-mark.is-service .izynex-service-icon .service-icon-art {
  width:38px;
  height:38px;
}
.legacy-panel .products-page .catalog-service .network-mark.is-service .service-scope-badge {
  right:0!important;
  bottom:0!important;
  width:15px!important;
  height:15px!important;
}
.legacy-panel .products-page .catalog-service .network-mark.is-service .izynex-service-icon.is-service-likes .service-scope-badge {
  right:3px!important;
  bottom:2px!important;
  width:16px!important;
  height:16px!important;
}
@media (max-width:560px) {
  .izynex-service-icon { width:54px;height:54px; }
  .izynex-service-icon .service-icon-art { width:47px;height:47px; }
  .service-scope-badge { right:0;bottom:0; }
}
