/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

/* 隐藏商店/存档页的SKU */
.woocommerce.archive .sku,
.home .sku { 
    display: none !important;
}

/* 币种代码样式 - 确保与金额大小一致 */
.woocommerce-Price-currencySymbol {
    font-size: inherit !important;
    color: #000 !important;
    font-weight: inherit !important;
    margin-right: 4px;
}

@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
    /* 隐藏商店/存档页的SKU */
    .woocommerce.archive .sku,
    .home .sku { 
        display: none !important;
    }
}