.elementor-416 .elementor-element.elementor-element-ccd82c1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:-50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-416 .elementor-element.elementor-element-0716046{--display:flex;--min-height:376px;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;}.elementor-416 .elementor-element.elementor-element-0716046:not(.elementor-motion-effects-element-type-background), .elementor-416 .elementor-element.elementor-element-0716046 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://www.gainfordmc.com/wp-content/uploads/2026/03/工厂照片.jpg");background-position:center center;background-repeat:no-repeat;}.elementor-416 .elementor-element.elementor-element-84f846a{width:var( --container-widget-width, 95.942% );max-width:95.942%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 8px) 0px;padding:0px 0px 0px 0px;--container-widget-width:95.942%;--container-widget-flex-grow:0;border-radius:0px 0px 0px 0px;text-align:center;}.elementor-416 .elementor-element.elementor-element-84f846a.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-416 .elementor-element.elementor-element-84f846a .elementor-heading-title{font-family:"Jost", Sans-serif;font-size:65px;font-weight:900;text-transform:uppercase;line-height:60px;letter-spacing:-1px;color:rgb(255, 255, 255);}.elementor-416 .elementor-element.elementor-element-8ba1dd1{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-416 .elementor-element.elementor-element-1abec9c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-416 .elementor-element.elementor-element-9b486da{margin:-7px -7px calc(var(--kit-widget-spacing, 0px) + -7px) -7px;padding:-7px -7px -7px -7px;text-align:center;}.elementor-416 .elementor-element.elementor-element-c8bf408{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-416 .elementor-element.elementor-element-b9bd1a4{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-416 .elementor-element.elementor-element-b9bd1a4.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}.elementor-416 .elementor-element.elementor-element-b9bd1a4.elementor-wc-products ul.products li.product span.onsale{display:block;}@media(min-width:768px){.elementor-416 .elementor-element.elementor-element-1abec9c{--width:25%;}.elementor-416 .elementor-element.elementor-element-c8bf408{--width:75%;}}@media(max-width:1024px){.elementor-416 .elementor-element.elementor-element-84f846a{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 8px) 0px;padding:0px 0px 0px 0px;}.elementor-416 .elementor-element.elementor-element-b9bd1a4.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}@media(max-width:767px){.elementor-416 .elementor-element.elementor-element-84f846a{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 8px) 0px;padding:0px 0px 0px 0px;}.elementor-416 .elementor-element.elementor-element-84f846a .elementor-heading-title{font-size:19px;}.elementor-416 .elementor-element.elementor-element-b9bd1a4.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}/* Start custom CSS for container, class: .elementor-element-0716046 */.elementor-416 .elementor-element.elementor-element-0716046{
  position: relative;
  min-height: 250px;
  background-image: url("你的图片地址");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  overflow: hidden;
}

.elementor-416 .elementor-element.elementor-element-0716046::before{
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(10, 12, 30, 0.45);
  z-index: 1;
}

.elementor-416 .elementor-element.elementor-element-0716046 > *{
  position: relative;
  z-index: 2;
}
.elementor-416 .elementor-element.elementor-element-0716046{
    --banner-overlay: rgba(0,0,0,.28); /* 蒙版深浅 */
    --banner-blur: 3px;                /* 蒙版模糊强度 */
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

/* 模糊蒙版层 */
.elementor-416 .elementor-element.elementor-element-0716046::before{
    content: "";
    position: absolute;
    inset: 0;
    background: var(--banner-overlay);
    backdrop-filter: blur(var(--banner-blur));
    -webkit-backdrop-filter: blur(var(--banner-blur));
    z-index: 1;
    pointer-events: none;
}

/* 如果 Banner 里放的是图片组件，用这段 */
.elementor-416 .elementor-element.elementor-element-0716046 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(2px);
    transform: scale(1.05);
}

