/*
Theme Name: woodmart child
Author: 
Description: Your description goes here
Version: 1.0
Template: woodmart

This is the child theme for Woodmart theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

/* 全商品页 Elementor 卖点勾（icon-list SVG）：widget CSS 未到时 viewBox 512 会闪成大勾 */
.elementor-element-566f9df .elementor-widget-icon-list .elementor-icon-list-icon svg {
	width: var(--e-icon-list-icon-size, 14px);
	height: var(--e-icon-list-icon-size, 14px);
	max-width: 14px;
	max-height: 14px;
	flex-shrink: 0;
}

.elementor-element-566f9df .elementor-icon-list-items.elementor-inline-items {
	display: flex;
	flex-wrap: wrap;
}

/* mock 泄漏的 addon 块（非购买区短代码） */
.addon-selector:not(.ym-addon-selector),
.addon-bundle:not(.ym-addon-bundle),
.addon-check {
	display: none !important;
}

.addon-bundle::after,
.addon-bundle.selected::after {
	content: none !important;
	display: none !important;
}

body.post-type-archive-product .pdp-buybox:not(.ym-buybox),
body.woocommerce-shop .pdp-buybox:not(.ym-buybox),
body.tax-product_cat .pdp-buybox:not(.ym-buybox) {
	display: none !important;
}

/* 愿望清单已收藏：全站红心（商品列表 / 详情 / 粘性栏） */
.wd-wishlist-btn > a.added .wd-check-icon {
	display: none !important;
}
.wd-wishlist-btn > a.added .wd-action-icon:before {
	content: "\2665" !important;
	font-family: inherit !important;
	color: #C4564A !important;
	font-weight: 400;
}
.whb-sticked .whb-general-header{
background-color:#fff;	
}