/* 隐藏页脚 Built with WooCommerce 那一段 */
.site-info,
.woocommerce-store-notice,
.footer-copyright {
    display: none !important;
}

.site-footer {
    padding: 0 !important;
}

.footer-widgets.col-4 .block {
    display: flex !important;
}

.footer-widgets.row-1.col-4.fix {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.footer-widgets.col-4.fix > .block.footer-widget-3,
.footer-widgets.col-4.fix > .block.footer-widget-4,
.footer-widgets.col-4.fix > .block.footer-widget-5 {
    margin-left: 40px;
}
