.elementor-1279 .elementor-element.elementor-element-472f62f{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-1279 .elementor-element.elementor-element-5e60cc4{--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-1279 .elementor-element.elementor-element-b2efea7{--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-1279 .elementor-element.elementor-element-b2efea7.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-1279 .elementor-element.elementor-element-751349f{--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;}@media(min-width:768px){.elementor-1279 .elementor-element.elementor-element-5e60cc4{--content-width:1295px;}.elementor-1279 .elementor-element.elementor-element-b2efea7{--width:35%;}.elementor-1279 .elementor-element.elementor-element-751349f{--width:74%;}}/* Start custom CSS for html, class: .elementor-element-a8516f2 */.products-page-wrap {
  display: flex;
  gap: 30px;
  max-width: 100%;
  margin: 0 auto;
  padding: 50px 0px;
  align-items: flex-start;
}

/* 左侧分类侧边栏 */
.category-sidebar {
  flex: 0 0 100%;
  font-family: Arial, sans-serif;
}
.category-header {
  background-color: #0052cc;
  color: #fff;
  padding: 14px 18px;
  font-size: 22px;
  font-weight: bold;
}
.category-list {
  border: 1px solid #e5e5eb;
  border-top: none;
}
.category-item {
  padding: 16px 18px;
  border-bottom: 1px solid #e5e5eb;
  font-size: 17px;
  color: #222;
  cursor: pointer;
  transition: all 0.25s ease;
}
.category-item:last-child {
  border-bottom: none;
}
.category-item:hover {
  background-color: #f0f4ff;
  color: #0052cc;
}
.category-item.active {
  background-color: #0052cc;
  color: #fff;
  font-weight: bold;
}

/* 右侧产品区域 */
.products-content {
  flex: 1;
  min-width: 0;
}
.products-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
.product-card {
  flex: 1;
  min-width: 240px;
  max-width: 280px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  padding: 20px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.product-card:hover {
  border-color: #3b5fe0;
  box-shadow: 0 4px 16px rgba(59, 95, 224, 0.12);
}
.product-img-link {
  text-decoration: none;
  color: inherit;
  display: block;
}
.product-img-wrap {
  position: relative;
  overflow: hidden;
  margin-bottom: 18px;
}
.product-img-wrap img {
  width: 100%;
  height: 220px;
  object-fit: contain;
  display: block;
}
.product-view-detail {
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
  background-color: #2f4dc4;
  color: #fff;
  text-align: center;
  padding: 14px 0;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.5px;
  transition: bottom 0.3s ease;
}
.product-card:hover .product-view-detail {
  bottom: 0;
}
.product-card h3 {
  font-size: 17px;
  font-weight: 800;
  line-height: 1.4;
  color: #111;
  margin: 0 0 10px;
}
.product-card p {
  font-size: 14px;
  color: #888;
  line-height: 1.5;
  margin: 0;
}

/* 手机端适配：侧边栏移到上方，横向可滚动或换成下拉 */
@media (max-width: 900px) {
  .products-page-wrap {
    flex-direction: column;
  }
  .category-sidebar {
    flex: 1 1 100%;
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-66c4077 */.products-page {
  max-width: 1300px;
  margin: 0 auto;
  padding: 50px 20px;
}
.products-title {
  font-size: 34px;
  font-weight: 800;
  margin-bottom: 35px;
  color: #111;
}

.products-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}

.product-card {
  flex: 1;
  min-width: 240px;
  max-width: 280px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  padding: 20px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.product-card:hover {
  border-color: #3b5fe0;
  box-shadow: 0 4px 16px rgba(59, 95, 224, 0.12);
}

.product-img-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.product-img-wrap {
  position: relative;
  overflow: hidden;
  margin-bottom: 18px;
}
.product-img-wrap img {
  width: 100%;
  height: 220px;
  object-fit: contain;
  display: block;
}

/* 悬浮弹出的 VIEW DETAIL 按钮 */
.product-view-detail {
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
  background-color: #2f4dc4;
  color: #fff;
  text-align: center;
  padding: 14px 0;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.5px;
  transition: bottom 0.3s ease;
}
.product-card:hover .product-view-detail {
  bottom: 0;
}

.product-card h3 {
  font-size: 17px;
  font-weight: 800;
  line-height: 1.4;
  color: #111;
  margin: 0 0 10px;
}
.product-card p {
  font-size: 14px;
  color: #888;
  line-height: 1.5;
  margin: 0;
}

/* 手机端适配 */
@media (max-width: 768px) {
  .products-grid {
    justify-content: center;
  }
  .product-card {
    min-width: 260px;
  }
}/* End custom CSS */