/*
Theme Name: Waimao Trade
Theme URI: https://example.com/
Author: AI Assistant
Description: A modern, B2B/B2C trade theme with WooCommerce support
Version: 1.1.0
Text Domain: waimao-trade
Tags: e-commerce, woocommerce, translation-ready
*/

/* ============================================================
   全局 Reset & Variables
   ============================================================ */
:root {
  --wt-primary:     #e74c3c;
  --wt-primary-dk:  #c0392b;
  --wt-dark:        #1a1a2e;
  --wt-gray:        #6c757d;
  --wt-light-bg:    #f8f9fa;
  --wt-border:      #dee2e6;
  --wt-radius:      6px;
  --wt-shadow:      0 4px 20px rgba(0,0,0,.08);
}

*, *::before, *::after { box-sizing: border-box; }

body { margin: 0; font-family: 'Inter', 'Segoe UI', sans-serif; color: #333; background: #fff; }

img { max-width: 100%; height: auto; }

/* Logo sizing (WP custom logo + fallback logo.png) */
.wt_logo img,
.custom-logo {
  max-height: 46px;
  width: auto;
  display: block;
}

/* Header middle alignment (style-8): push info cards to far right */
.wt_header.style-8 .wt_header-middle .navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.wt_header.style-8 .wt_header-middle .wt_header-controls.style-1 {
  flex: 1;
  justify-content: flex-end;
}
.wt_header.style-8 .wt_header-middle .wt_header-top-links.important-links {
  margin-left: auto;
}

a { color: var(--wt-primary); text-decoration: none; }
a:hover { color: var(--wt-primary-dk); }

/* ============================================================
   全局 Button
   ============================================================ */
.wt_btn,
.button,
.wp-block-button__link,
.woocommerce a.button,
.woocommerce button.button {
  display: inline-block;
  background: var(--wt-primary);
  color: #fff !important;
  border: none;
  border-radius: 30px;
  padding: 10px 28px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .5px;
  cursor: pointer;
  transition: all .3s ease;
}
.wt_btn:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover {
  background: var(--wt-primary-dk);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(231,76,60,.35);
  color: #fff !important;
}
.wt_btn.light { background: transparent; border: 2px solid #fff; color: #fff !important; }
.wt_btn.light:hover { background: #fff; color: var(--wt-primary) !important; }
.wt_btn.btn-sm { padding: 7px 18px; font-size: 13px; }

/* Hero(Banner) buttons: ensure strong contrast on slides */
#section-hero .wt_banner .banner-links .wt_btn.light {
  background: transparent !important;
  border: 2px solid #fff !important;
  color: #fff !important;
}
#section-hero .wt_banner .banner-links .wt_btn.light:hover {
  background: #fff !important;
  color: var(--wt-primary) !important;
}

/* CTA2 (dark overlay) contrast fixes */
#section-cta2 .dark-overlay .primary-color {
  color: #fff !important;
}
#section-cta2 .wt_btn.light {
  background: transparent !important;
  border: 2px solid #fff !important;
  color: #fff !important;
}
#section-cta2 .wt_btn.light:hover {
  background: #fff !important;
  color: var(--wt-primary) !important;
}

/* Testimonial + Blog spacing & media crop (homepage) */
#section-testimonial .section-title.centered,
#section-blog .section-title.centered {
  max-width: 760px;
}
#section-testimonial .section {
  padding: 70px 0;
}
#section-blog .section.section-padding {
  padding-top: 40px;
  padding-bottom: 80px;
}
#section-testimonial .wt_testimonial.style-8 .wt_testimonial-thumb,
#section-testimonial .slider-nav-thumbnails .wt_testimonial-thumb {
  display: flex;
  justify-content: center;
  align-items: center;
}
#section-testimonial .wt_testimonial.style-8 .wt_testimonial-thumb img {
  width: 120px;
  height: 120px;
  border-radius: 999px;
  object-fit: cover;
}
#section-testimonial .slider-nav-thumbnails .wt_testimonial-thumb img {
  width: 56px;
  height: 56px;
  border-radius: 999px;
  object-fit: cover;
  opacity: .55;
  transition: .2s ease;
}
#section-testimonial .slider-nav-thumbnails .slick-current img,
#section-testimonial .slider-nav-thumbnails img:hover {
  opacity: 1;
}
#section-blog .wt_post-thumb img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
  border-radius: 10px;
}

