.pavi-free-shipping-bar {
  display: flex;
  gap: 0.75rem;
  justify-content: center;
}

.pavi-free-shipping-bar__note {
  opacity: 0.72;
}

@media (max-width: 767.98px) {
  .pavi-free-shipping-bar {
    align-items: center;
    flex-direction: column;
    gap: 0.25rem;
  }
}