/* Banner 里的文字按钮放最上层 */
.elementor-416 .elementor-element.elementor-element-0716046 .elementor-widget-wrap,
.elementor-416 .elementor-element.elementor-element-0716046 .e-con-inner,
.elementor-416 .elementor-element.elementor-element-0716046 .elementor-heading-title,
.elementor-416 .elementor-element.elementor-element-0716046 .elementor-button-wrapper,
.elementor-416 .elementor-element.elementor-element-0716046 .elementor-button,
.elementor-416 .elementor-element.elementor-element-0716046 .elementor-widget{
    position: relative;
    z-index: 3;
}/* End custom CSS */
/* Start custom CSS for wc-archive-products, class: .elementor-element-b9bd1a4 *//* ========== 右侧产品区基础 ========== */
.gf-archive-products{
  background: #fff;
}

.gf-archive-products .products .product,
.gf-archive-products .products .product-grid-item,
.gf-archive-products .products .wd-product{
  background: transparent;
  border: none;
  box-shadow: none;
}

/* Woodmart 真正的卡片内容层 */
.gf-archive-products .products .product-wrapper,
.gf-archive-products .products .content-product-imagin,
.gf-archive-products .products .wd-product-inner,
.gf-archive-products .products .product-element-top,
.gf-archive-products .products .product-element-bottom{
  transition: all .3s ease;
}

/* 给产品主卡片一个白底边框 */
.gf-archive-products .products .content-product-imagin,
.gf-archive-products .products .product-wrapper,
.gf-archive-products .products .wd-product-inner{
  background: #fff;
  border: 1px solid #eef0f5;
}

/* hover 时改内部卡片颜色，不碰最外层 product */
.gf-archive-products .products .product:hover .content-product-imagin,
.gf-archive-products .products .product:hover .product-wrapper,
.gf-archive-products .products .product:hover .wd-product-inner,
.gf-archive-products .products .product-grid-item:hover .content-product-imagin,
.gf-archive-products .products .product-grid-item:hover .product-wrapper,
.gf-archive-products .products .product-grid-item:hover .wd-product-inner,
.gf-archive-products .products .wd-product:hover .content-product-imagin,
.gf-archive-products .products .wd-product:hover .product-wrapper,
.gf-archive-products .products .wd-product:hover .wd-product-inner{
  background: #4d70ea !important;
  border-color: #4d70ea !important;
  box-shadow: 0 12px 28px rgba(77,112,234,.18);
}

/* 标题、价格、分类文字 */
.gf-archive-products .products .wd-entities-title a,
.gf-archive-products .products .product-title a,
.gf-archive-products .products h3 a,
.gf-archive-products .products .price,
.gf-archive-products .products .woocommerce-Price-amount,
.gf-archive-products .products .wd-product-cats,
.gf-archive-products .products .wd-product-cats a{
  transition: color .25s ease;
}

/* hover 后文字白色 */
.gf-archive-products .products .product:hover .wd-entities-title a,
.gf-archive-products .products .product:hover .product-title a,
.gf-archive-products .products .product:hover h3 a,
.gf-archive-products .products .product:hover .price,
.gf-archive-products .products .product:hover .woocommerce-Price-amount,
.gf-archive-products .products .product:hover .wd-product-cats,
.gf-archive-products .products .product:hover .wd-product-cats a,

.gf-archive-products .products .product-grid-item:hover .wd-entities-title a,
.gf-archive-products .products .product-grid-item:hover .product-title a,
.gf-archive-products .products .product-grid-item:hover h3 a,
.gf-archive-products .products .product-grid-item:hover .price,
.gf-archive-products .products .product-grid-item:hover .woocommerce-Price-amount,
.gf-archive-products .products .product-grid-item:hover .wd-product-cats,
.gf-archive-products .products .product-grid-item:hover .wd-product-cats a,

.gf-archive-products .products .wd-product:hover .wd-entities-title a,
.gf-archive-products .products .wd-product:hover .product-title a,
.gf-archive-products .products .wd-product:hover h3 a,
.gf-archive-products .products .wd-product:hover .price,
.gf-archive-products .products .wd-product:hover .woocommerce-Price-amount,
.gf-archive-products .products .wd-product:hover .wd-product-cats,
.gf-archive-products .products .wd-product:hover .wd-product-cats a{
  color: #fff !important;
}

/* 图片区保持白色，避免整张图都染蓝 */
.gf-archive-products .products .product-element-top,
.gf-archive-products .products .product-image-wrap{
  background: #fff !important;
}

