.elementor-kit-70{--e-global-color-primary:#2A2A2A;--e-global-color-secondary:#535353;--e-global-color-text:#4A4A4A;--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;background-color:#FFFFFF;}.elementor-kit-70 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){--kit-widget-spacing: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 *//* ===== 1. 父容器样式：保证两个按钮一行居中 ===== */
.ct-woo-card-actions {
  display: flex;
  justify-content: center; /* 水平居中 */
  align-items: center;     /* 垂直居中 */
  gap: 10px;               /* 按钮间距 */
  flex-wrap: nowrap;       /* 避免换行 */
  width: 100%;
  box-sizing: border-box;
}

/* ===== 2. 桌面端按钮统一样式 ===== */
a.add_to_cart_button,
.wc-buy-now-btn {
  flex: 1; /* 平分空间 */
  max-width: 42%; /* 控制最大宽度，避免溢出 */
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
  padding: 0 14px;
}

/* ===== 3. 移动端响应式适配 ===== */
@media (max-width: 767px) {
  .woocommerce a.add_to_cart_button,
  .woocommerce .wc-buy-now-btn {
    flex: unset;               /* 取消平分 */
    width: 96% !important;     /* 单列宽度 */
    height: 30px;
    margin-right: 0 !important;
    margin-bottom: 0px !important;
  }
}

/* ===== 4. iPad响应式适配 ===== */
@media (min-width: 768px) and (max-width: 1024px) {
  .woocommerce a.add_to_cart_button,
  .woocommerce .wc-buy-now-btn {
    flex: unset;
    width: 70% !important;
    height: 40px;
    margin-right: 0 !important;
    margin-bottom: 0px !important;
  }
}/* End custom CSS */