/* PMI-techria WooCommerce skin — classic shortcode markup, matches pmi-pages.css */

body.pmi-page .pmi-main > .woocommerce,
body.pmi-page .pmi-woo { padding: 48px 0; }
body.pmi-page .woocommerce { font-family: var(--pmi-font-body); color: var(--pmi-green-5); }

/* ---------- headings ---------- */
body.pmi-page .woocommerce .woocommerce-products-header__title,
body.pmi-page .woocommerce h1.page-title,
body.pmi-page .woocommerce div.product h1.product_title {
  font-family: var(--pmi-font-display); font-weight: 300;
  font-size: clamp(34px, 4.5vw, 52px); line-height: 1.1;
  color: var(--pmi-green-8); margin: 0 0 28px;
}
body.pmi-page .woocommerce h2,
body.pmi-page .woocommerce-cart h2,
body.pmi-page .woocommerce-checkout h2,
body.pmi-page .woocommerce h3 {
  font-family: var(--pmi-font-display); font-weight: 300; color: var(--pmi-green-8);
}
body.pmi-page .woocommerce .woocommerce-breadcrumb {
  font-size: 13px; color: var(--pmi-white-4); margin: 0 0 20px;
}
body.pmi-page .woocommerce .woocommerce-breadcrumb a { color: var(--pmi-green-2); text-decoration: none; }

/* ---------- buttons ---------- */
body.pmi-page .woocommerce a.button,
body.pmi-page .woocommerce button.button,
body.pmi-page .woocommerce input.button,
body.pmi-page .woocommerce #respond input#submit,
body.pmi-page .woocommerce a.button.alt,
body.pmi-page .woocommerce button.button.alt,
body.pmi-page .woocommerce input.button.alt,
body.pmi-page .woocommerce #place_order {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  background: var(--brand-orange, #FF7800); color: #fff;
  font-weight: 600; font-size: 14px; font-family: var(--pmi-font-body);
  padding: 12px 24px; border-radius: 999px; border: none; cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
  line-height: 1.3; text-decoration: none;
}
body.pmi-page .woocommerce a.button:hover,
body.pmi-page .woocommerce button.button:hover,
body.pmi-page .woocommerce input.button:hover,
body.pmi-page .woocommerce a.button.alt:hover,
body.pmi-page .woocommerce button.button.alt:hover,
body.pmi-page .woocommerce #place_order:hover {
  background: var(--brand-orange-hover, #ff8c1a); color: #fff;
  transform: translateY(-1px); box-shadow: 0 6px 20px rgba(255,120,0,.35);
}
body.pmi-page .woocommerce a.button.alt,
body.pmi-page .woocommerce button.button.alt,
body.pmi-page .woocommerce #place_order {
  font-size: 15px; padding: 14px 28px;
}
body.pmi-page .woocommerce .button:disabled,
body.pmi-page .woocommerce .button.disabled {
  opacity: .5; cursor: not-allowed; transform: none; box-shadow: none;
}