/* ============================================================
   About page (SEO-unique) - wtab_*
   ============================================================ */
.wtab_hero {
  position: relative;
  background-size: cover;
  background-position: center;
  padding: 170px 0 120px;
}
.wtab_hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.55);
}
.wtab_hero__inner {
  position: relative;
  z-index: 1;
  text-align: center;
}
.wtab_hero__title {
  color: #fff;
  font-weight: 800;
  letter-spacing: .5px;
  font-size: clamp(32px, 4vw, 60px);
  margin: 0;
}
.wtab_section { padding: 90px 0; }
.wtab_kicker {
  color: var(--wt-primary);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0 0 12px;
  font-size: 12px;
}
.wtab_h2 {
  font-size: clamp(26px, 2.4vw, 40px);
  margin: 0 0 14px;
  font-weight: 800;
  color: #1b1d21;
}
.wtab_em { font-weight: 800; margin-right: 10px; }
.wtab_accent { color: var(--wt-primary); font-weight: 900; }
.wtab_h3 { font-size: 18px; margin: 0 0 8px; font-weight: 800; color: #1b1d21; }
.wtab_p { margin: 0; color: #555; line-height: 1.8; }
.wtab_p--muted { color: #7a7f87; }
.wtab_sectionhead { text-align: center; max-width: 760px; margin: 0 auto 40px; }

.wtab_intro__media {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 10px 40px rgba(0,0,0,.06);
  padding: 24px;
}
.wtab_intro__media img {
  width: 100%;
  border-radius: 12px;
  display: block;
}
.wtab_featurelist { display: grid; gap: 18px; }
.wtab_feature {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 14px;
  padding: 18px 18px;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0,0,0,.04);
}
.wtab_feature__icon {
  width: 54px;
  height: 54px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(231, 76, 60, .12);
  color: var(--wt-primary);
  font-size: 22px;
}

.wtab_person {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 18px;
  padding: 18px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 12px 40px rgba(0,0,0,.05);
  margin-bottom: 22px;
}
.wtab_person__media img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 14px;
  display: block;
}
.wtab_person__role {
  margin: 0 0 10px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--wt-primary);
}

.wtab_stats {
  background: var(--wt-dark);
  color: #fff;
  padding: 70px 0;
}
.wtab_stat { text-align: center; padding: 18px 0; }
.wtab_stat__num {
  font-size: 34px;
  font-weight: 900;
  letter-spacing: .5px;
}
.wtab_plus { color: var(--wt-primary); margin-left: 6px; }
.wtab_stat__label { margin: 8px 0 0; color: rgba(255,255,255,.75); }

