/*
Theme Name: ZBL LED Theme
Theme URI: https://zblled.com
Author: Qianhang
Author URI: https://zblled.com
Description: Custom theme for auto parts and LED lighting
Version: 1.0
License: GPL v2
Text Domain: zblled
*/

/* 强制产品详情页居中，消除左侧空白 */
.single-product .woocommerce div.product {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 1200px !important;
    padding: 0 20px !important;
    float: none !important;
    clear: both !important;
}
