header.site-header {
    margin-top: -20px !important;
    padding-top: 0 !important;
}nav ul.sub-menu {
    background-color: #3a4042 !important; /* 深灰底色，和头部匹配 */
    border: none !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15) !important;
}
nav ul.sub-menu li a {
    color: #ffffff !important; /* 白色文字 */
    padding: 12px 20px !important;
}
nav ul.sub-menu li a:hover {
    color: #39d068 !important; /* 绿色高亮，和电话框统一 */
    background-color: rgba(255,255,255,0.08) !important;
}* /* /* /* 1. 隐藏产品价格 */
.woocommerce div.product p.price,
.woocommerce ul.products li.product .price {
    display: none !important;
}

/* 2. 隐藏原生加入购物车按钮 */
.woocommerce .single_add_to_cart_button,
.woocommerce .add_to_cart_button {
    display: none !important;
}

/* 3. 隐藏所有购物车弹窗/侧边栏/页面 */
.woocommerce-cart,
.woocommerce-mini-cart,
.widget_shopping_cart {
    display: none !important;
}

/* 4. 隐藏右下角绿色悬浮购物车（精准绝杀） */
.elementor-widget-woocommerce-mini-cart {
    display: none !important;
}

/* 5. 隐藏底部中文地址 */
footer p, footer .textwidget {
    display: none !important;
}

/* 6. 【新增】产品页替换成Get Quote询盘按钮 */
.woocommerce div.product form.cart:after {
    content: "Get Quote";
    display: inline-block;
    padding: 12px 28px;
    background:#25D366;
    color:#fff;
    border-radius:4px;
    text-decoration:none;
    font-weight:600;
    cursor:pointer;
    margin-top:10px;
}
.woocommerce div.product form.cart {
    position:relative;
}
.woocommerce div.product form.cart a.get-quote-btn {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:99;
}

/* 7. 右下角固定WhatsApp悬浮按钮 */
.whatsapp-float {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background: #25D366;
  color: #fff;
  padding: 12px 24px;
  border-radius: 50px;
  z-index: 9999;
  text-decoration: none;
  font-weight: 600;
  box-shadow: 0 2px 12px rgba(0,0,0,0.2);
}
.whatsapp-float:hover {
  background: #128C7E;
}/* 让Get Quote按钮可点击，绑定WhatsApp链接 */
.woocommerce div.product form.cart {
    position: relative !important;
}
.woocommerce div.product form.cart:after {
    pointer-events: none;
}
.get-quote-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 160px;
    height: 48px;
    z-index: 999;
}
/* 仅屏幕宽度≤767px手机生效，电脑端完全不受影响 */
@media (max-width: 767px) {
  /* 举例：修改首页大标题移动端字号 */
  .your-h1-title{
    font-size: 28px !important;
    line-height:1.2;
  }
  /* 移动端容器缩减左右边距 */
  .top-banner-container{
    padding-left:15px;
    padding-right:15px;
  }
}selector{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}