/* Fadeel Vue 组件样式外置（禁止页面源码内联 <style>） */


/* --- from AppHeader.vue --- */
.fadeel-hc-header .search-wrap.show {
  display: block;
}
@media (max-width: 991px) {
  .fadeel-hc-header .head_right.open {
    display: block;
  }
}


/* --- from NewsletterSubscribe.vue --- */
.newsletter-subscribe {
  margin-top: 16px;
}
.newsletter-subscribe__title {
  margin: 0 0 10px;
  font-size: 1rem;
  font-weight: 600;
}
.newsletter-subscribe__form {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.newsletter-subscribe__form input[type='email'],
.newsletter-subscribe__form .captcha-input {
  flex: 1 1 160px;
  min-width: 140px;
  height: 40px;
  padding: 0 12px;
  border: 1px solid #ccc;
  background: #fff;
}
.captcha-img {
  height: 40px;
  cursor: pointer;
}
.newsletter-subscribe__form button {
  height: 40px;
  padding: 0 16px;
  border: 0;
  background: #222;
  color: #fff;
  cursor: pointer;
}
.newsletter-subscribe__ok {
  color: #2e7d32;
  margin: 0;
}
.newsletter-subscribe__err {
  color: #c62828;
  margin: 8px 0 0;
  font-size: 13px;
}


/* --- from ProductListHiCheng.vue --- */
.search-empty {
  margin: 24px 0 48px;
  padding: 16px 0;
  color: #666;
  font-size: 15px;
  line-height: 1.5;
}


/* --- from ProductDetailView.vue --- */
.cart-tip {
  display: block;
  margin-top: 8px;
  color: #2e7d32;
  font-size: 14px;
}
.rating-summary {
  margin-top: 8px;
  font-size: 14px;
  color: #666;
}
/* 对齐原站 #prod_data 内嵌表：勿用自定义 thead 样式，沿用 editor-content 表格表现 */
.product-data-table {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
}
.product-data-table td {
  border: 1px solid #ddd;
  padding: 12px;
  font-size: 16px;
  line-height: 1.2;
  text-align: left;
}


/* --- from ProductReviewSection.vue --- */
.review_list {
  margin-bottom: 20px;
}
.review_item {
  padding: 12px 0;
  border-bottom: 1px solid #eee;
}
.review_item .rating .on {
  color: #c9a227;
}
.tips {
  margin-left: 12px;
  color: #c00;
}
.ok {
  margin-left: 12px;
  color: #2e7d32;
}


/* --- from cart.vue --- */
.inquiry-cart-page .cart-list {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
}
.inquiry-cart-page .cart-list li {
  display: flex;
  gap: 16px;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid #eee;
  font-size: 15px;
}
.inquiry-cart-page .cart-list a {
  color: #222;
  font-weight: 600;
  text-decoration: none;
}
.inquiry-cart-page .cart-list a:hover {
  color: #c8161d;
}
.inquiry-cart-page .cart-remove {
  margin-left: auto;
  border: 1px solid #ccc;
  background: #fff;
  padding: 6px 14px;
  cursor: pointer;
  border-radius: 4px;
}
.inquiry-cart-page .cart-remove:hover {
  border-color: #c8161d;
  color: #c8161d;
}

.inquiry-cart-page .cart-form {
  max-width: 720px;
}
.inquiry-cart-page .cart-form > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.inquiry-cart-page .cart-form > ul > li {
  margin-bottom: 16px;
  width: 100%;
}
.inquiry-cart-page .cart-form .for_input {
  position: relative;
}
.inquiry-cart-page .cart-form .for_input label {
  font-size: 14px;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 20px;
  margin: 0;
  padding: 0;
  transform: translateY(-50%);
  transition: all 0.5s;
  pointer-events: none;
  color: #666;
}
.inquiry-cart-page .cart-form .for_textarea label {
  top: 15px;
  transform: translateY(0);
}
.inquiry-cart-page .cart-form .for_input input,
.inquiry-cart-page .cart-form .for_input textarea {
  font-size: 14px;
  display: block;
  width: 100%;
  max-width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  color: #222;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  background: #f5f5f5;
  box-sizing: border-box;
}
.inquiry-cart-page .cart-form .for_input textarea {
  line-height: 28px;
  min-height: 140px;
  padding: 14px 20px;
  height: auto;
}
.inquiry-cart-page .cart-form .for_input input:focus,
.inquiry-cart-page .cart-form .for_input textarea:focus {
  border-color: #51565a;
  outline: none;
  background: #fff;
}
.inquiry-cart-page .cart-form .for_input input:focus + label,
.inquiry-cart-page .cart-form .for_input textarea:focus + label,
.inquiry-cart-page .cart-form .for_input input:valid + label,
.inquiry-cart-page .cart-form .for_input textarea:valid + label {
  font-size: 12px;
  top: 0;
  transform: translateY(-100%);
}
.inquiry-cart-page .cart-form .for_code {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
}
.inquiry-cart-page .cart-form .for_code input {
  flex: 1;
  min-width: 0;
  height: 50px;
  padding: 0 20px;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  background: #f5f5f5;
  box-sizing: border-box;
}
.inquiry-cart-page .cart-form .cart-captcha-img {
  height: 40px;
  cursor: pointer;
  flex-shrink: 0;
}
.inquiry-cart-page .cart-form .submit_btn,
.inquiry-cart-page .cart-form button[type='submit'] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  height: 48px;
  padding: 0 28px;
  border: 0;
  border-radius: 4px;
  background: #c8161d;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
}
.inquiry-cart-page .cart-form .cart-err {
  margin-left: 12px;
  color: #c8161d;
}
.inquiry-cart-page .w104-inquiry-success {
  padding: 16px;
  background: #f0fdf0;
  border: 1px solid #b7e4b7;
}
