.elementor-kit-61{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;color:#FFFFFF;}.elementor-kit-61 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ——————————————————————————— 
   全站字体与行高优化 
————————————————————————————— */
body {
  font-family: "Helvetica Neue", sans-serif !important;
  color: #222 !important;
  line-height: 1.6 !important;
  background-color: #fff !important; /* 整体白底 */
}

/* ——————————————————————————— 
   商品标题统一样式 
————————————————————————————— */
..elementor-kit-61 h2,
..elementor-kit-61 h3,
..elementor-kit-61 .product-title {
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #222 !important;
  margin-top: 12px !important;
  text-align: center !important;
}

/* ——————————————————————————— 
   商品卡片容器样式 
————————————————————————————— */
..elementor-kit-61 .product-card {
  padding: 16px !important;
  border: 1px solid #eee !important;
  border-radius: 12px !important;
  background-color: #fff !important;
  box-shadow: 0 4px 8px rgba(0,0,0,0.04) !important;
  transition: box-shadow 0.2s ease !important;
}
..elementor-kit-61 .product-card:hover {
  box-shadow: 0 8px 16px rgba(0,0,0,0.08) !important;
}

/* ——————————————————————————— 
   商品图片样式 
————————————————————————————— */
..elementor-kit-61 .product-card img {
  width: 100% !important;
  aspect-ratio: 1 / 1 !important;
  object-fit: cover !important;
  border-radius: 8px !important;
}

/* ——————————————————————————— 
   按钮统一样式 
————————————————————————————— */
..elementor-kit-61 .elementor-button {
  background-color: #B19777 !important;
  border-radius: 8px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  padding: 10px 20px !important;
  color: #fff !important;
  text-transform: uppercase !important;
  transition: background-color 0.3s !important;
}
..elementor-kit-61 .elementor-button:hover {
  background-color: #8a6b50 !important;
}

/* ——————————————————————————— 
   标题统一（Section 大标题、小标题） 
————————————————————————————— */
..elementor-kit-61 .elementor-heading-title {
  color: #1a1a1a !important;
  font-weight: 700 !important;
}

/* ——————————————————————————— 
   彻底清除所有 Section/Column/Container 的粉色背景 
————————————————————————————— */
/* Section 和 Inner Section */
.elementor-section,
.elementor-inner-section {
  background-color: #fff !important;
}

/* 列 和 小部件容器 */
.elementor-column,
.elementor-widget-container,
.elementor-container {
  background-color: transparent !important;
}

/* 针对“拉伸到全屏宽度”或“默认最小高度”类型的 Section */
.elementor-section.elementor-section-full_width,
.elementor-section.elementor-section-height-default {
  background-color: #fff !important;
}/* End custom CSS */