@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//lcdind.com/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.4.1") format("woff2");
}

:root {
	--wd-text-font: "Cabin", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 14px;
	--wd-title-font: "Cabin", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Cabin", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 600;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Cabin", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(244,165,28);
	--wd-alternative-color: #fbbc34;
	--btn-default-bgcolor: rgb(0,51,102);
	--btn-default-bgcolor-hover: rgb(12,90,219);
	--btn-accented-bgcolor: rgb(244,165,28);
	--btn-accented-bgcolor-hover: rgb(222,150,26);
	--wd-form-brd-width: 1px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: rgb(0,51,102);
	--wd-link-color-hover: rgb(12,90,219);
	--wd-sticky-btn-height: 95px;
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: rgb(255,255,255);
	background-image: url();
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 350px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: rgb(9,33,67);
	background-image: none;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
html .product.wd-cat .wd-entities-title, html .product.wd-cat.cat-design-replace-title .wd-entities-title, html .wd-masonry-first .wd-cat:first-child .wd-entities-title {
	font-size: 16px;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}

@media (max-width: 1024px) {
	:root {
		--wd-sticky-btn-height: 95px;
	}

}

@media (max-width: 768.98px) {
	:root {
		--wd-sticky-btn-height: 42px;
	}

}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 35px;
--btn-default-color: #fff;
--btn-default-color-hover: #fff;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 35px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 35px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 0px;
}

@media (min-width: 1222px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


.wd-page-title {
background-color: rgb(36,91,219);
}

/* 移除 WoodMart 内容区域默认的 40px 上下间隙 */
.wd-content-layout {
    /* padding-top: 0 !important; */
}
/* ==============================================
   B2B 终极隐藏价格补丁 (针对 Quick View 和 JS 变体)
   ============================================== */

/* 1. 狙击 WoodMart 快速查看(Quick View)弹窗里的价格 */
.woodmart-quick-view .price, 
.wd-quick-view .price,
.product-quick-view .summary-inner > .price {
    display: none !important;
}

/* 2. 狙击“变体价格” (当你选择规格后 JS 动态弹出的价格) */
.woocommerce-variation-price,
.wd-price-unit {
    display: none !important;
}

/* 3. 再次确保详情页和列表页价格不显示 (双重保险) */
.product-grid-item .price,
.single-product .summary-inner .price,
.woodmart-products-nav .price {
    display: none !important;
}

/* 4. 如果你连 "Login to see prices" 这个黄条提示也不想要，把下面这句也加上 */
.woodmart-login-to-see-price {
    display: none !important;
}
/* --- WhatsApp 按钮样式  (不含定位) --- */
a.wd-header-wa-btn {
    background-color: #25D366 !important; /* 官方绿 */
    color: #ffffff !important;
    width: 42px !important;    /* 宽度 */
    height: 42px !important;   /* 高度 (保持与搜索框一致) */
    border-radius: 4px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 24px !important;
    text-decoration: none;
}

/* --- 2. 解决 .wd-header-text 冲突，实现全宽布局 --- */

/* 步骤A: 确保 Header Bottom 容器是横向 Flex 布局，并撑满行 */
.whb-header-bottom-inner {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    gap: 10px; /* 搜索框和按钮之间的间距 */
}

/* 步骤B: 让搜索框 (Search) 强制“吃掉”所有剩余空间 */
.whb-header-bottom-inner .wd-search-form {
    flex: 1 1 auto !important; /* 让搜索框自动伸缩占满左侧 */
    width: 100% !important;
    margin-bottom: 0 !important;
}

/* 强制取消 .wd-header-text 的 flex: 1， */
.whb-header-bottom-inner .wd-header-text {
    flex: 0 0 auto !important; 
    width: auto !important;
    max-width: none !important;
}
/* --- LCDind 产品详情页 Tab 区域专用表格样式 (修复背景色版) --- */

/* 1. 核心容器设置 */
.woocommerce-Tabs-panel table:not(.shop_attributes) {
    width: 100%; 
    max-width: 700px; /* 限制最大宽度，保持紧凑 */
    border-collapse: collapse;
    margin-bottom: 25px;
    background-color: #fff;
    border: 1px solid #d1d1d1;
    box-shadow: 0 3px 6px rgba(0,0,0,0.05);
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    table-layout: auto; 
}

/* 2. 表头 (Thead) */
.woocommerce-Tabs-panel table:not(.shop_attributes) thead th {
    background-color: #2c3e50;
    color: #ffffff;
    text-align: left;
    padding: 12px 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-bottom: 3px solid #0073aa;
}

/* 3. 单元格通用 (TD) */
.woocommerce-Tabs-panel table:not(.shop_attributes) td {
    padding: 10px 15px;
    border-bottom: 1px solid #e1e1e1;
    color: #4a4a4a;
    line-height: 1.6;
    vertical-align: middle;
}

/* 4. 第一列 (Key) - ⚠️ 核心修复：强制灰色背景 */
.woocommerce-Tabs-panel table:not(.shop_attributes) tr td:first-child {
    font-weight: 600;
    color: #222;
    background-color: #f9f9f9 !important; /* 强制生效，防止被主题覆盖 */
    width: 200px; /* 固定宽度，整齐划一 */
    min-width: 150px;
    border-right: 1px solid #e1e1e1;
}

/* 5. 鼠标悬停 */
.woocommerce-Tabs-panel table:not(.shop_attributes) tbody tr:hover td {
    background-color: #f0f4f8 !important; /* 悬停颜色也强制生效 */
    transition: background-color 0.2s ease;
}

/* 6. 移动端适配 */
@media (max-width: 768px) {
    .woocommerce-Tabs-panel table:not(.shop_attributes) {
        max-width: 100%;
    }
    .woocommerce-Tabs-panel table:not(.shop_attributes) td {
        display: block;
        width: 100%;
        border-right: none;
        padding: 8px 10px;
    }
    .woocommerce-Tabs-panel table:not(.shop_attributes) tr td:first-child {
        background-color: #eaeaea !important; /* 手机端背景加深 */
        text-transform: uppercase;
        font-size: 12px;
        color: #666;
        padding-top: 12px;
        width: 100%;
    }
}
/* --- 样式结束 --- */
/* --- 产品属性 --- */
/* 1. 标题栏：极致精简与专业感 */
#Product_Attributes_table .wd-el-title {
    padding: 8px 15px !important;
    background-color: #f8f9fa;
    border: 1px solid #eee;
    border-bottom: none;
    margin-bottom: 0 !important;
    display: flex;
    align-items: center;
}

