custom bag sizing

/* Footer SNS icons centering - override HFCM CSS */ .jb-footer-bottom .jb-footer-bottom-inner { justify-content: center !important; } .jb-footer-bottom .jb-social { justify-content: center !important; margin: 0 auto !important; } .jb-footer-bottom-inner > span:first-child { flex: 1; text-align: center; } @media (max-width: 600px) { .jb-footer-bottom .jb-footer-bottom-inner { justify-content: center !important; flex-direction: column; gap: 10px; } }