.elementor-3827 .elementor-element.elementor-element-326fbc2{--display:flex;}.elementor-3827 .elementor-element.elementor-element-5eec85d .jet-woo-builder-archive-product-title, .elementor-3827 .elementor-element.elementor-element-5eec85d .jet-woo-builder-archive-product-title a{font-weight:400;}.elementor-3827 .elementor-element.elementor-element-5eec85d > .elementor-widget-container{margin:-33px 0px -34px 0px;}.elementor-3827 .elementor-element.elementor-element-95a87ac{margin:-12px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}/* Start custom CSS for jet-woo-builder-archive-product-title, class: .elementor-element-5eec85d */.elementor-3827 .elementor-element.elementor-element-5eec85d h5 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  display: block;
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-95a87ac *//* 容器：统一对齐，强制手机端横向排列 */
.hqg-price-container {
    display: inline-flex !important;
    align-items: baseline !important;
    gap: 4px !important;
    white-space: nowrap !important;
}

/* 1. 现价 $ 符号：正规纤细风格 */
.hqg-sym {
    font-family: Arial, Helvetica, sans-serif !important; 
    font-size: 13px !important; 
    font-weight: 500 !important; 
    color: #ff5000 !important;
    margin-right: 1px !important;
    display: inline-block !important;
    transform: translateY(-1px); 
}

/* 2. 现价整数：标准的粗体数字 */
.hqg-int {
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 22px !important;
    font-weight: 700 !important; /* 改为 700，正规粗体 */
    line-height: 1 !important;
    color: #ff5000 !important;
}

/* 3. 现价小数：对齐且不再“乱飞” */
.hqg-dec {
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #ff5000 !important;
    display: inline-block !important;
    position: relative !important;
    top: -px !important; /* 调整此值控制小数点高低 */
}

/* 4. 原价：正规灰色数字 */
.hqg-old-price {
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 13px !important;
    color: #999 !important;
    font-weight: 400;
    margin-left: 2px !important;
    position: relative;
    text-decoration: none !important;
    display: inline-block;
}

/* 5. 灰色粗划线：1:1 还原你截图的实心感 */
.hqg-old-price::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 3px; /* 划线的粗细 */
    top: 50%; 
    transform: translateY(-50%);
    background: #999 !important;
    z-index: 1; 
    opacity: 0.8;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-326fbc2 */.elementor-3827 .elementor-element.elementor-element-326fbc2 {
  position: relative;
}

.elementor-3827 .elementor-element.elementor-element-326fbc2 .jet-woo-builder-archive-product-title a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  width: 100%;
}

.elementor-3827 .elementor-element.elementor-element-326fbc2:hover .jet-woo-builder-archive-product-title a[data-tooltip]::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  padding: 8px 12px;
  border-radius: 8px;
  font-size: 12px;
  line-height: 1.6;
  white-space: normal;
  width: 200px;
  z-index: 9999;
  box-shadow: 0 2px 8px rgba(0,0,0,0.25);
  pointer-events: none;
  /* 延迟出现 */
  animation: tooltipFadeIn 0.1s ease 0.4s both;
}

@keyframes tooltipFadeIn {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(4px);
  }
  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}/* End custom CSS */