.wtab_card {
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 12px 40px rgba(0,0,0,.05);
  height: 100%;
}
.wtab_card__media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
}
.wtab_card__body { padding: 18px 18px 20px; }
.wtab_card__meta { display: flex; gap: 10px; align-items: center; margin: 0 0 10px; }
.wtab_badge {
  background: rgba(231, 76, 60, .12);
  color: var(--wt-primary);
  font-weight: 800;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 6px 10px;
  border-radius: 999px;
}
.wtab_date { color: #7a7f87; font-size: 12px; }
.wtab_card__title a { color: inherit; text-decoration: none; }
.wtab_card__title a:hover { color: var(--wt-primary); }
.wtab_card__link {
  display: inline-flex;
  margin-top: 10px;
  font-weight: 800;
  color: var(--wt-primary);
}

.wtab_richtext > *:first-child { margin-top: 0; }
.wtab_richtext img { max-width: 100%; height: auto; }

@media (max-width: 991px) {
  .wtab_section { padding: 60px 0; }
  .wtab_person { grid-template-columns: 1fr; }
  .wtab_person__media img { height: 200px; }
}
/* ============================================================
   Header
   ============================================================ */
/* Header menu uses original template CSS in assets/css/style.css.
   Keep only small overrides here. */
.wt_cart-count {
  position: absolute;
  top: -6px;
  right: -10px;
  background: var(--wt-primary);
  color: #fff;
  border-radius: 50%;
  font-size: 10px;
  min-width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
}
.wt_header .wt_header-bottom .wt_header-controls .aside-toggle.aside-trigger-right {
  display: flex !important;
}
.wt_header .navbar-nav > li > a {
  display: block;
  padding: 15px 0;
  color: var(--wt-dark);
  font-weight: 600;
  font-size: 15px;
}
.wt_header .navbar-nav > li > a:hover {
  color: var(--wt-primary);
}

/* ============================================================
   Subheader Banner
   ============================================================ */
.wt_subheader { min-height: 260px; display: flex; align-items: center; }
.wt_subheader.dark-overlay { position: relative; }
.wt_subheader.dark-overlay::before { content:''; position: absolute; inset: 0; background: rgba(0,0,0,.55); }
.wt_subheader-inner { position: relative; z-index: 2; }
.wt_subheader-inner h1 { color: #fff; font-size: 2.2rem; font-weight: 700; margin-bottom: 8px; }

/* ============================================================
   Info Boxes (首页)
   ============================================================ */
.wt_info.style-3 { background: var(--wt-light-bg); border-radius: var(--wt-radius); padding: 30px; transition: box-shadow .3s; }
.wt_info.style-3:hover { box-shadow: var(--wt-shadow); transform: translateY(-4px); }
.wt_info-title { display: flex; align-items: center; gap: 16px; margin-bottom: 12px; }
.wt_info-icon { width: 50px; height: 50px; background: var(--wt-primary); border-radius: 50%;
  display: flex; align-items: center; justify-content: center; color: #fff; font-size: 20px; flex-shrink: 0; }
.wt_info h5 { margin: 0; font-size: 16px; font-weight: 700; }

/* ============================================================
   Product Cards
   ============================================================ */
.wt_product.style-2 { border-radius: var(--wt-radius); overflow: hidden; box-shadow: var(--wt-shadow); background: #fff; transition: transform .3s; }
.wt_product.style-2:hover { transform: translateY(-6px); }

.wt_product-thumb { position: relative; overflow: hidden; }
.wt_product-thumb img { width: 100%; transition: transform .4s ease; aspect-ratio: 1/1; object-fit: cover; }
.wt_product.style-2:hover .wt_product-thumb img { transform: scale(1.06); }

.wt_product-controls {
  position: absolute;
  top: 10px;
  right: 10px;
  left: auto;
  bottom: auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0;
  background: transparent;
}
.wt_product-controls a { width: 34px; height: 34px; border-radius: 50%; background: rgba(0,0,0,.6);
  color: #fff; display: flex; align-items: center; justify-content: center; font-size: 14px; }
.wt_product-controls a:hover { background: var(--wt-primary); }

.wt_product-badge { position: absolute; top: 12px; left: 12px; background: var(--wt-primary);
  color: #fff; font-size: 11px; font-weight: 700; padding: 3px 10px; border-radius: 3px; }

.wt_product-body {
  padding: 16px;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 280px;
}
.wt_product.style-2 .wt_product-body {
  padding: 24px 18px 18px !important;
}
.wt_product-category { font-size: 11px; color: var(--wt-gray); text-transform: uppercase; letter-spacing: .5px; margin-bottom: 4px; }
.wt_product-title {
  font-size: 15px;
  font-weight: 700;
  margin: 6px 0 6px;
  line-height: 1.5;
}
.wt_product-price {
  font-size: 16px;
  font-weight: 700;
  color: var(--wt-primary);
  line-height: 1.4;
  margin: 8px 0 10px;
}

/* WooCommerce 默认把 del 设为 inline，必须用 !important 覆盖，确保原价/现价上下堆叠 */
.wt_product-price span.price,
.wt_product-price p.price {
  display: block !important;
}
.wt_product-price del,
.wt_product-price ins,
.wt_product-price .price del,
.wt_product-price .price ins,
.wt_product-price span.price del,
.wt_product-price span.price ins {
  display: block !important;
  float: none !important;
}
.wt_product-price del,
.wt_product-price .price del {
  font-size: 13px;
  color: var(--wt-gray) !important;
  font-weight: 400;
  text-decoration: line-through !important;
  margin-bottom: 2px;
  opacity: 1 !important;
}
.wt_product-price ins,
.wt_product-price .price ins {
  text-decoration: none !important;
  background: transparent !important;
  font-size: 16px;
  font-weight: 700;
  color: var(--wt-primary);
}

.wt_product-body .wt_btn.btn-sm {
  margin-top: auto;
  width: 100%;
  text-align: center;
}

.wt_product-excerpt {
  font-size: 13px;
  color: var(--wt-gray);
  line-height: 1.6;
  margin: 0 0 10px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* ============================================================
   Product Single
   ============================================================ */
.wt_product-single-content .wt_product-price { font-size: 2rem; }
.wt_rating-wrapper { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.woocommerce .star-rating { color: var(--wt-primary); }
.wt_product-meta p { font-size: 14px; margin-bottom: 6px; }
.wt_product-additional-info .nav { border-bottom: 2px solid var(--wt-border); margin-bottom: 20px; gap: 0; }
.wt_product-additional-info .nav-link { padding: 10px 20px; font-weight: 600; color: var(--wt-gray); border-bottom: 3px solid transparent; margin-bottom: -2px; }
.wt_product-additional-info .nav-link.active { color: var(--wt-primary); border-bottom-color: var(--wt-primary); }

/* ============================================================
   WooCommerce shop sidebar
   ============================================================ */
.wt_shop-sidebar {
  max-width: 320px;
}
.wt_shop-search.card {
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,.06);
  border: 0;
}
.wt_shop-search__title {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 10px;
  color: var(--wt-gray);
}
.wt_shop-search__group {
  display: flex;
  align-items: stretch;
}
.wt_shop-search__group .search-field {
  flex: 1;
  border: 1px solid var(--wt-border);
  border-radius: 999px 0 0 999px;
  padding: 8px 14px;
  font-size: 13px;
}
.wt_shop-search__group .search-field:focus {
  outline: none;
  border-color: var(--wt-primary);
}
.wt_shop-search__btn {
  border-radius: 0 999px 999px 0;
  padding: 0 16px;
}

.wt_shop-cats.card {
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,.06);
  border: 0;
}
.wt_shop-cats__title {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 10px;
  color: var(--wt-gray);
}
.wt_shop-cats__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.wt_shop-cats__list li + li {
  margin-top: 6px;
}
.wt_shop-cats__list a {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: #555;
}
.wt_shop-cats__list a:hover {
  color: var(--wt-primary);
}

/* ============================================================
   Footer
   ============================================================ */
.wt_footer.wt_footer-dark { background: var(--wt-dark); color: rgba(255,255,255,.7); padding: 50px 0 30px; }
.wt_footer-logo a { font-size: 2rem; font-weight: 800; color: #fff; }
.wt_footer-links { list-style: none; padding: 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 6px 20px; margin: 20px 0; }
.wt_footer-links a { color: rgba(255,255,255,.7); font-size: 14px; }
.wt_footer-links a:hover { color: var(--wt-primary); }
.wt_social-icons { list-style: none; padding: 0; display: flex; justify-content: center; gap: 10px; margin: 16px 0; }
.wt_social-icons a { width: 38px; height: 38px; border-radius: 50%; border: 1px solid rgba(255,255,255,.3);
  display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,.7); font-size: 14px; transition: all .2s; }
.wt_social-icons a:hover { background: var(--wt-primary); border-color: var(--wt-primary); color: #fff; }
.wt_footer-copyright { font-size: 13px; margin-top: 20px; color: rgba(255,255,255,.45); }

/* ============================================================
   Section Utilities
   ============================================================ */
.section { padding: 80px 0; }
.section-padding { padding: 80px 0; }
.section.pt-0 { padding-top: 0; }
.light-bg { background: var(--wt-light-bg); }

.section-title h3 { font-size: 2rem; font-weight: 800; color: var(--wt-dark); margin-bottom: 10px; }
.section-title .subtitle { font-size: 13px; text-transform: uppercase; letter-spacing: 2px; color: var(--wt-primary); font-weight: 600; }
.section-title.centered { text-align: center; margin-bottom: 50px; }
.section-title h3 .primary-color { color: var(--wt-primary); }
.section-title h3 em { font-style: normal; color: var(--wt-dark); }

/* ============================================================
   Misc
   ============================================================ */
.primary-color { color: var(--wt-primary); }
.text-white { color: #fff !important; }
.bg-cover { background-size: cover; background-repeat: no-repeat; }
.bg-center { background-position: center; }
.dark-overlay { position: relative; }
.dark-overlay::before { content: ''; position: absolute; inset: 0; background: rgba(0,0,0,.5); pointer-events: none; }

/* Back to top */
.wt_top { position: fixed; bottom: 28px; right: 28px; width: 44px; height: 44px; border-radius: 50%;
  background: var(--wt-primary); color: #fff; display: flex; align-items: center; justify-content: center;
  cursor: pointer; z-index: 9999; opacity: 0; transition: opacity .3s; }
.wt_top.visible { opacity: 1; }

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 991px) {
  .wt_header-bottom { display: none; }
  .section, .section-padding { padding: 50px 0; }
  .wt_subheader-inner h1 { font-size: 1.6rem; }
}
@media (max-width: 767px) {
  .section-title h3 { font-size: 1.6rem; }
  .wt_product-body { padding: 12px; }
}

/* ============================================================
   Google Fonts import (Inter)
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');
body { font-family: 'Inter', 'Segoe UI', sans-serif; }

/* ============================================================
   WP header layout overrides
   ============================================================ */
/* 移除旧侧边栏相关样式占位 */
/* 侧边抽屉（原版需要）：允许桌面端展示（由 body.aside-right-open 控制滑出） */

/* Banner 紧贴头部 */
#section-hero { margin-top: 0; }

/* ============================================================
   Aside drawer (About Us) polish to match original
   ============================================================ */
.wt_aside.wt_aside-desktop .sidebar .widget .widget-title {
  display: inline-block;
  background: #f6d8b8;
  padding: 8px 16px;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 22px;
}
.wt_aside.wt_aside-desktop .sidebar .widget .widget-title::before {
  left: -14px;
}
.wt_aside.wt_aside-desktop .sidebar .widget p {
  line-height: 1.9;
  color: #6b6f76;
}
.wt_aside.wt_aside-desktop .sidebar .social-media {
  display: flex;
  align-items: center;
  gap: 16px;
  list-style: none;
  padding: 0;
  margin: 18px 0 0;
}
.wt_aside.wt_aside-desktop .sidebar .social-media li {
  margin: 0;
}
.wt_aside.wt_aside-desktop .sidebar .social-media li a {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 1px solid rgba(231, 76, 60, .55);
  color: var(--wt-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  transition: .25s ease;
}
.wt_aside.wt_aside-desktop .sidebar .social-media li a:hover {
  background: var(--wt-primary);
  color: #fff;
  border-color: var(--wt-primary);
}

/* ============================================================
   Shop Page — Right Sidebar
   ============================================================ */
.wt-shop-page .wt-shop-sidebar { position: sticky; top: 20px; }

/* 通用搜索框 */
.wt-sidebar-widget { margin-bottom: 28px; }

.wt-search-form { display: flex; }
.wt-search-group { display: flex; width: 100%; border: 1px solid var(--wt-border); border-radius: 4px; overflow: hidden; }
.wt-search-input {
  flex: 1;
  border: none;
  padding: 10px 14px;
  font-size: 13px;
  outline: none;
  background: #f9f9f9;
  color: #555;
}
.wt-search-btn {
  background: var(--wt-primary);
  color: #fff;
  border: none;
  padding: 0 16px;
  cursor: pointer;
  font-size: 14px;
  transition: background .2s;
}
.wt-search-btn:hover { background: var(--wt-primary-dk); }

/* Sidebar 标题条 */
.wt-sidebar-title {
  font-size: 15px;
  font-weight: 700;
  color: #333;
  margin: 0 0 14px;
  padding: 6px 12px;
  border-left: 4px solid var(--wt-primary);
  background: #fff8f6;
}
.wt-sidebar-title span {
  background: #fde8c8;
  padding: 2px 8px;
  border-radius: 3px;
  color: #c0390a;
  font-size: 14px;
}

/* 分类列表 */
.wt-cats-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.wt-cats-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px solid #f0f0f0;
}
.wt-cats-list li:last-child { border-bottom: none; }
.wt-cats-list li a {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #555;
  transition: color .2s;
}
.wt-cats-list li a:hover { color: var(--wt-primary); }
.wt-cats-list li a i { font-size: 11px; color: #aaa; }
.wt-cat-count {
  min-width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--wt-primary);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* 热门产品列表 */
.wt-hot-list { list-style: none; padding: 0; margin: 0; }
.wt-hot-item {
  display: flex;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid #f0f0f0;
  align-items: flex-start;
}
.wt-hot-item:last-child { border-bottom: none; }
.wt-hot-thumb {
  position: relative;
  flex-shrink: 0;
  width: 64px;
  height: 64px;
}
.wt-hot-thumb img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 4px;
  display: block;
}
.wt-hot-badge {
  position: absolute;
  top: -8px;
  left: -8px;
  background: var(--wt-primary);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  min-width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wt-hot-info { flex: 1; }
.wt-hot-info h6 {
  font-size: 13px;
  font-weight: 600;
  margin: 0 0 4px;
  line-height: 1.4;
}
.wt-hot-info h6 a { color: #333; }
.wt-hot-info h6 a:hover { color: var(--wt-primary); }
.wt-hot-date { font-size: 11px; color: #999; }
.wt-hot-date i { margin-right: 4px; }

/* 订阅 */
.wt-subscribe-email {
  width: 100%;
  border: 1px solid var(--wt-border);
  border-radius: 4px;
  padding: 10px 14px;
  font-size: 13px;
  color: #555;
  background: #f9f9f9;
  outline: none;
  transition: border-color .2s;
}
.wt-subscribe-email:focus { border-color: var(--wt-primary); }
.wt-subscribe-btn {
  border-radius: 4px !important;
  letter-spacing: 1px;
}

/* 产品卡片：确保等高 */
.wt-product-grid .wt_product.style-2 {
  display: flex;
  flex-direction: column;
}
.wt-product-grid .wt_product-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: auto;
}
.wt-product-grid .wt_product-body .wt-atc-btn {
  margin-top: auto;
  display: block;
  width: 100%;
  text-align: center;
}

/* 排序栏 */
.wt-shop-bar .woocommerce-result-count { margin: 0; font-size: 14px; color: #666; }
.wt-shop-bar select { border: 1px solid var(--wt-border); border-radius: 4px; padding: 6px 10px; font-size: 13px; }

@media (max-width: 767px) {
  .wt-hot-thumb, .wt-hot-thumb img { width: 52px; height: 52px; }
}