/* Woodmart hover 操作按钮层 */
.gf-archive-products .products .wrap-buttons,
.gf-archive-products .products .hover-content,
.gf-archive-products .products .wd-buttons,
.gf-archive-products .products .wd-product-buttons{
  position: relative;
  z-index: 5;
}

/* 操作按钮本身 */
.gf-archive-products .products .wrap-buttons a,
.gf-archive-products .products .hover-content a,
.gf-archive-products .products .wd-buttons a,
.gf-archive-products .products .wd-product-buttons a{
  background: #fff !important;
  color: #4d70ea !important;
  border-color: #fff !important;
  opacity: 1 !important;
  visibility: visible !important;
}

/* 操作按钮 hover */
.gf-archive-products .products .wrap-buttons a:hover,
.gf-archive-products .products .hover-content a:hover,
.gf-archive-products .products .wd-buttons a:hover,
.gf-archive-products .products .wd-product-buttons a:hover{
  background: #111116 !important;
  color: #fff !important;
  border-color: #111116 !important;
}

/* 对比/收藏/快速查看图标也强制可见 */
.gf-archive-products .products .compare,
.gf-archive-products .products .quick-view,
.gf-archive-products .products .add_to_wishlist,
.gf-archive-products .products .wd-action-btn{
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 6;
}

/* 防止 hover 层被裁切 */
.gf-archive-products .products .product,
.gf-archive-products .products .product-grid-item,
.gf-archive-products .products .wd-product{
  overflow: visible !important;
  position: relative;
}

