.lp-payment-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /* CENTER horizontally */
  align-items: center;
  gap: 8px;
  margin: 12px 0 16px;
  width: 100%; }

.lp-payment-logos span {
  display: inline-block;
  border: 1px solid #d1d5db;
  background: #ffffff;
  border-radius: 4px;
  padding: 6px 10px;
  font-size: 11px;
  font-weight: 800;
  color: #1f3a5f;
  line-height: 1; }

.productView-details .lp-payment-logos {
  width: 100%;
  clear: both; }

.lp-payment-logos span {
  border: none;
  background: #f3f4f6; }

.lp-payment-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 12px 0 16px;
  flex-wrap: wrap; }

.lp-payment-logos img {
  height: 22px;
  width: auto;
  opacity: 0.85;
  transition: all 0.2s ease;
  filter: grayscale(100%); }

.lp-payment-logos img:hover {
  opacity: 1;
  filter: grayscale(0%); }