#Product_Attributes_table .wd-el-title .title-text {
    font-size: 15px !important;
    font-weight: 700;
    color: #333;
}

#Product_Attributes_table .img-wrapper svg {
    width: 14px !important;
    margin-right: 8px;
    fill: #0046be;
}

/* 2. 容器加固：强制消除所有外边距干扰 */
#Product_Attributes_table .elementor-widget-container {
    padding: 0 !important;
    margin: 0 !important;
}

/* 3. 核心修复：强制表格布局模型 */
#Product_Attributes_table table.shop_attributes {
    display: table !important;
    width: 100% !important;
    border-collapse: collapse !important;
    table-layout: fixed !important; /* 核心：锁定比例防止错位 */
    border: 1px solid #eee !important;
    margin: 0 !important;
}

#Product_Attributes_table .shop_attributes tbody {
    display: table-row-group !important;
}

#Product_Attributes_table .shop_attributes tr {
    display: table-row !important; /* 强制覆盖 WoodMart 的 Flex 布局 */
    height: auto !important;
}

/* 4. 单元格对齐修复：Label 与 Value 平行 */
#Product_Attributes_table .shop_attributes th,
#Product_Attributes_table .shop_attributes td {
    display: table-cell !important; /* 必须回归 table-cell */
    padding: 10px 15px !important;
    vertical-align: middle !important; /* 垂直居中对齐 */
    border-bottom: 1px solid #eee !important;
    line-height: 1.5 !important;
    box-sizing: border-box !important;
}

/* 左侧 Label 样式 */
#Product_Attributes_table .shop_attributes th {
    width: 35% !important; /* 锁定左侧宽度 */
    background-color: transparent !important; /* 背景由 tr 的斑马线控制 */
    color: #333 !important;
    font-weight: 600 !important;
    border-right: 1px solid #eee !important;
    text-align: left !important;
}

/* 右侧 Value 样式 */
#Product_Attributes_table .shop_attributes td {
    width: 65% !important;
    text-align: left !important;
    color: #1a73e8 !important; /* B2B 常用的专业蓝色文字 */
}

/* 5. 斑马线与悬停：使用 tr 层级确保整行变色 */
#Product_Attributes_table .shop_attributes tr:nth-child(even) {
    background-color: #f9f9f9 !important;
}

#Product_Attributes_table .shop_attributes tr:nth-child(odd) {
    background-color: #ffffff !important;
}

#Product_Attributes_table .shop_attributes tr:hover {
    background-color: #f2f6ff !important;
}

/* 6. 属性内元素重置 */
#Product_Attributes_table .wd-attr-term p,
#Product_Attributes_table .wd-attr-name {
    margin: 0 !important;
    display: inline !important; /* 消除块级元素导致的换行 */
}

#Product_Attributes_table .wd-attr-term a {
    color: inherit !important;
    text-decoration: none !important;
}

/* 手机端深度适配 */
@media (max-width: 768px) {
    #Product_Attributes_table .shop_attributes th {
        width: 40% !important;
        padding: 8px 10px !important;
    }
}
/* --- 统一 Tab 区域自动属性表样式 (Additional Information) --- */

/* 1. 强制回归表格布局，消除 Flex 散架 */
.woocommerce-Tabs-panel--additional_information table.shop_attributes {
    display: table !important;
    width: 100% !important;
    max-width: 100% !important; /* 宽度铺满 Tab 容器 */
    border-collapse: collapse !important;
    margin: 10px 0 25px 0 !important;
    background-color: #fff !important;
    border: 1px solid #d1d1d1 !important;
    table-layout: fixed !important; /* 核心：锁定比例 */
    box-shadow: 0 3px 6px rgba(0,0,0,0.05);
}

