/*
Theme Name: Martfury Child
Theme URI: http://drfuri.com/unero
Author: DrFuri
Author URI: http://drfuri.com
Description: Martfury Child Theme.
Version: 1.0
License: GNU General Public License v2+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: martfury
Domain Path: /lang/
Tags: one-column, two-columns, left-sidebar, right-sidebar, full-width-template, post-formats, theme-options, threaded-comments, translation-ready
Template: martfury
*/

/*
 * 避免部分手机浏览器（如 Android Chrome「自动深色主题」）对整页做算法反色，
 * 导致结账区背景变深而标签仍为深色、对比度极差。PC 端通常不会启用同一套逻辑。
 */
html {
	color-scheme: light;
}

.mobile-version.woocommerce-checkout .site-content,
.mobile-version.woocommerce-cart .site-content,
.mobile-version.woocommerce-checkout .woocommerce,
.mobile-version.woocommerce-cart .woocommerce,
.mobile-version.woocommerce-cart .woocommerce-cart-form__cart-item {
	background-color: #fff !important;
	color: #333 !important;
}

.mobile-version.woocommerce-checkout form.checkout h3,
.mobile-version.woocommerce-checkout form.checkout label,
.mobile-version.woocommerce-cart .cart-collaterals h2,
.mobile-version.woocommerce-cart table.cart th,
.mobile-version.woocommerce-cart table.cart td,
.mobile-version.woocommerce-cart table.shop_table td.product-name a,
.mobile-version.woocommerce-cart .woocommerce-Price-amount {
	color: #333 !important;
}

.mobile-version.woocommerce-cart table.shop_table td.product-name a {
    color: #0066cc !important;
}

/* 商品页：隐藏 Martfury 摘要区「Status: xx in stock」（.mf-summary-header 内），不影响购物车等其它位置 */
.single-product .mf-summary-header p.stock {
	display: none !important;
}

/* WCFM 店铺卡片 + Ask a Question：移至 Related 上方后的间距 */
.single-product .mf-wcfm-before-related {
	margin-bottom: 24px;
}

/* 商品页：隐藏 SKU 下方的「分类 / Categories」（.posted_in），保留 SKU 与标签 */
.single-product .product_meta .posted_in {
	display: none !important;
}