/* Add custom CSS styles below */ 
.store-footer__inner .opacity-\[0\.08\] {
  opacity: 1;
}

.store-footer__inner .h-6.w-1\/2.mb-3.md\:mb-6 {
  height: 85px;
}

@media (min-width: 768px) {
    .flex.flex-col.md\:flex-row.items-center.justify-between.gap-y-1.py-4.container.text-center {
        div:first-child {
            flex: 1 1 0%;
        }
        salla-payments {
            flex: 1 1 0%;
        }
    }
}