.woocommerce-Tabs-panel--additional_information .shop_attributes tbody {
    display: table-row-group !important;
}

.woocommerce-Tabs-panel--additional_information .shop_attributes tr {
    display: table-row !important;
    border-bottom: 1px solid #e1e1e1 !important;
}

/* 2. 左侧 Key (th) 样式：统一为 200px 宽度 + 灰色背景 */
.woocommerce-Tabs-panel--additional_information .shop_attributes th {
    display: table-cell !important;
    width: 200px !important; /* 与你手动表格第一列宽度一致 */
    padding: 10px 15px !important;
    background-color: #f9f9f9 !important; /* 强制灰色背景 */
    color: #222 !important;
    font-weight: 600 !important;
    border-right: 1px solid #e1e1e1 !important;
    vertical-align: middle !important;
    text-align: left !important;
}

/* 3. 右侧 Value (td) 样式 */
.woocommerce-Tabs-panel--additional_information .shop_attributes td {
    display: table-cell !important;
    padding: 10px 15px !important;
    color: #4a4a4a !important;
    line-height: 1.6 !important;
    vertical-align: middle !important;
    text-align: left !important;
    background-color: transparent !important;
}

/* 4. 内部元素重置 (消除 WoodMart 的 P 标签和强行加的 Flex) */
.woocommerce-Tabs-panel--additional_information .shop_attributes td p,
.woocommerce-Tabs-panel--additional_information .shop_attributes th .wd-attr-name {
    margin: 0 !important;
    display: inline !important;
}

/* 5. 链接颜色优化 */
.woocommerce-Tabs-panel--additional_information .shop_attributes td a {
    color: #1a73e8 !important;
    text-decoration: none !important;
}

/* 6. 鼠标悬停效果 (与手动表格一致) */
.woocommerce-Tabs-panel--additional_information .shop_attributes tr:hover td,
.woocommerce-Tabs-panel--additional_information .shop_attributes tr:hover th {
    background-color: #f0f4f8 !important;
    transition: background-color 0.2s ease;
}

/* 7. 移动端适配 */
@media (max-width: 768px) {
    .woocommerce-Tabs-panel--additional_information .shop_attributes,
    .woocommerce-Tabs-panel--additional_information .shop_attributes tr,
    .woocommerce-Tabs-panel--additional_information .shop_attributes th,
    .woocommerce-Tabs-panel--additional_information .shop_attributes td {
        display: block !important;
        width: 100% !important;
    }
    .woocommerce-Tabs-panel--additional_information .shop_attributes th {
        border-right: none !important;
        background-color: #eaeaea !important;
        padding: 12px 10px 5px 10px !important;
        font-size: 12px;
    }
    .woocommerce-Tabs-panel--additional_information .shop_attributes td {
        padding: 5px 10px 12px 10px !important;
    }
}
/* --- Quick View (快速查看) 弹窗属性表美化 --- */

/* 1. 弹窗容器内的表格重置 */
.mfp-content table.shop_attributes {
    display: table !important;
    width: 100% !important;
    border-collapse: collapse !important;
    table-layout: fixed !important; /* 锁定比例 */
    margin: 15px 0 !important;
    border: 1px solid #eee !important;
    font-size: 13px !important; /* 弹窗内字号稍微缩小，更精致 */
}

/* 2. 强制行列显示，覆盖 WoodMart 默认 Flex */
.mfp-content .shop_attributes tbody {
    display: table-row-group !important;
}

.mfp-content .shop_attributes tr {
    display: table-row !important;
    border-bottom: 1px solid #f0f0f0 !important;
}

/* 3. 左侧 Label 样式 */
.mfp-content .shop_attributes th {
    display: table-cell !important;
    width: 35% !important; /* 弹窗内建议 35%，给右侧内容留空间 */
    padding: 6px 12px !important; /* 更加紧凑的内边距 */
    background-color: #f9f9f9 !important;
    color: #333 !important;
    font-weight: 600 !important;
    border-right: 1px solid #f0f0f0 !important;
    vertical-align: middle !important;
    text-align: left !important;
}

/* 4. 右侧 Value 样式 */
.mfp-content .shop_attributes td {
    display: table-cell !important;
    padding: 6px 12px !important;
    color: #666 !important;
    vertical-align: middle !important;
    text-align: left !important;
    background-color: #fff !important;
}

/* 5. 内部元素对齐修正 */
.mfp-content .shop_attributes td p,
.mfp-content .shop_attributes th .wd-attr-name {
    margin: 0 !important;
    display: inline !important;
}

/* 6. 斑马线效果 (偶数行背景) */
.mfp-content .shop_attributes tr:nth-child(even) td {
    background-color: #fcfcfc !important;
}

/* 7. 链接颜色统一 */
.mfp-content .shop_attributes td a {
    color: #1a73e8 !important;
    text-decoration: none !important;
}

/* 8. 针对小屏幕的微调 */
@media (max-width: 500px) {
    .mfp-content .shop_attributes th {
        width: 40% !important;
        font-size: 12px !important;
    }
}