/* 手机端不做复杂 hover */
@media (max-width: 767px){
  .gf-archive-products .products .content-product-imagin,
  .gf-archive-products .products .product-wrapper,
  .gf-archive-products .products .wd-product-inner{
    background: #fff !important;
    border: 1px solid #eef0f5 !important;
    box-shadow: none !important;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-8ba1dd1 *//* ========== 左侧分类导航 ========== */
.gf-archive-cats{
  background: #07071b;
  padding: 26px 22px;
}

.gf-archive-cats h2,
.gf-archive-cats h3,
.gf-archive-cats .widget-title,
.gf-archive-cats .wc-block-product-categories__title{
  color: #fff;
  margin: 0 0 18px;
  font-weight: 700;
}

/* 兼容区块版分类列表 */
.gf-archive-cats .wc-block-product-categories-list,
.gf-archive-cats .wc-block-product-categories-list ul{
  list-style: none;
  margin: 0;
  padding: 0;
}

/* 兼容旧版小工具 */
.gf-archive-cats .product-categories,
.gf-archive-cats .product-categories ul{
  list-style: none;
  margin: 0;
  padding: 0;
}

/* 一级分类 */
.gf-archive-cats .wc-block-product-categories-list > li,
.gf-archive-cats .product-categories > li{
  margin: 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

/* 所有链接 */
.gf-archive-cats .wc-block-product-categories-list a,
.gf-archive-cats .product-categories a{
  display: block;
  padding: 12px 14px;
  color: #d9d9e6;
  text-decoration: none;
  background: transparent;
  transition: all .25s ease;
  line-height: 1.4;
}

/* 子分类缩进 */
.gf-archive-cats .wc-block-product-categories-list ul a,
.gf-archive-cats .product-categories ul a{
  padding-left: 28px;
  font-size: 14px;
  color: #c9c9d8;
}

/* hover */
.gf-archive-cats .wc-block-product-categories-list a:hover,
.gf-archive-cats .product-categories a:hover{
  background: #4d70ea;
  color: #fff;
}

/* 当前分类高亮 */
.gf-archive-cats .current-cat > a,
.gf-archive-cats .wc-block-product-categories-list-item[aria-current="page"] > a,
.gf-archive-cats .wc-block-product-categories-list-item > a[aria-current="page"]{
  background: #4d70ea;
  color: #fff;
  font-weight: 600;
}

/* 分类数量颜色 */
.gf-archive-cats .count,
.gf-archive-cats .wc-block-product-categories-list-item-count{
  color: inherit;
  opacity: .85;
  margin-left: 4px;
}

/* ========== 右侧产品区 ========== */
.gf-archive-products{
  background: #fff;
  padding: 0;
}

/* 产品卡片 */
.gf-archive-products .products .product,
.gf-archive-products .products .product-grid-item,
.gf-archive-products .products .wd-product{
  background: #fff;
  border: 1px solid #eef0f5;
  transition: all .3s ease;
  overflow: hidden;
}

/* hover 整体变蓝 */
.gf-archive-products .products .product:hover,
.gf-archive-products .products .product-grid-item:hover,
.gf-archive-products .products .wd-product:hover{
  background: #4d70ea;
  border-color: #4d70ea;
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(77,112,234,.18);
}

/* 产品标题 */
.gf-archive-products .products .wd-entities-title a,
.gf-archive-products .products .product-title a,
.gf-archive-products .products h3 a{
  color: #111;
  transition: color .25s ease;
}

/* 价格 */
.gf-archive-products .products .price,
.gf-archive-products .products .woocommerce-Price-amount{
  color: #111;
  transition: color .25s ease;
}

/* 分类/小字 */
.gf-archive-products .products .wd-product-cats,
.gf-archive-products .products .wd-product-cats a,
.gf-archive-products .products .product-cat,
.gf-archive-products .products .star-rating{
  transition: all .25s ease;
}

/* hover 后文字变白 */
.gf-archive-products .products .product:hover .wd-entities-title a,
.gf-archive-products .products .product:hover .product-title a,
.gf-archive-products .products .product:hover h3 a,
.gf-archive-products .products .product:hover .price,
.gf-archive-products .products .product:hover .woocommerce-Price-amount,
.gf-archive-products .products .product:hover .wd-product-cats,
.gf-archive-products .products .product:hover .wd-product-cats a,
.gf-archive-products .products .product:hover .product-cat,

.gf-archive-products .products .product-grid-item:hover .wd-entities-title a,
.gf-archive-products .products .product-grid-item:hover .product-title a,
.gf-archive-products .products .product-grid-item:hover h3 a,
.gf-archive-products .products .product-grid-item:hover .price,
.gf-archive-products .products .product-grid-item:hover .woocommerce-Price-amount,
.gf-archive-products .products .product-grid-item:hover .wd-product-cats,
.gf-archive-products .products .product-grid-item:hover .wd-product-cats a,
.gf-archive-products .products .product-grid-item:hover .product-cat,

.gf-archive-products .products .wd-product:hover .wd-entities-title a,
.gf-archive-products .products .wd-product:hover .product-title a,
.gf-archive-products .products .wd-product:hover h3 a,
.gf-archive-products .products .wd-product:hover .price,
.gf-archive-products .products .wd-product:hover .woocommerce-Price-amount,
.gf-archive-products .products .wd-product:hover .wd-product-cats,
.gf-archive-products .products .wd-product:hover .wd-product-cats a,
.gf-archive-products .products .wd-product:hover .product-cat{
  color: #fff !important;
}

/* 按钮 hover 后也统一 */
.gf-archive-products .products .button,
.gf-archive-products .products .add_to_cart_button,
.gf-archive-products .products .product_type_simple{
  transition: all .25s ease;
}

.gf-archive-products .products .product:hover .button,
.gf-archive-products .products .product:hover .add_to_cart_button,
.gf-archive-products .products .product:hover .product_type_simple,
.gf-archive-products .products .product-grid-item:hover .button,
.gf-archive-products .products .product-grid-item:hover .add_to_cart_button,
.gf-archive-products .products .product-grid-item:hover .product_type_simple,
.gf-archive-products .products .wd-product:hover .button,
.gf-archive-products .products .wd-product:hover .add_to_cart_button,
.gf-archive-products .products .wd-product:hover .product_type_simple{
  background: #fff;
  color: #4d70ea;
  border-color: #fff;
}

/* 图片区域保持干净 */
.gf-archive-products .products .product-image-wrap,
.gf-archive-products .products .wd-product .product-image-wrap,
.gf-archive-products .products .product-wrapper{
  background: transparent;
}

/* 手机端 */
@media (max-width: 767px){
  .gf-archive-cats{
    padding: 18px 14px;
  }

  .gf-archive-cats .wc-block-product-categories-list a,
  .gf-archive-cats .product-categories a{
    padding: 10px 12px;
  }
}/* End custom CSS */