/* ---------- shop archive grid ---------- */
body.pmi-page .woocommerce .woocommerce-result-count { color: var(--pmi-white-4); font-size: 14px; }
body.pmi-page .woocommerce .woocommerce-ordering select {
  border: 1px solid var(--pmi-white-3); border-radius: 8px; padding: 10px 14px;
  font-family: var(--pmi-font-body); font-size: 14px; color: var(--pmi-green-5); background: #fff;
}
body.pmi-page .woocommerce ul.products,
body.pmi-page .woocommerce ul.products.columns-1,
body.pmi-page .woocommerce ul.products.columns-2,
body.pmi-page .woocommerce ul.products.columns-3,
body.pmi-page .woocommerce ul.products.columns-4,
body.pmi-page .woocommerce ul.products.columns-5,
body.pmi-page .woocommerce ul.products.columns-6,
body.pmi-woo-page .woocommerce ul.products[class*="columns"] {
  display: grid;
  grid-template-columns: repeat(3, minmax(280px, 1fr));
  gap: 24px; margin: 24px 0 0;
}
body.pmi-page .woocommerce ul.products::before,
body.pmi-page .woocommerce ul.products::after { display: none; }
body.pmi-page .woocommerce ul.products li.product {
  width: auto; float: none; margin: 0; padding: 20px;
  border: 1px solid var(--pmi-white-3); border-radius: 12px; background: #fff;
  transition: border-color .25s ease, transform .25s ease, box-shadow .25s ease;
  display: flex; flex-direction: column;
  min-height: 440px;
  overflow: hidden;
}
body.pmi-page .woocommerce ul.products li.product:hover {
  border-color: var(--pmi-green-2); transform: translateY(-3px);
  box-shadow: 0 14px 34px rgba(43,31,20,.10);
}
body.pmi-page .woocommerce ul.products li.product a.woocommerce-LoopProduct-link {
  text-decoration: none; color: inherit; display: block;
}
body.pmi-page .woocommerce ul.products li.product .pmi-card-media {
  display: block; margin: 0 0 16px;
}
body.pmi-page .woocommerce ul.products li.product img {
  border-radius: 8px; margin: 0; aspect-ratio: 1; object-fit: contain;
  background: var(--pmi-white-2);
  width: 100%; height: auto; min-height: 220px; max-height: 240px;
  display: block;
}
body.pmi-page .woocommerce ul.products li.product .woocommerce-loop-product__title,
body.pmi-page .woocommerce ul.products li.product h2.woocommerce-loop-product__title,
body.pmi-page .woocommerce ul.products li.product .woocommerce-loop-category__title {
  font-family: var(--pmi-font-body); font-size: 16px; font-weight: 600;
  color: var(--pmi-green-8); padding: 0; line-height: 1.4;
  margin: 4px 0 6px;
  overflow-wrap: anywhere;
  word-break: break-word;
}
body.pmi-page .woocommerce ul.products li.product .pmi-card-excerpt {
  font-size: 13px; line-height: 1.5; color: var(--pmi-white-4);
  margin: 0 0 12px;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
  overflow: hidden;
}
body.pmi-page .woocommerce ul.products li.product .price {
  color: var(--brand-orange, #FF7800); font-size: 18px; font-weight: 700;
  margin: 4px 0 16px;
  overflow-wrap: anywhere; word-break: break-word;
}
body.pmi-page .woocommerce ul.products li.product .price del { color: var(--pmi-white-4); font-weight: 400; margin-right: 6px; }
body.pmi-page .woocommerce ul.products li.product .price ins { text-decoration: none; color: var(--brand-orange, #FF7800); }
body.pmi-page .woocommerce ul.products li.product .button {
  margin-top: auto;
  width: 100%;
  white-space: nowrap;
  padding: 12px 16px;
  font-size: 14px;
}
body.pmi-page .woocommerce span.onsale {
  background: var(--brand-orange, #FF7800); color: #fff;
  border-radius: 999px; padding: 4px 12px; font-size: 12px; font-weight: 700;
  min-height: 0; min-width: 0; line-height: 1.4; top: 12px; left: 12px; right: auto; margin: 0;
}
@media (max-width: 1100px) {
  body.pmi-page .woocommerce ul.products,
  body.pmi-page .woocommerce ul.products[class*="columns"] {
    grid-template-columns: repeat(2, minmax(280px, 1fr));
  }
}
@media (max-width: 700px) {
  body.pmi-page .woocommerce ul.products,
  body.pmi-page .woocommerce ul.products[class*="columns"] {
    grid-template-columns: 1fr;
  }
}

/* ---------- pagination ---------- */
body.pmi-page .woocommerce nav.woocommerce-pagination ul {
  border: none; display: flex; gap: 8px; justify-content: center; margin-top: 40px;
}
body.pmi-page .woocommerce nav.woocommerce-pagination ul li { border: none; float: none; }
body.pmi-page .woocommerce nav.woocommerce-pagination ul li a,
body.pmi-page .woocommerce nav.woocommerce-pagination ul li span {
  border: 1px solid var(--pmi-white-3); border-radius: 8px; padding: 8px 14px;
  color: var(--pmi-green-5); background: #fff; font-weight: 500;
}
body.pmi-page .woocommerce nav.woocommerce-pagination ul li span.current,
body.pmi-page .woocommerce nav.woocommerce-pagination ul li a:hover {
  background: var(--pmi-green-7); color: var(--pmi-green-1); border-color: var(--pmi-green-7);
}

/* ---------- single product ---------- */
body.pmi-page .woocommerce div.product { display: block; }
body.pmi-page .woocommerce div.product div.images,
body.pmi-page .woocommerce div.product div.summary { margin-bottom: 40px; }
body.pmi-page .woocommerce div.product div.images img { border-radius: 12px; border: 1px solid var(--pmi-white-3); }
body.pmi-page .woocommerce div.product p.price,
body.pmi-page .woocommerce div.product span.price {
  font-size: 26px; font-weight: 700; color: var(--pmi-green-5);
}
body.pmi-page .woocommerce div.product p.price del,
body.pmi-page .woocommerce div.product span.price del { color: var(--pmi-white-4); font-weight: 400; }
body.pmi-page .woocommerce div.product p.price ins { text-decoration: none; color: var(--brand-orange, #FF7800); }
body.pmi-page .woocommerce div.product .woocommerce-product-details__short-description { color: #6b5b47; line-height: 1.65; }
body.pmi-page .woocommerce div.product form.cart .quantity .qty {
  border: 1px solid var(--pmi-white-3); border-radius: 999px; padding: 10px 12px;
  width: 76px; text-align: center; font-size: 15px; color: var(--pmi-green-5);
}
/* Step 21: 单产品销售框放大（summary + form.cart） */
body.pmi-page.single-product div.product div.summary { width: 100%; max-width: 100%; margin-bottom: 48px; }
body.pmi-page.single-product div.product form.cart {
  display: flex; flex-wrap: wrap; gap: 12px; align-items: stretch; margin-bottom: 24px;
}
body.pmi-page.single-product div.product form.cart .quantity {
  flex: 0 0 auto; min-width: 110px;
}
body.pmi-page.single-product div.product form.cart .quantity .qty {
  width: 100%; min-height: 48px; font-size: 16px;
  padding: 10px 14px;
}
body.pmi-page.single-product div.product form.cart button.single_add_to_cart_button,
body.pmi-page.single-product div.product form.cart .button {
  flex: 1 1 240px; min-height: 48px; font-size: 16px;
  padding: 12px 24px; white-space: nowrap;
}
body.pmi-page.single-product div.product form.cart .variations { width: 100%; margin-bottom: 16px; }
body.pmi-page.single-product div.product form.cart .variations select,
body.pmi-page.single-product div.product form.cart .variations_button select {
  width: 100%; min-height: 44px; font-size: 15px; padding: 8px 12px;
}
body.pmi-page.single-product div.product .single_variation_wrap .woocommerce-variation { margin-bottom: 12px; }
/* 移动端：销售框通栏 */
@media (max-width: 768px) {
  body.pmi-page.single-product div.product div.summary { margin-top: 24px; }
  body.pmi-page.single-product div.product form.cart { flex-direction: column; }
  body.pmi-page.single-product div.product form.cart .quantity,
  body.pmi-page.single-product div.product form.cart .single_add_to_cart_button,
  body.pmi-page.single-product div.product form.cart .button { width: 100%; }
}
body.pmi-page .woocommerce div.product .product_meta {
  border-top: 1px solid var(--pmi-white-3); margin-top: 24px; padding-top: 16px;
  font-size: 14px; color: var(--pmi-white-4);
}
body.pmi-page .woocommerce div.product .product_meta a { color: var(--pmi-green-2); text-decoration: none; }
body.pmi-page .woocommerce div.product .stock { color: var(--pmi-green-2); font-weight: 600; }
body.pmi-page .woocommerce div.product .out-of-stock { color: #c0392b; }

/* Step 23: product gallery 放大 + 4 列→1 列布局 */
body.pmi-page.single-product div.product div.woocommerce-product-gallery {
  width: 100% !important;
  max-width: 100% !important;
  background: var(--pmi-white-1);
  border-radius: 12px;
  padding: 16px;
}
body.pmi-page.single-product div.product div.woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
  display: block !important;
  width: 100% !important;
}
body.pmi-page.single-product div.product div.woocommerce-product-gallery__image {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
body.pmi-page.single-product div.product div.woocommerce-product-gallery__image a {
  display: block !important;
  width: 100% !important;
  text-align: center !important;
}
body.pmi-page.single-product div.product div.woocommerce-product-gallery__image img {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  min-height: 420px;
  max-height: 560px;
  object-fit: contain !important;
  background: var(--pmi-white-1);
  border-radius: 8px;
}
/* 隐藏 4 列布局（KCH12 等小图只有单图，columns-4 会显示空白格） */
body.pmi-page.single-product div.woocommerce-product-gallery--columns-4 {
  display: block !important;
}
body.pmi-page.single-product div.woocommerce-product-gallery--columns-4 .woocommerce-product-gallery__wrapper {
  grid-template-columns: none !important;
}
/* product tabs */
body.pmi-page .woocommerce div.product .woocommerce-tabs ul.tabs {
  border-bottom: 1px solid var(--pmi-white-3); padding: 0; margin: 0 0 24px;
}
body.pmi-page .woocommerce div.product .woocommerce-tabs ul.tabs::before { border-color: var(--pmi-white-3); }
body.pmi-page .woocommerce div.product .woocommerce-tabs ul.tabs li {
  background: transparent; border: none; border-radius: 0; margin: 0 24px 0 0; padding: 0;
}
body.pmi-page .woocommerce div.product .woocommerce-tabs ul.tabs li::before,
body.pmi-page .woocommerce div.product .woocommerce-tabs ul.tabs li::after { display: none; }
body.pmi-page .woocommerce div.product .woocommerce-tabs ul.tabs li a {
  color: var(--pmi-white-4); font-weight: 600; padding: 12px 0;
  border-bottom: 2px solid transparent;
}
body.pmi-page .woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: var(--pmi-green-8); border-bottom-color: var(--brand-orange, #FF7800);
}
body.pmi-page .woocommerce div.product .woocommerce-tabs .panel { color: #6b5b47; line-height: 1.7; }
body.pmi-page .woocommerce div.product .woocommerce-tabs .panel h2 { margin-top: 0; }

/* related products */
body.pmi-page .woocommerce div.product section.related.products > h2,
body.pmi-page .woocommerce div.product .up-sells > h2 { margin: 32px 0 8px; }
body.pmi-page .woocommerce div.product section.related.products ul.products { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 900px) { body.pmi-page .woocommerce div.product section.related.products ul.products { grid-template-columns: repeat(2, 1fr); } }

/* ---------- forms ---------- */
body.pmi-page .woocommerce form .form-row {
  margin-bottom: 18px; padding: 0; width: 100%;
}
body.pmi-page .woocommerce form .form-row label { font-weight: 600; font-size: 14px; color: var(--pmi-green-8); margin-bottom: 6px; }
body.pmi-page .woocommerce form .form-row .required { color: #c0392b; }
body.pmi-page .woocommerce form .form-row input.input-text,
body.pmi-page .woocommerce form .form-row textarea,
body.pmi-page .woocommerce form .form-row select,
body.pmi-page .woocommerce input.input-text,
body.pmi-page .woocommerce textarea,
body.pmi-page .woocommerce select {
  border: 1px solid var(--pmi-white-3); border-radius: 8px; padding: 12px 14px;
  font-family: var(--pmi-font-body); font-size: 15px; color: var(--pmi-green-5);
  background: #fff; width: 100%; transition: border-color .2s ease;
}
body.pmi-page .woocommerce form .form-row input.input-text:focus,
body.pmi-page .woocommerce form .form-row textarea:focus,
body.pmi-page .woocommerce form .form-row select:focus {
  border-color: var(--pmi-green-2); outline: none; box-shadow: 0 0 0 3px rgba(255,120,0,.18);
}
body.pmi-page .woocommerce form .form-row-first,
body.pmi-page .woocommerce form .form-row-last { width: 48%; }
@media (max-width: 600px) {
  body.pmi-page .woocommerce form .form-row-first,
  body.pmi-page .woocommerce form .form-row-last { width: 100%; }
}
body.pmi-page .woocommerce .select2-container .select2-selection--single {
  height: auto; border: 1px solid var(--pmi-white-3); border-radius: 8px; padding: 8px 14px;
}
body.pmi-page .woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 1.6; color: var(--pmi-green-5); padding: 0;
}

/* ---------- notices ---------- */
body.pmi-page .woocommerce .woocommerce-message,
body.pmi-page .woocommerce .woocommerce-info,
body.pmi-page .woocommerce .woocommerce-error {
  border: 1px solid var(--pmi-white-3); border-left: 4px solid var(--pmi-green-3);
  border-radius: 10px; background: var(--pmi-white-2); color: var(--pmi-green-5);
  padding: 16px 20px; font-size: 15px;
}
body.pmi-page .woocommerce .woocommerce-error { border-left-color: #c0392b; }
body.pmi-page .woocommerce .woocommerce-message::before,
body.pmi-page .woocommerce .woocommerce-info::before,
body.pmi-page .woocommerce .woocommerce-error::before { content: none; }
body.pmi-page .woocommerce .woocommerce-message a.button,
body.pmi-page .woocommerce .woocommerce-info a.button,
body.pmi-page .woocommerce .woocommerce-error a.button { float: right; padding: 8px 18px; margin-left: 12px; }

/* ---------- cart ---------- */
body.pmi-page .woocommerce table.shop_table {
  border: 1px solid var(--pmi-white-3); border-radius: 12px; overflow: hidden;
  border-collapse: separate; border-spacing: 0; width: 100%;
}
body.pmi-page .woocommerce table.shop_table th {
  background: var(--pmi-green-7); color: var(--pmi-green-1); font-weight: 600;
  padding: 14px 18px; border: none; font-size: 14px;
}
body.pmi-page .woocommerce table.shop_table td {
  padding: 16px 18px; border-top: 1px solid var(--pmi-white-3); border-right: none;
  color: var(--pmi-green-5); font-size: 15px; vertical-align: middle;
}
body.pmi-page .woocommerce table.shop_table tr:first-child td { border-top: none; }
body.pmi-page .woocommerce table.cart img {
  border-radius: 8px; border: 1px solid var(--pmi-white-3); width: 64px; height: 64px; object-fit: contain;
}
body.pmi-page .woocommerce table.cart td.product-name a { color: var(--pmi-green-8); font-weight: 600; text-decoration: none; }
body.pmi-page .woocommerce table.cart td.product-name a:hover { color: var(--pmi-green-2); }
body.pmi-page .woocommerce a.remove {
  color: #c0392b !important; border: 1px solid #c0392b; border-radius: 999px;
  width: 26px; height: 26px; line-height: 24px; font-weight: 400;
}
body.pmi-page .woocommerce a.remove:hover { background: #c0392b; color: #fff !important; }
body.pmi-page .woocommerce .quantity .qty {
  border: 1px solid var(--pmi-white-3); border-radius: 999px; padding: 8px 10px; width: 68px; text-align: center;
}
body.pmi-page .woocommerce .actions .coupon { display: flex; gap: 10px; }
body.pmi-page .woocommerce .actions .coupon input.input-text { width: 200px; }
body.pmi-page .woocommerce .cart-collaterals { margin-top: 40px; }
body.pmi-page .woocommerce .cart_totals {
  border: 1px solid var(--pmi-white-3); border-radius: 12px; padding: 28px;
  width: 100%; max-width: 480px; float: none; margin-left: auto;
}
body.pmi-page .woocommerce .cart_totals h2 { margin-top: 0; }
body.pmi-page .woocommerce .cart_totals table.shop_table { border: none; }
body.pmi-page .woocommerce .cart_totals table.shop_table th {
  background: transparent; color: var(--pmi-green-5); padding-left: 0; font-size: 15px;
}
body.pmi-page .woocommerce .cart_totals table.shop_table td { padding-right: 0; text-align: right; }
body.pmi-page .woocommerce .cart_totals .order-total th,
body.pmi-page .woocommerce .cart_totals .order-total td { font-size: 19px; font-weight: 700; }
body.pmi-page .woocommerce .wc-proceed-to-checkout { text-align: right; padding-top: 8px; }
body.pmi-page .woocommerce .wc-proceed-to-checkout a.checkout-button { font-size: 16px; padding: 15px 32px; }

/* ---------- checkout ---------- */
body.pmi-page .woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info { background: var(--pmi-white-2); }
body.pmi-page .woocommerce form.checkout_coupon,
body.pmi-page .woocommerce form.login,
body.pmi-page .woocommerce form.register {
  border: 1px solid var(--pmi-white-3); border-radius: 12px; padding: 24px; background: var(--pmi-white-2);
}
body.pmi-page .woocommerce form.checkout h3,
body.pmi-page .woocommerce #order_review_heading {
  font-family: var(--pmi-font-display); font-weight: 300; font-size: 28px; margin: 0 0 20px;
}
body.pmi-page .woocommerce #order_review,
body.pmi-page .woocommerce #order_review .woocommerce-checkout-review-order-table { width: 100%; }
body.pmi-page .woocommerce #payment {
  background: var(--pmi-white-2); border: 1px solid var(--pmi-white-3); border-radius: 12px;
}
body.pmi-page .woocommerce #payment div.payment_box {
  background: #fff; border: 1px solid var(--pmi-white-3); border-radius: 8px; color: #6b5b47;
}
body.pmi-page .woocommerce #payment div.payment_box::before { border-bottom-color: var(--pmi-white-3); }
body.pmi-page .woocommerce #payment ul.payment_methods { border-bottom-color: var(--pmi-white-3); padding: 20px; }
body.pmi-page .woocommerce #payment div.form-row { padding: 20px; }
body.pmi-page .woocommerce .woocommerce-terms-and-conditions-wrapper { font-size: 14px; color: #6b5b47; }
body.pmi-page .woocommerce #place_order { width: 100%; font-size: 16px; padding: 16px; }

/* ---------- my account ---------- */
body.pmi-page .woocommerce-account .woocommerce { display: grid; grid-template-columns: 260px 1fr; gap: 40px; }
@media (max-width: 800px) { body.pmi-page .woocommerce-account .woocommerce { grid-template-columns: 1fr; } }
body.pmi-page .woocommerce-account .woocommerce-MyAccount-navigation { width: 100%; }
body.pmi-page .woocommerce-account .woocommerce-MyAccount-navigation ul {
  list-style: none; margin: 0; padding: 0; border: 1px solid var(--pmi-white-3); border-radius: 12px; overflow: hidden;
}
body.pmi-page .woocommerce-account .woocommerce-MyAccount-navigation ul li { border-bottom: 1px solid var(--pmi-white-3); }
body.pmi-page .woocommerce-account .woocommerce-MyAccount-navigation ul li:last-child { border-bottom: none; }
body.pmi-page .woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  display: block; padding: 14px 20px; color: var(--pmi-green-5); text-decoration: none;
  font-weight: 500; font-size: 15px; transition: background .2s ease, color .2s ease;
}
body.pmi-page .woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover { background: var(--pmi-white-2); }
body.pmi-page .woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
  background: var(--pmi-green-7); color: var(--pmi-green-1);
}
body.pmi-page .woocommerce-account .woocommerce-MyAccount-content { width: 100%; }
body.pmi-page .woocommerce-account .woocommerce-MyAccount-content p { color: #6b5b47; }
body.pmi-page .woocommerce-account .woocommerce-MyAccount-content a { color: var(--pmi-green-2); }
body.pmi-page .woocommerce-account mark { background: var(--pmi-green-1); color: var(--pmi-green-8); padding: 2px 6px; border-radius: 4px; }

/* ---------- misc ---------- */
body.pmi-page .woocommerce .woocommerce-error li,
body.pmi-page .woocommerce .woocommerce-info li,
body.pmi-page .woocommerce .woocommerce-message li { list-style: none; }
body.pmi-page .woocommerce div.woocommerce-info.wc-memberships-restriction-message { padding-left: 20px; }
body.pmi-page .woocommerce .star-rating { color: var(--brand-orange, #FF7800); }
body.pmi-page .woocommerce p.stars a { color: var(--brand-orange, #FF7800); }
body.pmi-page .woocommerce #reviews #comments ol.commentlist li .comment-text {
  border: 1px solid var(--pmi-white-3); border-radius: 12px;
}
body.pmi-page .woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
body.pmi-page .woocommerce .widget_price_filter .ui-slider .ui-slider-range { background: var(--brand-orange, #FF7800); }
body.pmi-page .woocommerce .wc-block-components-notice-banner { border-radius: 10px; }

/* account nav active state — override Blocksy beige */
body.pmi-page .woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a,
body.pmi-page .woocommerce-account .woocommerce-MyAccount-navigation ul li a[aria-current="page"] {
  background: var(--pmi-green-7) !important;
  color: var(--pmi-green-1) !important;
}
body.pmi-page .woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
  background: var(--pmi-white-2) !important;
  color: var(--pmi-green-5) !important;
}
body.pmi-page .woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a:hover {
  background: var(--pmi-green-7) !important;
  color: var(--pmi-green-1) !important;
}

/* ---------- shop / archive hero band (dark warm, matches inner page heroes) ---------- */
body.pmi-woo-page .woocommerce-products-header {
  border-radius: 16px; margin: 8px 0 32px; padding: 60px 48px;
  background-color: var(--pmi-green-8);
  background-image:
    linear-gradient(90deg, rgba(18,13,9,.92) 0%, rgba(18,13,9,.72) 50%, rgba(18,13,9,.38) 100%),
    url('/images/pmi-flow-machinetool.webp');
  background-size: cover; background-position: center; background-repeat: no-repeat;
}
body.pmi-woo-page .woocommerce-products-header .woocommerce-products-header__title,
body.pmi-woo-page .woocommerce-products-header h1.page-title {
  color: #faf6f0 !important; margin: 0;
}
body.pmi-woo-page .woocommerce-products-header .term-description,
body.pmi-woo-page .woocommerce-products-header p { color: #c9bba6; }

/* result count / ordering row sits right under the dark band */
body.pmi-woo-page .woocommerce .woocommerce-result-count { color: #6b5b47; }

/* mono spec-like meta touches */
body.pmi-page .woocommerce div.product .product_meta {
  font-family: var(--pmi-font-mono); font-size: 12px; letter-spacing: .04em;
  text-transform: uppercase;
}
body.pmi-page .woocommerce div.product .product_meta a { text-transform: none; letter-spacing: 0; }

/* archive column count — overridden above (3 cols desktop, 2 cols tablet, 1 col mobile) */
