/* OULATASTORE footer payment badges - visual only. */
.ou-footer .ou-foot-pay-badges{
  margin:28px auto 0;
  padding:22px 18px 18px;
  border-top:1px solid rgba(110,193,228,.28);
  border-bottom:1px solid rgba(110,193,228,.18);
  text-align:center;
  max-width:980px;
}
.ou-footer .ou-pay-heading{
  color:#6EC1E4;
  font-family:Poppins,Arial,sans-serif;
  font-size:12px;
  font-weight:800;
  letter-spacing:.14em;
  line-height:1.35;
  margin:0 0 14px;
  text-transform:uppercase;
}
.ou-footer .ou-pay-badge-row{
  align-items:center;
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  justify-content:center;
}
.ou-footer .ou-pay-chip{
  align-items:center;
  background:linear-gradient(180deg,#fff 0%,#f5f1e8 100%);
  border:1px solid rgba(110,193,228,.36);
  border-radius:8px;
  box-shadow:0 10px 24px rgba(0,0,0,.18), inset 0 1px 0 rgba(255,255,255,.85);
  color:#14181A;
  display:inline-flex;
  height:38px;
  justify-content:center;
  min-width:78px;
  padding:0 13px;
}
.ou-footer .ou-pay-chip-logo img,
.ou-footer img.ou-pay-logo{
  border:0 !important;
  display:block !important;
  height:22px !important;
  max-width:82px !important;
  object-fit:contain;
  width:auto !important;
}
.ou-footer .ou-pay-chip-text{
  color:#14181A;
  font-family:Poppins,Arial,sans-serif;
  font-size:13px;
  font-weight:900;
  letter-spacing:.04em;
  text-transform:uppercase;
}
.ou-footer .ou-foot-pay-badges[dir="rtl"] .ou-pay-heading{
  font-family:Tahoma,Arial,sans-serif;
  letter-spacing:0;
  text-transform:none;
}
.ou-footer .ou-foot-pay-badges[dir="rtl"] .ou-pay-badge-row{
  direction:rtl;
}
@media (max-width:640px){
  .ou-footer .ou-foot-pay-badges{
    margin-top:22px;
    padding:18px 10px 16px;
  }
  .ou-footer .ou-pay-badge-row{
    gap:8px;
  }
  .ou-footer .ou-pay-chip{
    height:36px;
    min-width:72px;
    padding:0 10px;
  }
  .ou-footer .ou-pay-chip-logo img,
  .ou-footer img.ou-pay-logo{
    height:20px !important;
    max-width:74px !important;
  }
}
